eql: flags is a list of strings

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:44:28 +03:00
parent 6554997eaa
commit ba52751157

View File

@ -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