mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
ppp: add dontBuild = true
Hopefully this is the last one.
This commit is contained in:
parent
c0a15d855e
commit
1c87d77efe
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ stdenv, appleDerivation }:
|
||||
|
||||
appleDerivation {
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/include/ppp
|
||||
|
||||
|
|
Loading…
Reference in a new issue