tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
p910nd: fix darwin build
Stanisław Pitucha
3 years ago
7f094872
ab6176ac
+4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
p910nd
default.nix
+4
pkgs/servers/p910nd/default.nix
···
11
11
hash = "sha256-MM4o7d3L3XIRYWJ/KPM2OltlVfVA/BgMuyhJMm/BS3c=";
12
12
};
13
13
14
14
+
postPatch = lib.optionalString stdenv.cc.isClang ''
15
15
+
substituteInPlace Makefile --replace gcc clang
16
16
+
'';
17
17
+
14
18
nativeBuildInputs = [ installShellFiles ];
15
19
16
20
enableParallelBuilding = true;