janneke pushed a commit to branch wip-hurd
in repository guix.

commit a8bd52b441ebf32fc1467fce290348e69e5ee41c
Author: Janneke Nieuwenhuizen <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2021 qblade <[email protected]>
 ;;; Copyright © 2021 Lu Hui <[email protected]>
+;;; Copyright © 2023 Janneke Nieuwenhuizen <[email protected]>
 ;;;
 ;;; 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")

Reply via email to