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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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