about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-12-23 06:54:00 -0300
committerGitHub <noreply@github.com>2022-12-23 06:54:00 -0300
commitbc55008de1c60541ef5e79b6bbbfea62e3d15e95 (patch)
tree1bdb09b4a3af3dd7da1d70e9ab3a1a265a3c1c17
parent2c74fcd6c5fc14a61de158fb796243543f46b217 (diff)
parent0451d30686222c805925658c9f2bec28ade3367d (diff)
Merge pull request #207378 from wegank/zchunk-darwin
zchunk: fix build on darwin
-rw-r--r--pkgs/development/libraries/zchunk/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/libraries/zchunk/default.nix b/pkgs/development/libraries/zchunk/default.nix
index 7c800b9d40aa7..c05ba6d0cff09 100644
--- a/pkgs/development/libraries/zchunk/default.nix
+++ b/pkgs/development/libraries/zchunk/default.nix
@@ -20,11 +20,6 @@ stdenv.mkDerivation rec {
     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 = [
     meson
     ninja