nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

zchunk: fix build on darwin

-5
-5
pkgs/development/libraries/zchunk/default.nix
··· 20 20 hash = "sha256-YzCEQuG38lVhCwZznhIyny6Yya8iNuhdqgYBz9OhGOc="; 21 21 }; 22 22 23 - # unbreak on darwin by finding argp-standalone, based on the patch from 24 - # buildroot: 25 - # https://github.com/buildroot/buildroot/raw/master/package/zchunk/0001-meson-fix-argp-standalone-wrap-and-find_library.patch 26 - patches = lib.optional stdenv.isDarwin ./0001-meson-fix-argp-standalone.patch; 27 - 28 23 nativeBuildInputs = [ 29 24 meson 30 25 ninja