mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: Add libpciaccess-0.17.
* gnu/packages/xorg.scm (libpciaccess-0.17): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
This commit is contained in:
parent
1f19387ca7
commit
5ffdcb3aa1
1 changed files with 17 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
||||||
;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
|
;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
|
||||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||||
|
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1162,6 +1163,22 @@ (define-public libpciaccess
|
||||||
(description "Xorg Generic PCI access library.")
|
(description "Xorg Generic PCI access library.")
|
||||||
(license license:x11)))
|
(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
|
(define-public libpthread-stubs
|
||||||
(package
|
(package
|
||||||
(name "libpthread-stubs")
|
(name "libpthread-stubs")
|
||||||
|
|
Loading…
Reference in a new issue