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-25 07:28:58 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-29 11:21:06 +0100
commit4cb22aa377fc688bf58f9d433652820f95e7e90d (patch)
treec28b38855c27213352f2ca5602529222e3a0f68a /pkgs/development/libraries/gstreamer
parent730c92d9e223537a0279a3db6d03283757444680 (diff)
downloadnixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar.gz
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar.bz2
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar.lz
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar.xz
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.tar.zst
nixlib-4cb22aa377fc688bf58f9d433652820f95e7e90d.zip
gst_all_1.gst-validate: switch to python 3
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/validate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/validate/default.nix b/pkgs/development/libraries/gstreamer/validate/default.nix
index 9439ddd94e8f..74e898481634 100644
--- a/pkgs/development/libraries/gstreamer/validate/default.nix
+++ b/pkgs/development/libraries/gstreamer/validate/default.nix
@@ -3,7 +3,7 @@
 , pkgconfig
 , gstreamer
 , gst-plugins-base
-, python
+, python3
 , gobject-introspection
 , json-glib
 }:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    python
+    python3
     json-glib
   ];