aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-05-22 15:18:28 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-05-22 15:18:28 +0200
commit0c4d3847a4e6d0a503c6d824d4b10f2845458c1e (patch)
treecdc1d33e5751d8911b94645a4006a2773a538c16
parenta4aa13c02f13bfefdbcf8f73d75d9485be6049a3 (diff)
downloadguix-0c4d3847a4e6d0a503c6d824d4b10f2845458c1e.tar.gz
guix-0c4d3847a4e6d0a503c6d824d4b10f2845458c1e.zip
platforms: x86: Add a missing export.
* gnu/platforms/x86.scm (hurd): Export it.
-rw-r--r--gnu/platforms/x86.scm3
1 files changed, 2 insertions, 1 deletions
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
n?id=a8dd285d5a0670abf124a721e6ba94da045b24ba'>zsh completion: Add missing commands and arguments....Noah Evans 2021-06-16bash_completion: Complete options for ‘guix environment’....Tobias Geerinckx-Rice 2021-06-16bash completion: Complete options for the right command....Tobias Geerinckx-Rice 2021-06-16bash completion: Really support subcommands....Tobias Geerinckx-Rice 2021-04-20import: Remove Nix importer....Ludovic Courtès 2021-02-17scripts: system: Remove 'vm-image' command....Mathieu Othacehe 2020-12-04bash completion: Complete file names after '-f' and '-l'....Ludovic Courtès 2020-09-24bash completion: Adjust to new 'guix help' output....Ludovic Courtès 2020-09-21bash completion: Complete file names after 'guix package -p'....Fulbert 2020-09-10bash completion: Restore completion for 'guix system', etc....Ludovic Courtès 2020-06-27bash completion: Complete 'guix environment' properly....Ludovic Courtès