gnu: mkvtoolnix: Explicitly use ruby-2.7.
To allow updating ruby without affecting this package. * gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Explicitly use ruby-2.7.
This commit is contained in:
parent
afd51a088c
commit
f2488b8df9
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ H.264 (MPEG-4 AVC) video streams.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("po4a" ,po4a)
|
("po4a" ,po4a)
|
||||||
("qttools-5" ,qttools-5)
|
("qttools-5" ,qttools-5)
|
||||||
("ruby" ,ruby)))
|
("ruby" ,ruby-2.7)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--with-boost="
|
(list (string-append "--with-boost="
|
||||||
|
|
Reference in a new issue