summary refs log tree commit diff
path: root/pkgs/games/onscripter-en/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/onscripter-en/default.nix')
-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 618e78553a5..2ad23a72368 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