guix-commits
[Top][All Lists]
Advanced

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

36/64: gnu: xf86-video-nouveau: Update to 1.0.12.


From: Andy Wingo
Subject: 36/64: gnu: xf86-video-nouveau: Update to 1.0.12.
Date: Thu, 18 Feb 2016 21:23:01 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit 0e5dddc00a685a45021b86aa56e7848e75dcecd0
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:15:14 2016 +0100

    gnu: xf86-video-nouveau: Update to 1.0.12.
    
    * gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.12.
---
 gnu/packages/xorg.scm |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9e3133e..2d41fd7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3022,28 +3022,20 @@ supported, and the RENDER extension is not accelerated 
by this driver.")
 (define-public xf86-video-nouveau
   (package
     (name "xf86-video-nouveau")
-    (version "1.0.11")
-    (source (origin
-              ;; There are no tarball releases of Nouveau.
-              (method git-fetch)
-              (uri (git-reference
-                    (url 
"git://anongit.freedesktop.org/nouveau/xf86-video-nouveau")
-                    (commit (string-append name "-" version))))
-              (sha256
-               (base32
-                "0zdb6b0n7pzf3l8j8hl7gfshg8jsmcmk11isvvl542yc36162ahp"))))
+    (version "1.0.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://xorg/individual/driver/xf86-video-nouveau-"
+             version
+             ".tar.bz2"))
+       (sha256
+        (base32
+         "07irv1zkk0rkyn1d7f2gn1icgcz2ix0pwv74sjian763gynmg80f"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:phases (alist-cons-after
-                 'unpack 'bootstrap
-                 (lambda _
-                   (zero? (system* "autoreconf" "-vi")))
-                 %standard-phases)))
     (inputs `(("xorg-server" ,xorg-server)))
-    (native-inputs `(("pkg-config" ,pkg-config)
-                     ("autoconf" ,(autoconf-wrapper))
-                     ("automake" ,automake)
-                     ("libtool" ,libtool)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
     (home-page "http://nouveau.freedesktop.org";)
     (synopsis "NVIDIA video driver for X server")
     (description



reply via email to

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