mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Revert "libreoffice-still: fix build (re: nss update)"
This reverts commit 75ecaa1b52
.
This commit is contained in:
parent
6c870f5e86
commit
db0ec924fd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user