about summary refs log tree commit diff
path: root/pkgs/games/onscripter-en
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-30 12:34:47 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-31 00:16:46 +0100
commit313da176d35efefbcf36b41ec348c38403581e83 (patch)
treecd7bba63111f2330601c18f0b2a33b65c3b9bbab /pkgs/games/onscripter-en
parentf9f46dc327c7e659e84d558f1309e16e16e8245a (diff)
downloadnixlib-313da176d35efefbcf36b41ec348c38403581e83.tar
nixlib-313da176d35efefbcf36b41ec348c38403581e83.tar.gz
nixlib-313da176d35efefbcf36b41ec348c38403581e83.tar.bz2
nixlib-313da176d35efefbcf36b41ec348c38403581e83.tar.lz
nixlib-313da176d35efefbcf36b41ec348c38403581e83.tar.xz
nixlib-313da176d35efefbcf36b41ec348c38403581e83.tar.zst
nixlib-313da176d35efefbcf36b41ec348c38403581e83.zip
treewide: NIX_*_FLAGS -> string
Diffstat (limited to 'pkgs/games/onscripter-en')
-rw-r--r--pkgs/games/onscripter-en/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/onscripter-en/default.nix b/pkgs/games/onscripter-en/default.nix
index 618e78553a54..2ad23a72368b 100644
--- a/pkgs/games/onscripter-en/default.nix
+++ b/pkgs/games/onscripter-en/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
   configureFlags = [ "--no-werror" ];
 
   # Without this libvorbisfile.so is not getting linked properly for some reason.
-  NIX_CFLAGS_LINK = [ "-lvorbisfile" ];
+  NIX_CFLAGS_LINK = "-lvorbisfile";
 
   preBuild = ''
     sed -i 's/.dll//g' Makefile