Skip to content

Commit

Permalink
libinput: add python3 for install script
Browse files Browse the repository at this point in the history
Meson no longer propagates it so we need to re-add it.
  • Loading branch information
jtojnar committed Sep 4, 2018
1 parent 06845fd commit 5393183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libinput/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
(mkFlag testsSupport "tests")
];

nativeBuildInputs = [ pkgconfig meson ninja ]
nativeBuildInputs = [ pkgconfig meson ninja python3Packages.python ]
++ optionals documentationSupport [ doxygen graphviz ]
++ optionals testsSupport [ check valgrind python3Packages.pyparsing ];

Expand Down

0 comments on commit 5393183

Please sign in to comment.