From db0ec924fd8c8c50c38fdc4214d63470b5173a7f Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 9 Oct 2017 20:50:27 +0200 Subject: [PATCH] Revert "libreoffice-still: fix build (re: nss update)" This reverts commit 75ecaa1b524a20d39762538112eb774bb34e4fa0. --- pkgs/applications/office/libreoffice/still.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix index 4aaa54bfc97..dfe6e947080 100644 --- a/pkgs/applications/office/libreoffice/still.nix +++ b/pkgs/applications/office/libreoffice/still.nix @@ -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.