ppp: add dontBuild = true
Hopefully this is the last one.
This commit is contained in:
parent
c0a15d855e
commit
1c87d77efe
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, appleDerivation }:
|
{ stdenv, appleDerivation }:
|
||||||
|
|
||||||
appleDerivation {
|
appleDerivation {
|
||||||
|
dontBuild = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/include/ppp
|
mkdir -p $out/include/ppp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user