mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
52f2980fa3
commit
ff690faf66
21 changed files with 80 additions and 97 deletions
|
@ -3,7 +3,7 @@
|
|||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
|
||||
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||
;;;
|
||||
|
@ -33,7 +33,6 @@
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages hurd)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages base))
|
||||
|
||||
|
@ -162,7 +161,7 @@ Each database is contained in a specific package output, such as the
|
|||
(native-inputs
|
||||
(list `(,hwdata "pci") pkg-config which))
|
||||
(inputs
|
||||
`(,@(if (not (hurd-target?))
|
||||
`(,@(if (not (target-hurd?))
|
||||
`(("kmod" ,kmod))
|
||||
'())
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue