mangayomi: remove useless zenity

This commit is contained in:
aucub
2024-12-11 13:36:57 +00:00
parent 2a6c78be41
commit eb2ed4eb35
+1 -7
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 = {