gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers.
* gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.
This commit is contained in:
parent
d3206af65a
commit
893046ff4b
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -2379,29 +2379,30 @@ devices, thus making direct access unnecessary.")
|
||||||
(description "X.org provides an implementation of the X Window System")
|
(description "X.org provides an implementation of the X Window System")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
|
;; This driver depends on XAA which has been removed from xorg-server.
|
||||||
(define-public xf86-video-ast
|
;;
|
||||||
(package
|
;; (define-public xf86-video-ast
|
||||||
(name "xf86-video-ast")
|
;; (package
|
||||||
(version "0.93.10")
|
;; (name "xf86-video-ast")
|
||||||
(source
|
;; (version "0.93.10")
|
||||||
(origin
|
;; (source
|
||||||
(method url-fetch)
|
;; (origin
|
||||||
(uri (string-append
|
;; (method url-fetch)
|
||||||
"mirror://xorg/individual/driver/xf86-video-ast-"
|
;; (uri (string-append
|
||||||
version
|
;; "mirror://xorg/individual/driver/xf86-video-ast-"
|
||||||
".tar.bz2"))
|
;; version
|
||||||
(sha256
|
;; ".tar.bz2"))
|
||||||
(base32
|
;; (sha256
|
||||||
"1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69"))
|
;; (base32
|
||||||
(patches (list (search-patch "xf86-video-ast-remove-mibstore.patch")))))
|
;; "1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69"))
|
||||||
(build-system gnu-build-system)
|
;; (patches (list (search-patch "xf86-video-ast-remove-mibstore.patch")))))
|
||||||
(inputs `(("xorg-server" ,xorg-server)))
|
;; (build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
;; (inputs `(("xorg-server" ,xorg-server)))
|
||||||
(home-page "http://www.x.org/wiki/")
|
;; (native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Xorg implementation of the X Window System")
|
;; (home-page "http://www.x.org/wiki/")
|
||||||
(description "X.org provides an implementation of the X Window System")
|
;; (synopsis "Xorg implementation of the X Window System")
|
||||||
(license license:x11)))
|
;; (description "X.org provides an implementation of the X Window System")
|
||||||
|
;; (license license:x11)))
|
||||||
|
|
||||||
|
|
||||||
(define-public xf86-video-ati
|
(define-public xf86-video-ati
|
||||||
|
@ -2712,27 +2713,29 @@ kernel mode setting (KMS).")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
|
|
||||||
(define-public xf86-video-newport
|
;; This driver depends on XAA which has been removed from xorg-server.
|
||||||
(package
|
;;
|
||||||
(name "xf86-video-newport")
|
;; (define-public xf86-video-newport
|
||||||
(version "0.2.4")
|
;; (package
|
||||||
(source
|
;; (name "xf86-video-newport")
|
||||||
(origin
|
;; (version "0.2.4")
|
||||||
(method url-fetch)
|
;; (source
|
||||||
(uri (string-append
|
;; (origin
|
||||||
"mirror://xorg/individual/driver/xf86-video-newport-"
|
;; (method url-fetch)
|
||||||
version
|
;; (uri (string-append
|
||||||
".tar.bz2"))
|
;; "mirror://xorg/individual/driver/xf86-video-newport-"
|
||||||
(sha256
|
;; version
|
||||||
(base32
|
;; ".tar.bz2"))
|
||||||
"1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i"))))
|
;; (sha256
|
||||||
(build-system gnu-build-system)
|
;; (base32
|
||||||
(inputs `(("xorg-server" ,xorg-server)))
|
;; "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i"))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
;; (build-system gnu-build-system)
|
||||||
(home-page "http://www.x.org/wiki/")
|
;; (inputs `(("xorg-server" ,xorg-server)))
|
||||||
(synopsis "Xorg implementation of the X Window System")
|
;; (native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(description "X.org provides an implementation of the X Window System")
|
;; (home-page "http://www.x.org/wiki/")
|
||||||
(license license:x11)))
|
;; (synopsis "Xorg implementation of the X Window System")
|
||||||
|
;; (description "X.org provides an implementation of the X Window System")
|
||||||
|
;; (license license:x11)))
|
||||||
|
|
||||||
|
|
||||||
(define-public xf86-video-nv
|
(define-public xf86-video-nv
|
||||||
|
|
Loading…
Reference in New Issue