pulseeffects: add python3 for install script

Meson no longer propagates it so we need to re-add it.
This commit is contained in:
Jan Tojnar 2018-09-03 23:17:52 +02:00
parent 3a8b13ef8f
commit 6c701f6578
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -4,6 +4,7 @@
, ninja
, pkgconfig
, itstool
, python3
, libxml2
, desktop-file-utils
, wrapGAppsHook
@ -58,6 +59,7 @@ in stdenv.mkDerivation rec {
pkgconfig
libxml2
itstool
python3
desktop-file-utils
wrapGAppsHook
];