Unverified Commit bc55008d authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #207378 from wegank/zchunk-darwin

zchunk: fix build on darwin
parents 2c74fcd6 0451d306
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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