Merge pull request #126835 from SuperSandro2000/SuperSandro2000-patch-1
darwin.mas: Fix dontBuild
This commit is contained in:
commit
dc1dceeb93
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
bsdtar -xf Payload~
|
||||
'';
|
||||
|
||||
doBuild = false;
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
Loading…
Reference in New Issue
Block a user