Revert "libreoffice-still: fix build (re: nss update)"

This reverts commit 75ecaa1b52.
This commit is contained in:
Robin Gloster 2017-10-09 20:50:27 +02:00
parent 6c870f5e86
commit db0ec924fd
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -65,9 +65,7 @@ in stdenv.mkDerivation rec {
# For some reason librdf_redland sometimes refers to rasqal.h instead
# of rasqal/rasqal.h
# NSS update changed header layout
NIX_CFLAGS_COMPILE = [ "-I${librdf_rasqal}/include/rasqal"
"-I${nss.dev}/include/nss"];
NIX_CFLAGS_COMPILE="-I${librdf_rasqal}/include/rasqal";
# If we call 'configure', 'make' will then call configure again without parameters.
# It's their system.