guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: %rust-bootstrap-binaries: Add missing catch-all entry.


From: Efraim Flashner
Subject: 01/03: gnu: %rust-bootstrap-binaries: Add missing catch-all entry.
Date: Mon, 11 Dec 2017 14:22:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fd3ddefa1fdffedb73f1244b7737bb46d19cf4c9
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 11 20:18:02 2017 +0200

    gnu: %rust-bootstrap-binaries: Add missing catch-all entry.
    
    * gnu/packages/rust.scm (%rust-bootstrap-binaries): Add missing
    catch-all entry to prevent various errors in Guix.
---
 gnu/packages/rust.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 1ae01f1..71015d5 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 ng0 <address@hidden>
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017 Nikolai Merinov <address@hidden>
+;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -63,10 +64,11 @@
     (sha256
      (base32
       (match %host-type
-       ("i686-unknown-linux-gnu"
+        ("i686-unknown-linux-gnu"
          "1vnvqwz30hvyjcfr1f602lg43v2vlqjr3yhb5vr8xnrcc07yvjmp")
-       ("x86_64-unknown-linux-gnu"
-         "1s0866qcy0645bqhsbs3pvk2hi52ps8jzs7x096w0as033h707ml"))))))
+        ("x86_64-unknown-linux-gnu"
+         "1s0866qcy0645bqhsbs3pvk2hi52ps8jzs7x096w0as033h707ml")
+        (_ "")))))) ; Catch-all for other systems.
 
 (define %cargo-reference-project-file "/dev/null")
 (define %cargo-reference-hash



reply via email to

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