mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
quazip: Fix $out variable in installFlags.
This commit is contained in:
parent
2247f3a8d3
commit
5c898b15f3
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configurePhase = "cd quazip && qmake quazip.pro";
|
||||
|
||||
installFlags = "INSTALL_ROOT=$out";
|
||||
installFlags = "INSTALL_ROOT=$(out)";
|
||||
|
||||
buildInputs = [ zlib qt5 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue