Merge #318985: btrfs-progs: drop upstreamed patch

...into staging-next
This commit is contained in:
Vladimír Čunát 2024-06-11 10:30:48 +02:00
commit 6dc9cc4c3f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch
{ lib, stdenv, fetchurl
, buildPackages
, pkg-config
, zstd
@ -17,14 +17,6 @@ stdenv.mkDerivation rec {
hash = "sha256-fhSl1ZfzI919G0U+Ok5mGn6fB+oGDvv/T3b/gxWRfeg=";
};
patches = [
# backport fix build with e2fsprogs 1.47.1
(fetchpatch {
url = "https://github.com/kdave/btrfs-progs/commit/bcb887a4de2c56426a7a7de8d440b6ad75579f10.patch";
hash = "sha256-Ir5EiiU0E8GBnGex0Q/WTNexW9XTWFNceiLQvXygIoo=";
})
];
nativeBuildInputs = [
pkg-config
] ++ [