aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/video/screenkey/paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/video/screenkey/paths.patch')
-rw-r--r--nixpkgs/pkgs/applications/video/screenkey/paths.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/nixpkgs/pkgs/applications/video/screenkey/paths.patch b/nixpkgs/pkgs/applications/video/screenkey/paths.patch
deleted file mode 100644
index 7e5ed47fc19..00000000000
--- a/nixpkgs/pkgs/applications/video/screenkey/paths.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Screenkey/xlib.py
-+++ b/Screenkey/xlib.py
-@@ -6,7 +6,7 @@
- from ctypes import *
-
- ## base X11
--libX11 = CDLL('libX11.so.6')
-+libX11 = CDLL('@libX11@/lib/libX11.so.6')
-
- # types
- Atom = c_ulong
-@@ -278,7 +278,7 @@
-
-
- ## record extensions
--libXtst = CDLL('libXtst.so.6')
-+libXtst = CDLL('@libXtst@/lib/libXtst.so.6')
-
- # types
- XPointer = String \ No newline at end of file