mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
commit
6dc9cc4c3f
@ -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
|
||||
] ++ [
|
||||
|
Loading…
Reference in New Issue
Block a user