diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-25 13:01:15 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-25 13:01:15 +0200 |
commit | a9dcd60bc11afb3934c11fbad159a16f0f223fd1 (patch) | |
tree | eb50c53a1f61d76c39e5387892823a648e94b573 /Makefile.am | |
parent | d18673dbf2deb105d10667362a18dd8fb1cecc80 (diff) | |
download | guix-a9dcd60bc11afb3934c11fbad159a16f0f223fd1.tar.gz |
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.am | 1 |
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 \ |