forked from mirrors/nixpkgs
Merge pull request #196420 from viraptor/p910nd-darwin
p910nd: fix darwin build
This commit is contained in:
commit
b66a938d82
|
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-MM4o7d3L3XIRYWJ/KPM2OltlVfVA/BgMuyhJMm/BS3c=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.cc.isClang ''
|
||||
substituteInPlace Makefile --replace gcc clang
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue