ppp: add dontBuild = true

Hopefully this is the last one.

Changed files
+1
pkgs
os-specific
darwin
apple-source-releases
+1
pkgs/os-specific/darwin/apple-source-releases/ppp/default.nix
···
{ stdenv, appleDerivation }:
appleDerivation {
installPhase = ''
mkdir -p $out/include/ppp
···
{ stdenv, appleDerivation }:
appleDerivation {
+
dontBuild = true;
installPhase = ''
mkdir -p $out/include/ppp