guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: os-prober: Update to 1.80.


From: guix-commits
Subject: 03/06: gnu: os-prober: Update to 1.80.
Date: Sat, 4 Jun 2022 16:45:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3666e5e4097884fa161ed9d49293fccf36a1f7da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:02 2022 +0200

    gnu: os-prober: Update to 1.80.
    
    * gnu/packages/bootloaders.scm (os-prober): Update to 1.80.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/bootloaders.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 7ea6f5a647..91d259475a 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1131,14 +1131,14 @@ tools, and more.")
 (define-public os-prober
   (package
     (name "os-prober")
-    (version "1.79")
+    (version "1.80")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://debian/pool/main/o/os-prober/os-prober_"
                            version ".tar.xz"))
        (sha256
-        (base32 "1vhhk0bl2j4910513gn5h3z8nsaavyv3c8764bim2klc0xyk3rmb"))))
+        (base32 "13z3rshgz5xj0328a80wavdimjw925yha9s1ks398sq0kn5w6qw0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -1155,8 +1155,7 @@ tools, and more.")
              (substitute* (find-files ".")
                (("/usr") (assoc-ref outputs "out")))
              (substitute* (find-files "." "50mounted-tests$")
-               (("mkdir") "mkdir -p"))
-             #t))
+               (("mkdir") "mkdir -p"))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (define (find-files-non-recursive directory)
@@ -1187,8 +1186,7 @@ tools, and more.")
                    (append (find-files-non-recursive (string-append directory 
"/common"))
                            (find-files-non-recursive (string-append directory 
"/x86")))))
                 (list "os-probes" "os-probes/mounted" "os-probes/init"
-                      "linux-boot-probes" "linux-boot-probes/mounted"))
-               #t))))))
+                      "linux-boot-probes" "linux-boot-probes/mounted"))))))))
     (home-page "https://joeyh.name/code/os-prober";)
     (synopsis "Detect other operating systems")
     (description "os-prober probes disks on the system for other operating



reply via email to

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