[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/84: gnu: Add libpciaccess-0.17.
From: |
guix-commits |
Subject: |
14/84: gnu: Add libpciaccess-0.17. |
Date: |
Wed, 14 Jun 2023 06:23:54 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 76d1f7afe09f2e86c96711c53961445f6d4140d9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed May 17 13:29:50 2023 +0200
gnu: Add libpciaccess-0.17.
* gnu/packages/xorg.scm (libpciaccess-0.17): New variable.
---
gnu/packages/xorg.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d6c388739f..5915348de2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -34,6 +34,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1145,6 +1146,22 @@ themselves.")
(description "Xorg Generic PCI access library.")
(license license:x11)))
+(define-public libpciaccess-0.17
+ (package
+ (inherit libpciaccess)
+ (name "libpciaccess")
+ (version "0.17")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://xorg/individual/lib/libpciaccess-"
+ version
+ ".tar.xz"))
+ (sha256
+ (base32
+ "0wsvv5d05maqbidvnavka7n0fnql55m4jix5wwlk14blr6ikna3l"))))))
+
(define-public libpthread-stubs
(package
(name "libpthread-stubs")
- 29/84: gnu: gnumach: Disable builtin networking., (continued)
- 29/84: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/14
- 25/84: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/14
- 27/84: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/14
- 42/84: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/14
- 58/84: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/14
- 51/84: gnu: libbsd: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 45/84: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/14
- 77/84: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/14
- 68/84: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/14
- 66/84: gnu: tcsh: Skip substitution tests for the Hurd., guix-commits, 2023/06/14
- 14/84: gnu: Add libpciaccess-0.17.,
guix-commits <=
- 39/84: gnu: grep: Update hanging and failing tests for the Hurd., guix-commits, 2023/06/14
- 47/84: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/14
- 46/84: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/14
- 48/84: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/14
- 50/84: gnu: elfutils: Skip failing tests for the Hurd., guix-commits, 2023/06/14
- 22/84: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/14
- 37/84: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/14
- 59/84: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/14
- 70/84: gnu: cmake-minimal: Skip tests for the Hurd., guix-commits, 2023/06/14
- 41/84: gnu: findutils: Move test-strerror_r from XFAIL to skip for the Hurd., guix-commits, 2023/06/14