libinput: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
0217c2980d
commit
a5af84ef2c
@ -29,13 +29,10 @@ stdenv.mkDerivation rec {
|
|||||||
(mkFlag documentationSupport "documentation")
|
(mkFlag documentationSupport "documentation")
|
||||||
(mkFlag eventGUISupport "debug-gui")
|
(mkFlag eventGUISupport "debug-gui")
|
||||||
(mkFlag testsSupport "tests")
|
(mkFlag testsSupport "tests")
|
||||||
|
"--libexecdir=${placeholder "bin"}/libexec"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
nativeBuildInputs = [ pkgconfig meson ninja python3Packages.python ]
|
||||||
mesonFlags="$mesonFlags --libexecdir=$bin/libexec"
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig meson ninja ]
|
|
||||||
++ optionals documentationSupport [ doxygen graphviz ]
|
++ optionals documentationSupport [ doxygen graphviz ]
|
||||||
++ optionals testsSupport [ check valgrind python3Packages.pyparsing ];
|
++ optionals testsSupport [ check valgrind python3Packages.pyparsing ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user