commit
ab6b47d060
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
buildPhase = "true";
|
buildPhase = "true";
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"PREFIX=$out"
|
"PREFIX=$(out)"
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in New Issue