guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add i586-gnu as a valid system


From: Christopher Baines
Subject: branch master updated: Add i586-gnu as a valid system
Date: Mon, 20 Apr 2020 03:58:34 -0400

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

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 64f1abd  Add i586-gnu as a valid system
64f1abd is described below

commit 64f1abd9ea8e344d6581b8ecac75970807ea7d7c
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Apr 20 08:57:44 2020 +0100

    Add i586-gnu as a valid system
    
    This is present currently on core-updates. Ideally the valid-systems would
    adapt to the revision, but for the moment just add it everywhere.
---
 guix-data-service/model/derivation.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix-data-service/model/derivation.scm 
b/guix-data-service/model/derivation.scm
index 2ff2a97..c18e9a1 100644
--- a/guix-data-service/model/derivation.scm
+++ b/guix-data-service/model/derivation.scm
@@ -63,6 +63,7 @@
   ;; TODO, use the database, but make it quick!
   '("aarch64-linux"
     "armhf-linux"
+    "i586-gnu"
     "i686-linux"
     "mips64el-linux"
     "x86_64-linux"))



reply via email to

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