fs-uae-launcher: init at 3.0.5

(cherry picked from commit f123928ec1e660132de15f6b5ff6a2902ad225f6)
This commit is contained in:
Sander van der Burg
2021-07-18 23:14:26 +02:00
parent c41fdc54ac
commit 2689890bce
2 changed files with 32 additions and 0 deletions
+4
View File
@@ -30785,6 +30785,10 @@ in
fsuae = callPackage ../misc/emulators/fs-uae { };
fsuae-launcher = callPackage ../misc/emulators/fs-uae-launcher {
inherit (python3Packages) pyqt5 setuptools requests;
};
putty = callPackage ../applications/networking/remote/putty {
gtk2 = gtk2-x11;
};