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:
parent
6e9ffc3f77
commit
5225626ffc
@ -780,9 +780,9 @@ Shell (pdksh).")
|
|||||||
(license (list miros
|
(license (list miros
|
||||||
isc)))) ; strlcpy.c
|
isc)))) ; strlcpy.c
|
||||||
|
|
||||||
(define-public oil-shell
|
(define-public oil
|
||||||
(package
|
(package
|
||||||
(name "oil-shell")
|
(name "oil")
|
||||||
(version "0.7.0")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -826,6 +826,9 @@ is commonly written.")
|
|||||||
(license (list psfl ; The Oil sources include a patched Python 2 source tree
|
(license (list psfl ; The Oil sources include a patched Python 2 source tree
|
||||||
asl2.0))))
|
asl2.0))))
|
||||||
|
|
||||||
|
(define-public oil-shell
|
||||||
|
(deprecated-package "oil-shell" oil))
|
||||||
|
|
||||||
(define-public gash
|
(define-public gash
|
||||||
(package
|
(package
|
||||||
(name "gash")
|
(name "gash")
|
||||||
|
Loading…
Reference in New Issue
Block a user