about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-10-09 16:59:06 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-10-09 18:15:30 +0200
commit75ecaa1b524a20d39762538112eb774bb34e4fa0 (patch)
tree9f51ce7940fad559ecfe61ee2bd58eb153360585 /pkgs/applications/office
parent8a928f39161688c88600a59feaf3a99fd1f060e7 (diff)
downloadnixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar.gz
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar.bz2
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar.lz
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar.xz
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.tar.zst
nixlib-75ecaa1b524a20d39762538112eb774bb34e4fa0.zip
libreoffice-still: fix build (re: nss update)
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/still.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix
index dfe6e9470808..4aaa54bfc978 100644
--- a/pkgs/applications/office/libreoffice/still.nix
+++ b/pkgs/applications/office/libreoffice/still.nix
@@ -65,7 +65,9 @@ in stdenv.mkDerivation rec {
 
   # For some reason librdf_redland sometimes refers to rasqal.h instead 
   # of rasqal/rasqal.h
-  NIX_CFLAGS_COMPILE="-I${librdf_rasqal}/include/rasqal";
+  # NSS update changed header layout
+  NIX_CFLAGS_COMPILE = [ "-I${librdf_rasqal}/include/rasqal"
+    "-I${nss.dev}/include/nss"];
 
   # If we call 'configure', 'make' will then call configure again without parameters.
   # It's their system.