summary refs log tree commit diff
path: root/pkgs/development/tools/imatix_gsl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/imatix_gsl/default.nix')
-rw-r--r--pkgs/development/tools/imatix_gsl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/imatix_gsl/default.nix b/pkgs/development/tools/imatix_gsl/default.nix
index 549a4d1b826..c4d290bf967 100644
--- a/pkgs/development/tools/imatix_gsl/default.nix
+++ b/pkgs/development/tools/imatix_gsl/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
 
   postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
   preBuild = "cd src";
-  installFlags = "DESTDIR=$(out)";
+  installFlags = [ "DESTDIR=$(out)" ];
 
   meta = with stdenv.lib; {
     license = licenses.gpl3Plus;