summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-17 02:44:28 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-20 18:55:50 +0300
commitba5275115784e9484d0b10f06e422cc9755c06c2 (patch)
tree8079283366ac9afe270c084226640807081e7574 /pkgs/development/compilers
parent6554997eaa1756456f2bfa4952f371e5288e74c3 (diff)
downloadnixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar.gz
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar.bz2
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar.lz
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar.xz
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.tar.zst
nixlib-ba5275115784e9484d0b10f06e422cc9755c06c2.zip
eql: flags is a list of strings
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/eql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/eql/default.nix b/pkgs/development/compilers/eql/default.nix
index def60aa295f0..de531e901d98 100644
--- a/pkgs/development/compilers/eql/default.nix
+++ b/pkgs/development/compilers/eql/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ ecl qt4 xorgserver xkbcomp xkeyboard_config ];
 
-  NIX_CFLAGS_COMPILE = "-fPIC";
+  NIX_CFLAGS_COMPILE = [ "-fPIC" ];
 
   postPatch = ''
     sed -re 's@[(]in-home "gui/.command-history"[)]@(concatenate '"'"'string (ext:getenv "HOME") "/.eql-gui-command-history")@' -i gui/gui.lisp