mangayomi: remove useless zenity

This commit is contained in:
aucub 2024-12-09 07:45:19 +08:00
parent 2a6c78be41
commit eb2ed4eb35

View File

@ -35,7 +35,6 @@
libvdpau,
rustPlatform,
stdenv,
zenity,
copyDesktopItems,
makeDesktopItem,
replaceVars,
@ -157,12 +156,7 @@ flutter324.buildFlutterApplication {
'';
extraWrapProgramArgs = ''
--prefix LD_LIBRARY_PATH : "$out/app/${pname}/lib" \
--prefix PATH : "${
lib.makeBinPath [
zenity
]
}"
--prefix LD_LIBRARY_PATH : "$out/app/${pname}/lib"
'';
meta = {