guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: bootar: Update to 1a.


From: guix-commits
Subject: branch core-updates updated: gnu: bootar: Update to 1a.
Date: Fri, 21 Feb 2020 23:57:08 -0500

This is an automated email from the git hooks/post-receive script.

samplet pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4b807ef  gnu: bootar: Update to 1a.
4b807ef is described below

commit 4b807ef87c4634e8bea1431d47ee3df3b519145d
Author: Timothy Sample <address@hidden>
AuthorDate: Fri Feb 21 23:48:37 2020 -0500

    gnu: bootar: Update to 1a.
    
    * gnu/packages/commencement.scm (bootar): Update to 1a; remove BZip2
    workaround for 32-bit platforms.
---
 gnu/packages/commencement.scm | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index dc5d9a1..dfc913e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -86,13 +86,13 @@
 (define bootar
   (package
     (name "bootar")
-    (version "1")
+    (version "1a")
     (source (origin
               (method url-fetch)
-              (uri "https://files.ngyro.com/bootar/bootar-1.ses";)
+              (uri "https://files.ngyro.com/bootar/bootar-1a.ses";)
               (sha256
                (base32
-                "011p0nky2qp0vmyhvdx220qywxxp7a0m6pvy0lzzg4qxbpyqpf0r"))))
+                "0mvp6vgx0q316fvy3z2lddlc5xgq5np3bm1fypgvj6dnayibg9np"))))
     (build-system gnu-build-system)
     (arguments
      `(#:implicit-inputs? #f
@@ -111,16 +111,6 @@
                       (guile (string-append guile-dir "/bin/guile")))
                  (invoke guile "--no-auto-compile" source)
                  (chdir "bootar")
-                 ;; (commencement bzip2) breaks tar on x86, see
-                 ;; https://bugs.gnu.org/39699
-                 (delete-file "scripts/bzip2.in")
-                 (delete-file "compression/bzip2.scm")
-                 (with-output-to-file "compression/bzip2.scm"
-                   (lambda _
-                     (display "(define-module (compression bzip2))
-(define-public is-bzip2-file? (const #f))
-(define-public make-bzip2-input-port (const #f))
-")))
                  #t)))
            (replace 'configure (bootstrap-configure ,version "." "scripts"))
            (replace 'build (bootstrap-build "."))



reply via email to

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