Skip to content

Commit 93ef6f9

Browse files
xen: fix script shebangs (#437892)
2 parents ca43396 + ac75246 commit 93ef6f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/xe/xen/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
pandoc,
4444

4545
# Scripts
46+
bash,
4647
bridge-utils,
4748
coreutils,
4849
diffutils,
@@ -223,6 +224,7 @@ stdenv.mkDerivation (finalAttrs: {
223224
]);
224225

225226
buildInputs = [
227+
bash
226228
bzip2
227229
e2fsprogs.dev
228230
libnl

0 commit comments

Comments
 (0)