@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user