From 0c4d3847a4e6d0a503c6d824d4b10f2845458c1e Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sun, 22 May 2022 15:18:28 +0200 Subject: 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 -- cgit v1.2.3