mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
Fix GeeQie build
This commit is contained in:
parent
a323744ada
commit
0e3a86e145
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
configurePhase = ''
|
||||
./autogen.sh $configureFlags
|
||||
./autogen.sh $configureFlags --prefix="$out"
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue