composefs: patch composefs#415

fixes #524816
This commit is contained in:
Kiskae
2026-05-27 16:02:04 +02:00
parent 64c08a7ca0
commit aa27bf83be
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
meson,
ninja,
go-md2man,
@@ -40,6 +41,14 @@ stdenv.mkDerivation (finalAttrs: {
"dev"
];
patches = [
# "tests: ignore EOPNOTSUPP in in fsverity tests" https://github.com/composefs/composefs/pull/415
(fetchpatch {
url = "https://github.com/composefs/composefs/commit/b3cb176a771386081c993e29ae42e77dabe5a577.patch";
hash = "sha256-nzUENLM24G6NezhPywVsRzRgWmL1VZdMfZTsXNorJl8=";
})
];
postPatch =
# 'both_libraries' as an install target always builds both versions.
# This results in double disk usage for normal builds and broken static builds,