guix-commits
[Top][All Lists]
Advanced

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

branch master updated: platforms: x86: Add a missing export.


From: guix-commits
Subject: branch master updated: platforms: x86: Add a missing export.
Date: Sun, 22 May 2022 09:18:55 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0c4d3847a4 platforms: x86: Add a missing export.
0c4d3847a4 is described below

commit 0c4d3847a4e6d0a503c6d824d4b10f2845458c1e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun May 22 15:18:28 2022 +0200

    platforms: x86: Add a missing export.
    
    * gnu/platforms/x86.scm (hurd): Export it.
---
 gnu/platforms/x86.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/platforms/x86.scm b/gnu/platforms/x86.scm
index 927d359ae8..fba7dd4fc0 100644
--- a/gnu/platforms/x86.scm
+++ b/gnu/platforms/x86.scm
@@ -23,7 +23,8 @@
   #:export (i686-linux
             x86_64-linux
             i686-mingw
-            x86_64-mingw))
+            x86_64-mingw
+            hurd))
 
 (define i686-linux
   (platform



reply via email to

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