tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
zchunk: fix build on darwin
Weijia Wang
3 years ago
0451d306
338bf0b3
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
zchunk
default.nix
-5
pkgs/development/libraries/zchunk/default.nix
reviewed
···
20
20
hash = "sha256-YzCEQuG38lVhCwZznhIyny6Yya8iNuhdqgYBz9OhGOc=";
21
21
};
22
22
23
23
-
# unbreak on darwin by finding argp-standalone, based on the patch from
24
24
-
# buildroot:
25
25
-
# https://github.com/buildroot/buildroot/raw/master/package/zchunk/0001-meson-fix-argp-standalone-wrap-and-find_library.patch
26
26
-
patches = lib.optional stdenv.isDarwin ./0001-meson-fix-argp-standalone.patch;
27
27
-
28
23
nativeBuildInputs = [
29
24
meson
30
25
ninja