Skip to content

Commit 1194a14

Browse files
vital: add missing runtime dependency (NixOS#377598)
1 parent 3f087c8 commit 1194a14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/by-name/vi/vital/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
xorg,
1212
libGL,
1313
freetype,
14+
zenity,
1415
}:
1516

1617
stdenv.mkDerivation (finalAttrs: {
@@ -57,6 +58,11 @@ stdenv.mkDerivation (finalAttrs: {
5758
curl
5859
libjack2
5960
]
61+
}" \
62+
--prefix PATH : "${
63+
lib.makeBinPath [
64+
zenity
65+
]
6066
}"
6167
6268
runHook postInstall

0 commit comments

Comments
 (0)