tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libtommath: remove obsolete `TARGET_OS_*` workaround
Emily
1 year ago
6f62ff22
3d4bb1b3
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libtommath
package.nix
-4
pkgs/by-name/li/libtommath/package.nix
···
29
30
makefile = "makefile.shared";
31
32
-
env.NIX_CFLAGS_COMPILE = lib.optionalString (
33
-
stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64
34
-
) "-DTARGET_OS_IPHONE=0";
35
-
36
enableParallelBuilding = true;
37
38
meta = with lib; {
···
29
30
makefile = "makefile.shared";
31
0
0
0
0
32
enableParallelBuilding = true;
33
34
meta = with lib; {