guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add xf86-video-amdgpu.


From: guix-commits
Subject: 01/01: gnu: Add xf86-video-amdgpu.
Date: Mon, 28 Jan 2019 05:13:20 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 562d13e16a5c6fd9a8666d9e6dfe06289e9b11cd
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Jan 28 11:08:24 2019 +0100

    gnu: Add xf86-video-amdgpu.
    
    * gnu/packages/xorg.scm (xf86-video-amdgpu): New variable.
---
 gnu/packages/xorg.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7e3c1aa..a43dfe8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2623,6 +2623,29 @@ as USB mice.")
      "xf86-input-void is a null input driver for the Xorg X server.")
     (license license:x11)))
 
+(define-public xf86-video-amdgpu
+  (package
+    (name "xf86-video-amdgpu")
+    (version "18.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://xorg/individual/driver/xf86-video-amdgpu-"
+               version
+               ".tar.bz2"))
+        (sha256
+          (base32
+           "0wlnb929l3yqj4hdkzyxyhbaph13ac4villajgmbh66pa6xja7z1"))))
+    (build-system gnu-build-system)
+    (inputs `(("xorg-server" ,xorg-server)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (home-page "https://www.x.org/wiki/";)
+    (synopsis "AMD Radeon video driver for X server")
+    (description
+     "xf86-video-amdgpu is an AMD Radeon video driver for the Xorg
+X server.")
+    (license license:x11)))
 
 (define-public xf86-video-ark
   (package



reply via email to

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