imv: patch shebangs in bin/imv and bin/imv-dir

This makes them self-contained
This commit is contained in:
Acid Bong
2026-08-14 20:23:39 +03:00
parent 7dc29ec6c3
commit 401e4a008c

View File

@@ -45,6 +45,7 @@
libnsbmp,
libwebp,
qoi,
bashNonInteractive,
}:
let
@@ -126,6 +127,7 @@ stdenv.mkDerivation (finalAttrs: {
libxkbcommon
pango
inih
bashNonInteractive
]
++ windowSystems."${withWindowSystem}"
++ map (b: backends."${b}") withBackends;