guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: cdrtools: Don't return #t from snippet.


From: guix-commits
Subject: 04/06: gnu: cdrtools: Don't return #t from snippet.
Date: Wed, 16 Mar 2022 15:42:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1ef6203630d29c0416fa42eed6d5f439af7cdf6f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 13 01:00:01 2022 +0100

    gnu: cdrtools: Don't return #t from snippet.
    
    * gnu/packages/cdrom.scm (cdrtools)[source]: Don't return #t from snippet.
---
 gnu/packages/cdrom.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 4401420fe7..56a4ab8a10 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -313,8 +313,7 @@ format, commonly used for VCDs or disks with subchannel 
data.")
                      (string-append
                       "actual_os := $(shell uname -o)\n"
                       "actual_arch := $(shell uname -m)\n"
-                      "VERSION_OS = _$(actual_os)_$(actual_arch)\n")))
-                  #t))
+                      "VERSION_OS = _$(actual_os)_$(actual_arch)\n")))))
               (patches (search-patches 
"cdrtools-3.01-mkisofs-isoinfo.patch"))))
     (build-system gnu-build-system)
     ;; XXX cdrtools bundles a modified, relicensed early version of cdparanoia.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]