mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
imv: patch shebangs in bin/imv and bin/imv-dir
This makes them self-contained
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user