gnu: igt-gpu-tools: Fetch from upstream git repository.

* gnu/packages/admin.scm (igt-gpu-tools)[source]: Use GIT-FETCH and
GIT-FILE-NAME.  Fetch from the master repository, not the mirror.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 00:39:24 +01:00
parent 89f51a9dac
commit e4d6746f8e
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2804,14 +2804,15 @@ (define-public igt-gpu-tools
(package (package
(name "igt-gpu-tools") (name "igt-gpu-tools")
(version "1.23") (version "1.23")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://cgit.freedesktop.org/xorg/app/" (method git-fetch)
"intel-gpu-tools/snapshot/" (uri (git-reference
"igt-gpu-tools-" version ".tar.gz")) (url "https://gitlab.freedesktop.org/drm/igt-gpu-tools.git")
(sha256 (commit (string-append "igt-gpu-tools-" version))))
(base32 (file-name (git-file-name name version))
"0vzv2i4jfv2pkbqby5k3ap9pzidkmajwqmg3s7wnv8i1h33775iq")))) (sha256
(base32 "0ra0l7917434z02gfzlh61gx5asw051m1q7h1i1gzhh25wba1hz1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; many of the tests try to load kernel modules `(#:tests? #f ; many of the tests try to load kernel modules