gnu: Remove packages deprecated for over a year.

* gnu/packages/admin.scm (intel-gpu-tools): Remove variable.
* gnu/packages/algebra.scm (giac-xcas): Likewise.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-29 00:54:24 +01:00
parent 8c9dcdea0a
commit d8006740b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 0 additions and 6 deletions

View file

@ -2880,9 +2880,6 @@ (define-public igt-gpu-tools
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:expat)))
(define-public intel-gpu-tools
(deprecated-package "intel-gpu-tools" igt-gpu-tools))
(define-public fabric
(package
(name "fabric")

View file

@ -432,9 +432,6 @@ (define-public giac
or text interfaces) or as a C++ library.")
(license license:gpl3+)))
(define-public giac-xcas
(deprecated-package "giac-xcas" giac))
(define-public flint
(package
(name "flint")