From 64f1abd9ea8e344d6581b8ecac75970807ea7d7c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 20 Apr 2020 08:57:44 +0100 Subject: [PATCH] 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"))