Skip to content

Commit b7bf09a

Browse files
committed
grimblast: patch shebang in .grimblast-wrapped
`strictDeps` is used so `bash` is not in `buildInputs` just because it's in `common-path.nix`
1 parent 2d88282 commit b7bf09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/gr/grimblast/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
, libnotify
1212
, slurp
1313
, wl-clipboard
14+
, bash
1415
}:
1516

1617
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -31,6 +32,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
3132
scdoc
3233
];
3334

35+
buildInputs = [ bash ];
36+
3437
makeFlags = [
3538
"PREFIX=$(out)"
3639
];

0 commit comments

Comments
 (0)