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:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user