hxtools: fix shebangs

This commit is contained in:
meator
2025-02-15 08:42:13 +01:00
parent 3485306ad2
commit 1a67a646df
+5
View File
@@ -5,6 +5,8 @@
pkg-config,
zstd,
libHX,
perl,
bash,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -22,6 +24,9 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
# Perl and Bash are pulled to make patchShebangs work.
perl
bash
libHX
];