about summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-14 22:18:51 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-15 01:50:38 +0100
commitfeb4e681735f17f0f07fde6f07e806ba629a21c8 (patch)
tree97477dae528c22861223953536038fb50d282499 /pkgs/development/libraries/gstreamer
parent9d9a20fe1b058a0a4107c89421813dff2319f420 (diff)
downloadnixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar.gz
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar.bz2
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar.lz
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar.xz
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.tar.zst
nixlib-feb4e681735f17f0f07fde6f07e806ba629a21c8.zip
gst_all_1.gst-plugins-good: switch to python 3
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/good/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/good/default.nix b/pkgs/development/libraries/gstreamer/good/default.nix
index 9fa94a02f88a..16a5a300edd4 100644
--- a/pkgs/development/libraries/gstreamer/good/default.nix
+++ b/pkgs/development/libraries/gstreamer/good/default.nix
@@ -3,7 +3,7 @@
 , meson
 , ninja
 , pkgconfig
-, python
+, python3
 , gst-plugins-base
 , orc
 , bzip2
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     pkgconfig
-    python
+    python3
     meson
     ninja
     gettext