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:
Will Dietz 2018-10-18 16:45:26 -05:00
parent 72f31fbc19
commit f58fcf849e

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper,
libinput, wmctrl,
libinput, wmctrl, python3,
xdotool ? null,
extraUtilsPath ? lib.optional (xdotool != null) xdotool
}:
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ python3 ];
postPatch =
''