scalpel: fix cross build (#374842)

This commit is contained in:
Nikolay Korotkiy
2025-01-18 20:40:59 +04:00
committed by GitHub
+3
View File
@@ -23,6 +23,9 @@ stdenv.mkDerivation (finalAttrs: {
autoconf
automake
libtool
];
buildInputs = [
tre
];