yed: wrap With wrapGAppsHook - fixes #101135

Use preFixup to setup the wrapper properly, without double wrapping.
This commit is contained in:
Doron Behar
2020-10-23 14:45:25 +03:00
parent 630f19b3ef
commit 919df81df1
2 changed files with 16 additions and 3 deletions

View File

@@ -31,6 +31,10 @@ let
gtk3 gnome_vfs GConf glib
];
passthru = {
inherit gtk3;
};
patches = [
./fix-java-home-jdk10.patch
./read-truststore-from-env-jdk10.patch