gnu: hurd: Remove leftover export.
* gnu/packages/hurd.scm: Remove 'hurd-triplet?' export.
This commit is contained in:
parent
06111d9396
commit
6ec07f6b38
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
;;; Copyright © 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020, 2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2020 Rene Saavedra <pacoon@protonmail.com>
|
;;; Copyright © 2020 Rene Saavedra <pacoon@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -48,8 +48,7 @@
|
||||||
#:use-module (gnu packages xorg) ; libpciaccess
|
#:use-module (gnu packages xorg) ; libpciaccess
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
#:export (hurd-system?
|
#:export (hurd-system?
|
||||||
hurd-target?
|
hurd-target?))
|
||||||
hurd-triplet?))
|
|
||||||
|
|
||||||
(define (hurd-target?)
|
(define (hurd-target?)
|
||||||
"Return true if the cross-compilation target or the current system is
|
"Return true if the cross-compilation target or the current system is
|
||||||
|
|
Reference in a new issue