guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/41: gnu: virtualgl: Fetch sources from git.


From: guix-commits
Subject: 36/41: gnu: virtualgl: Fetch sources from git.
Date: Thu, 29 Nov 2018 16:44:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bd7daf9c4febd0919101ad8016f28af237887a1c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 22:32:41 2018 +0100

    gnu: virtualgl: Fetch sources from git.
    
    * gnu/packages/gl.scm (virtualgl)[source]: Fetch from git.
---
 gnu/packages/gl.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index b9dfd7b..06c43a0 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -725,13 +725,14 @@ mixed vector/bitmap output.")
     (version "2.6")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/VirtualGL/virtualgl/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/VirtualGL/virtualgl.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ck1d0w19cgyqvrb9mdlj6l5db90xf18yln71kdninlqxvpgj6h7"))))
+         "0di2igj2bhwb153fndgxks7y57pyhp0gj31n47j93gb7lxc9qcck"))))
     (arguments
      `(#:tests? #f                      ; no tests are available
        #:configure-flags (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]