diff options
author | Marius Bakke <marius@gnu.org> | 2020-10-24 16:01:02 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-10-24 16:06:59 +0200 |
commit | 31c894c652aac27bd0ed8594a4344fd7c2b31e6e (patch) | |
tree | bf7bf9ea8731d036fa04e9ec88055dad36bec670 /gnu/packages/video.scm | |
parent | b6d3d7a41909d1eca466ef1865e753109241b9eb (diff) | |
download | guix-31c894c652aac27bd0ed8594a4344fd7c2b31e6e.tar.gz guix-31c894c652aac27bd0ed8594a4344fd7c2b31e6e.zip |
gnu: ffmpeg: Remove unused input.
* gnu/packages/video.scm (ffmpeg)[native-inputs]: Remove PYTHON-2.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 16fb07c95f..cc16069eba 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1467,7 +1467,6 @@ operate properly.") ("perl" ,perl) ("pkg-config" ,pkg-config) ("texinfo" ,texinfo) - ("python" ,python-2) ; scripts use interpreter python2 ("speex" ,speex) ("yasm" ,yasm))) (arguments |