tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alac: remove obsolete `TARGET_OS_*` workaround
Emily
1 year ago
26e9e065
b0e22909
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
al
alac
package.nix
-3
pkgs/by-name/al/alac/package.nix
···
26
26
autoreconfHook
27
27
];
28
28
29
29
-
# error: 'TARGET_OS_MAC' is not defined, evaluates to 0
30
30
-
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-DTARGET_OS_MAC";
31
31
-
32
29
passthru = {
33
30
updateScript = unstableGitUpdater { };
34
31
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;