forked from mirrors/nixpkgs
Merge pull request #207378 from wegank/zchunk-darwin
zchunk: fix build on darwin
This commit is contained in:
commit
bc55008de1
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-YzCEQuG38lVhCwZznhIyny6Yya8iNuhdqgYBz9OhGOc=";
|
hash = "sha256-YzCEQuG38lVhCwZznhIyny6Yya8iNuhdqgYBz9OhGOc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# unbreak on darwin by finding argp-standalone, based on the patch from
|
|
||||||
# buildroot:
|
|
||||||
# https://github.com/buildroot/buildroot/raw/master/package/zchunk/0001-meson-fix-argp-standalone-wrap-and-find_library.patch
|
|
||||||
patches = lib.optional stdenv.isDarwin ./0001-meson-fix-argp-standalone.patch;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
|
Loading…
Add table
Reference in a new issue