blackmagic: use don't install
This commit is contained in:
parent
57c0838feb
commit
f0864934fb
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = "${stdenv.shell} ${./helper.sh}";
|
buildPhase = "${stdenv.shell} ${./helper.sh}";
|
||||||
installPhase = ":"; # buildPhase does this.
|
dontInstall = true;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user