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>master
parent
0f238c2ed1
commit
74555f6514
|
@ -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")
|
||||||
|
|
Reference in New Issue