libinput-gestures: entry point is a python script, add dep
Otherwise we have a raw shebang that doesn't work :(
This commit is contained in:
parent
72f31fbc19
commit
f58fcf849e
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, makeWrapper,
|
{ lib, stdenv, fetchFromGitHub, makeWrapper,
|
||||||
libinput, wmctrl,
|
libinput, wmctrl, python3,
|
||||||
xdotool ? null,
|
xdotool ? null,
|
||||||
extraUtilsPath ? lib.optional (xdotool != null) xdotool
|
extraUtilsPath ? lib.optional (xdotool != null) xdotool
|
||||||
}:
|
}:
|
||||||
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user