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 }:
|
||||
|
||||
appleDerivation {
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/include/ppp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user