aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer/ugly
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-25 08:44:13 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-29 11:21:07 +0100
commite9cdcde6ea3cac061c70f808a2a87ca4388cb52b (patch)
tree79f5387999c2425d246997c4d86996200e5308f4 /pkgs/development/libraries/gstreamer/ugly
parent23ec74b1b25d7743f02c0ceabac442a4fdad0e62 (diff)
gst_all_1.gst-plugins-ugly: switch to python 3
Diffstat (limited to 'pkgs/development/libraries/gstreamer/ugly')
-rw-r--r--pkgs/development/libraries/gstreamer/ugly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gstreamer/ugly/default.nix b/pkgs/development/libraries/gstreamer/ugly/default.nix
index 870b4468860f..d8c36fa40705 100644
--- a/pkgs/development/libraries/gstreamer/ugly/default.nix
+++ b/pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -3,7 +3,7 @@
, meson
, ninja
, pkgconfig
-, python
+, python3
, gst-plugins-base
, orc
, gettext
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
ninja
gettext
pkgconfig
- python
+ python3
];
buildInputs = [