[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/85: gnu: hurd: Update libpciaccess to 0.17.
From: |
guix-commits |
Subject: |
15/85: gnu: hurd: Update libpciaccess to 0.17. |
Date: |
Thu, 15 Jun 2023 02:32:37 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit a8789ceda68b4f5770263f5d0bbd1dbf41d0c737
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)
- 54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd., (continued)
- 54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd., guix-commits, 2023/06/15
- 57/85: gnu: git: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 66/85: gnu: tcsh: Skip substitution tests for the Hurd., guix-commits, 2023/06/15
- 56/85: gnu: curl: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 70/85: gnu: cmake-minimal: Skip tests for the Hurd., guix-commits, 2023/06/15
- 72/85: gnu: graphite2: Skip test for the Hurd., guix-commits, 2023/06/15
- 77/85: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/15
- 85/85: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/15
- 12/85: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/15
- 17/85: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/15
- 15/85: gnu: hurd: Update libpciaccess to 0.17.,
guix-commits <=
- 14/85: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/15
- 76/85: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/15
- 18/85: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/15
- 21/85: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/15
- 36/85: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/15
- 32/85: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/15
- 48/85: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/15
- 81/85: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/06/15
- 45/85: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/15
- 03/85: gnu: gnumach-headers: Cross-build without relying on x86., guix-commits, 2023/06/15