[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/89: gnu: Add libpciaccess-0.17.
From: |
guix-commits |
Subject: |
14/89: gnu: Add libpciaccess-0.17. |
Date: |
Tue, 20 Jun 2023 05:58:52 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 998037a2bdb6242fbf145dfc8c2c7dba71c2615f
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 e41ddea28f..c66b71194a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -35,6 +35,7 @@
;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1162,6 +1163,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")
- branch hurd-team created (now 3853da20ba), guix-commits, 2023/06/20
- 02/89: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/06/20
- 01/89: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/20
- 05/89: gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/20
- 06/89: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/20
- 07/89: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/20
- 10/89: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/20
- 13/89: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/20
- 14/89: gnu: Add libpciaccess-0.17.,
guix-commits <=
- 16/89: gnu: Add rumpkernel., guix-commits, 2023/06/20
- 20/89: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/20
- 34/89: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/20
- 36/89: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/20
- 79/89: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 37/89: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/20
- 84/89: gnu: guix: Disable some test on 32bit., guix-commits, 2023/06/20
- 87/89: DRAFT hurd: Support second boot., guix-commits, 2023/06/20
- 22/89: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/20
- 28/89: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/20