mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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
0f238c2ed1
commit
74555f6514
1 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue