1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Mathieu Othacehe
2022-05-25 13:01:15 +02:00
parent d18673dbf2
commit a9dcd60bc1
2 changed files with 0 additions and 29 deletions

View File

@@ -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 \