[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55591: [PATCH] WIP: fix the linux build system
From: |
Mathieu Othacehe |
Subject: |
bug#55591: [PATCH] WIP: fix the linux build system |
Date: |
Wed, 25 May 2022 09:37:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello Chris,
> +;; Provide a procedure so this can be used via module-ref
> +(define (platform-linux-architecture platform)
> + (platform-linux-architecture* platform))
Thanks for the patch! I guess it could have been a way to fix the
issue. Josselin proposed to move the platform part to (guix platform)
instead in the merged 55602 ticket.
Closing that one as it is not needed anymore.
Thanks,
Mathieu