1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 16:55:56 +02:00

gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.

* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
This commit is contained in:
Janneke Nieuwenhuizen
2023-06-17 13:51:05 +02:00
parent 52f2980fa3
commit ff690faf66
21 changed files with 80 additions and 97 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
;;; Code:
(define %hurd-default-operating-system-kernel
(if (hurd-system?)
(if (system-hurd?)
gnumach
;; A cross-built GNUmach does not work
(with-parameters ((%current-system "i686-linux")