[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7.
From: |
Christopher Baines |
Subject: |
[bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7. |
Date: |
Sun, 18 Jun 2023 12:28:36 +0100 |
To allow updating ruby without affecting this package.
* gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Explicitly use ruby-2.7.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/video.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 66e6cb5408..908155755e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1035,7 +1035,7 @@ (define-public mkvtoolnix
("pkg-config" ,pkg-config)
("po4a" ,po4a)
("qttools-5" ,qttools-5)
- ("ruby" ,ruby)))
+ ("ruby" ,ruby-2.7)))
(arguments
`(#:configure-flags
(list (string-append "--with-boost="
--
2.40.1
- [bug#64150] [PATCH 00/24] Various changes to support updating the default ruby., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 02/24] gnu: texlive-hyph-utf8: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 03/24] gnu: texlive-bin: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 11/24] gnu: ruby-tzinfo: Update to 2.0.6., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 14/24] gnu: ruby-shindo: Update to 0.3.10., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 07/24] gnu: utf8proc-2.7.0: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 04/24] gnu: qtbase: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 05/24] gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7.,
Christopher Baines <=
- [bug#64150] [PATCH 06/24] gnu: qtwebengine-5: Explicitly use ruby-2.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 08/24] gnu: webkitgtk: Explicitly use ruby-2., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 15/24] gnu: ruby-rjb: Update to 1.6.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 16/24] gnu: ruby-range-compressor: Update to 1.2.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 17/24] gnu: ruby-pry-doc: Update to 1.4.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 20/24] gnu: ruby-memory-profiler: Update to 1.0.1., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 22/24] gnu: ruby-debug-inspector: Update to 1.1.0., Christopher Baines, 2023/06/18