blackmagic: use don't install

This commit is contained in:
Sandro Jäckel
2021-02-16 23:24:33 +01:00
parent 57c0838feb
commit f0864934fb

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
'';
buildPhase = "${stdenv.shell} ${./helper.sh}";
installPhase = ":"; # buildPhase does this.
dontInstall = true;
enableParallelBuilding = true;