pulseeffects: add python3 for install script

Meson no longer propagates it so we need to re-add it.
wip/yesman
Jan Tojnar 6 years ago
parent 3a8b13ef8f
commit 6c701f6578
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 2
      pkgs/applications/audio/pulseeffects/default.nix

@ -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
];

Loading…
Cancel
Save