diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 21:01:51 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:16 -0500 |
commit | fc7a0cf6785b2134ca8c07aa98e6f0c6dfa811ba (patch) | |
tree | d0ce9d952debfa7d9aaa139ec78fb7da538e3e61 /gnu/packages/xorg.scm | |
parent | caabecf0560a017192f8e06c3d2058b18687201f (diff) | |
download | patches-fc7a0cf6785b2134ca8c07aa98e6f0c6dfa811ba.tar patches-fc7a0cf6785b2134ca8c07aa98e6f0c6dfa811ba.tar.gz |
gnu: xf86-video-nv: Update to 2.1.20.
* gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.20. Add patch.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4aac2f52a2..55db47e443 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2742,17 +2742,18 @@ kernel mode setting (KMS).") (define-public xf86-video-nv (package (name "xf86-video-nv") - (version "2.1.18") + (version "2.1.20") (source (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/xf86-video-nv-" + "mirror://xorg/individual/driver/xf86-video-nv-" version ".tar.bz2")) (sha256 (base32 - "05glbi9jc7j9nm4sf4qvl3z87s48ibm3i283lqz85kbphg62dxvc")))) + "1gqh1khc4zalip5hh2nksgs7i3piqq18nncgmsx9qvzi05azd5c3")) + (patches (list (search-patch "xf86-video-nv-remove-mibstore.patch"))))) (build-system gnu-build-system) (inputs `(("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config))) |