vital: add missing runtime dependency (#377598)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
xorg,
|
||||
libGL,
|
||||
freetype,
|
||||
zenity,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -57,6 +58,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
curl
|
||||
libjack2
|
||||
]
|
||||
}" \
|
||||
--prefix PATH : "${
|
||||
lib.makeBinPath [
|
||||
zenity
|
||||
]
|
||||
}"
|
||||
|
||||
runHook postInstall
|
||||
|
||||
Reference in New Issue
Block a user