tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libpng12: fix clang-19 build (#362685)
Vladimír Čunát
1 year ago
49472e24
f2abf253
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libpng
12.nix
+4
pkgs/development/libraries/libpng/12.nix
···
13
13
sha256 = "1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl";
14
14
};
15
15
16
16
+
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
17
17
+
substituteInPlace pngconf.h --replace-fail '<fp.h>' '<math.h>'
18
18
+
'';
19
19
+
16
20
outputs = [ "out" "dev" "man" ];
17
21
18
22
propagatedBuildInputs = [ zlib ];