1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

opencsg: fix build

This commit is contained in:
Gabriel Ebner 2019-10-16 10:54:26 +02:00
parent 18fde25825
commit 3458fe89f9

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
rm example/Makefile src/Makefile
qmakeFlags="$qmakeFlags INSTALLDIR=$out"
qmakeFlags=("''${qmakeFlags[@]}" "INSTALLDIR=$out")
'';
postInstall = ''