From 8f8a1485b80de707caecf6e7e29b520cd8cf611e Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 10 Feb 2021 14:14:19 -0500 Subject: Revert "gnu: xorriso: Update to 1.5.4.pl02." This reverts commit 589b6be99634d0c42cf25e1599b2f62b0d8e89f7. This update broke the creation of ISO images. See for more info. --- gnu/packages/cdrom.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index cf8d1c4034..6d544b8fcf 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2013, 2014 Andreas Enge ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; Copyright © 2015 Paul van der Walt -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner +;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner ;;; Copyright © 2016 Alex Kost ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2017 John Darrington @@ -156,10 +156,14 @@ extraction from CDs.") libcdio.") (license gpl3+))) +;; Xorriso is used by Guix for creating ISO images. If you change this package, +;; please make sure the Guix functionality still works by running some related +;; system tests. +;; For example, try running `make check-system TESTS=iso-image-installer`. (define-public xorriso (package (name "xorriso") - (version "1.5.4.pl02") + (version "1.5.2") (outputs '("out" "gui")) (source (origin (method url-fetch) @@ -167,7 +171,7 @@ libcdio.") version ".tar.gz")) (sha256 (base32 - "0wi92lxpm3dcjglmmfbh4z37w8jmbx0qmhh98gvzbjwx98ykkiry")))) + "1rqpzj95f70jfwpn4lamasfgqpizjsipz12aprdhri777b4zas9v")))) (build-system gnu-build-system) (arguments `(#:phases -- cgit v1.2.3