summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-09-03 23:17:52 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-09-04 03:23:38 +0200
commit6c701f6578cd6e1e06ec0d4490daa26c4356acbe (patch)
tree87d685d16dbb5becad96fe4e9ebdc686b264896a /pkgs/applications/audio/pulseeffects/default.nix
parent3a8b13ef8fd7846d12ae8e090d106ae95ff6a279 (diff)
downloadnixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar.gz
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar.bz2
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar.lz
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar.xz
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.tar.zst
nixpkgs-6c701f6578cd6e1e06ec0d4490daa26c4356acbe.zip
pulseeffects: add python3 for install script
Meson no longer propagates it so we need to re-add it.
Diffstat (limited to 'pkgs/applications/audio/pulseeffects/default.nix')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 0949611224d..46d4f971420 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/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
   ];