[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/48: gnu: hurd: Update libpciaccess to 0.17.
From: |
guix-commits |
Subject: |
12/48: gnu: hurd: Update libpciaccess to 0.17. |
Date: |
Sun, 4 Jun 2023 07:43:42 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit a7cf5ef86444781c96c75bad96ecb930f399e9db
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed May 17 13:41:26 2023 +0200
gnu: hurd: Update libpciaccess to 0.17.
As suggested by youpi on IRC
https://logs.guix.gnu.org/hurd/2023-05-17.log#132259
libpciaccess-0.16 is too old for the Hurd and would need Hurd-specific
patches
while libpciaccess-0.17 works out of the box.
* gnu/packages/hurd.scm (hurd)[inputs]: Use libpciaccess-0.17.
(netdde)[inputs]: Likewise.
---
gnu/packages/hurd.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 87a1d132de..0f8f3f35e4 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2018, 2020-2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2020, 2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2022, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Rene Saavedra <pacoon@protonmail.com>
;;;
@@ -45,7 +45,7 @@
#:use-module (gnu packages bash)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages onc-rpc)
- #:use-module (gnu packages xorg) ; libpciaccess
+ #:use-module (gnu packages xorg) ;libpciaccess-0.17
#:use-module (guix git-download)
#:export (hurd-system?
hurd-target?))
@@ -534,7 +534,7 @@ exec ${system}/rc \"$@\"
`(("libgcrypt" ,libgcrypt) ;for /hurd/random
("libdaemon" ,libdaemon) ;for /bin/console --daemonize
("unifont" ,unifont)
- ("libpciaccess" ,libpciaccess)
+ ("libpciaccess" ,libpciaccess-0.17) ;need libpciaccess > 0.16
;; For NFS support
("libtirpc" ,libtirpc/hurd)
@@ -632,7 +632,7 @@ implementing them.")
"/bin"))
#t)))))
(inputs
- (list hurd libpciaccess zlib))
+ (list hurd libpciaccess-0.17 zlib))
(native-inputs
`(("coreutils" ,coreutils)
("gawk" ,gawk)
- 43/48: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., (continued)
- 43/48: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/04
- 38/48: gnu: grep: Update hanging and failing tests for the Hurd., guix-commits, 2023/06/04
- 44/48: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/04
- 07/48: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/04
- 16/48: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/04
- 21/48: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/04
- 42/48: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/04
- 28/48: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/04
- 35/48: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/04
- 39/48: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/04
- 12/48: gnu: hurd: Update libpciaccess to 0.17.,
guix-commits <=
- 19/48: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/04
- 23/48: hurd-boot: Cater for netdde., guix-commits, 2023/06/04
- 26/48: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/04
- 32/48: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/04
- 34/48: gnu: commencement: glibc-final: Use libc-for-target for source too., guix-commits, 2023/06/04
- 45/48: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/04
- 33/48: gnu: commencement: glibc-final-with-bootstrap-bash: Use libc-for-target., guix-commits, 2023/06/04
- 46/48: DRAFT hurd: Support second boot., guix-commits, 2023/06/04
- 05/48: gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/04
- 15/48: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/04