guix-commits
[Top][All Lists]
Advanced

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

01/03: build: Use the canonical list of supported systems in 'assert-*'.


From: Ludovic Courtès
Subject: 01/03: build: Use the canonical list of supported systems in 'assert-*'.
Date: Wed, 14 Jan 2015 17:53:59 +0000

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

commit 58caebf0327aafe6240612f28c339f5a00cd2c92
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 14 17:05:10 2015 +0100

    build: Use the canonical list of supported systems in 'assert-*'.
    
    * build-aux/check-available-binaries.scm (%supported-systems): Remove.
    * build-aux/check-final-inputs-self-contained.scm (%supported-systems):
      Remove.
---
 build-aux/check-available-binaries.scm          |    5 +----
 build-aux/check-final-inputs-self-contained.scm |    5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/build-aux/check-available-binaries.scm 
b/build-aux/check-available-binaries.scm
index d5163a9..74a43ff 100644
--- a/build-aux/check-available-binaries.scm
+++ b/build-aux/check-available-binaries.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,9 +28,6 @@
              (srfi srfi-1)
              (srfi srfi-26))
 
-(define %supported-systems
-  '("x86_64-linux" "i686-linux"))
-
 (let* ((store  (open-connection))
        (native (append-map (lambda (system)
                              (map (cut package-derivation store <> system)
diff --git a/build-aux/check-final-inputs-self-contained.scm 
b/build-aux/check-final-inputs-self-contained.scm
index ade4e98..ca7e803 100644
--- a/build-aux/check-final-inputs-self-contained.scm
+++ b/build-aux/check-final-inputs-self-contained.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,9 +29,6 @@
              (srfi srfi-1)
              (srfi srfi-26))
 
-(define %supported-systems
-  '("x86_64-linux" "i686-linux"))
-
 (define (final-inputs store system)
   "Return the list of outputs directories of the final inputs for SYSTEM."
   (append-map (match-lambda



reply via email to

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