summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-05-25 13:01:15 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-05-25 13:01:15 +0200
commita9dcd60bc11afb3934c11fbad159a16f0f223fd1 (patch)
treeeb50c53a1f61d76c39e5387892823a648e94b573 /Makefile.am
parentd18673dbf2deb105d10667362a18dd8fb1cecc80 (diff)
downloadguix-a9dcd60bc11afb3934c11fbad159a16f0f223fd1.tar.gz
guix-a9dcd60bc11afb3934c11fbad159a16f0f223fd1.tar.xz
platforms: Remove the hurd module.
The hurd platform is now defined in the (guix platforms x86) module. * guix/platforms/hurd.scm: Remove it. * Makefile.am (MODULES): Adapt it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e993552fe9..bc114c9dae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,6 @@ MODULES = \
guix/ipfs.scm \
guix/platform.scm \
guix/platforms/arm.scm \
- guix/platforms/hurd.scm \
guix/platforms/mips.scm \
guix/platforms/powerpc.scm \
guix/platforms/riscv.scm \