sambamba: fix build

This commit is contained in:
Harinn
2026-05-04 21:46:41 +07:00
parent b06925305d
commit 5d9ad169c3
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
python3,
which,
ldc,
@@ -31,6 +32,14 @@ stdenv.mkDerivation (finalAttrs: {
lz4
];
patches = [
# remove on next release; add missing break
(fetchpatch {
url = "https://github.com/biod/sambamba/commit/5fdcf6f3015cb17b805514397223f7513bc92613.patch";
hash = "sha256-9iJmR9rJgGKH1kSFTnUCqZ4IU+Xz923SIloeBiYmIk4=";
})
];
buildFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
];