screenkey: 0.9 -> 1.2

- Use Python 3.
- Switch to gobject-introspection and other more maintained libraries
(vs PyGTK).
- Use `fetchFromGitLab`.
- Replace the non absolute paths fix in `xlib.py` with
`substituteInPlace`.
This commit is contained in:
Doron Behar
2020-08-17 18:17:42 +03:00
parent 800d9e77fe
commit b5caca265e
3 changed files with 43 additions and 50 deletions
+1 -1
View File
@@ -6680,7 +6680,7 @@ in
quazip = quazip_qt4;
};
screenkey = python2Packages.callPackage ../applications/video/screenkey { };
screenkey = callPackage ../applications/video/screenkey { };
quazip_qt4 = libsForQt5.quazip.override {
qtbase = qt4;