summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-12-05 10:51:40 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-12-05 10:51:40 +0300
commitb4084d4913a8700e439c8c9d512770c569027720 (patch)
tree354705c1f41474c05ca955c61784ce9635975728 /pkgs/applications/office
parent761e5309b51511db1509fdfd548eeb6429e012f7 (diff)
downloadnixlib-b4084d4913a8700e439c8c9d512770c569027720.tar
nixlib-b4084d4913a8700e439c8c9d512770c569027720.tar.gz
nixlib-b4084d4913a8700e439c8c9d512770c569027720.tar.bz2
nixlib-b4084d4913a8700e439c8c9d512770c569027720.tar.lz
nixlib-b4084d4913a8700e439c8c9d512770c569027720.tar.xz
nixlib-b4084d4913a8700e439c8c9d512770c569027720.tar.zst
nixlib-b4084d4913a8700e439c8c9d512770c569027720.zip
Just use old glm for LO, the rest of LO is not keen on using C++ git add -A 1
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 1286c863dfd5..ceb1a9eab865 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -104,8 +104,6 @@ stdenv.mkDerivation rec {
   # to make its dlopen work.
   NIX_LDFLAGS = "-lcups";
 
-  NIX_CFLAGS_COMPILE="-std=c++11"; # glm 0.9.6.0 insists on this
-
   # If we call 'configure', 'make' will then call configure again without parameters.
   # It's their system.
   configureScript = "./autogen.sh";