gnu: oil-shell: Rename to "oil".

* gnu/packages/shells.scm (oil): Rename variable from…
(oil-shell): …this.  Redefine using DEPRECATED-PACKAGE.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Ryan Prior 2020-05-01 14:47:20 -05:00 committed by Tobias Geerinckx-Rice
parent 6e9ffc3f77
commit 5225626ffc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -780,9 +780,9 @@ (define-public mksh
(license (list miros
isc)))) ; strlcpy.c
(define-public oil-shell
(define-public oil
(package
(name "oil-shell")
(name "oil")
(version "0.7.0")
(source (origin
(method url-fetch)
@ -826,6 +826,9 @@ (define-public oil-shell
(license (list psfl ; The Oil sources include a patched Python 2 source tree
asl2.0))))
(define-public oil-shell
(deprecated-package "oil-shell" oil))
(define-public gash
(package
(name "gash")