[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/24: gnu: Add libpciaccess-0.17.
From: |
guix-commits |
Subject: |
08/24: gnu: Add libpciaccess-0.17. |
Date: |
Thu, 13 Jul 2023 13:02:37 -0400 (EDT) |
jpoiret pushed a commit to branch master
in repository guix.
commit 5ffdcb3aa147cd49d8d8f380903886c70365d46e
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.
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
---
gnu/packages/xorg.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 96440a6d0a..eaf90a79df 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 master updated (ff208b4b62 -> d17879cd0d), guix-commits, 2023/07/13
- 01/24: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/07/13
- 04/24: gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/07/13
- 06/24: gnu: mig: Update to 1.8+git20230520., guix-commits, 2023/07/13
- 08/24: gnu: Add libpciaccess-0.17.,
guix-commits <=
- 10/24: gnu: Add rumpkernel., guix-commits, 2023/07/13
- 17/24: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/07/13
- 19/24: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/07/13
- 20/24: hurd-boot: Cater for netdde., guix-commits, 2023/07/13
- 02/24: gnu: gnumach-headers: Cross-build without relying on x86., guix-commits, 2023/07/13
- 03/24: gnu: hurd: Update supported systems., guix-commits, 2023/07/13
- 05/24: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/07/13
- 07/24: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/07/13
- 09/24: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/07/13
- 12/24: gnu: parted: Support building for the Hurd., guix-commits, 2023/07/13