mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01: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
6e9ffc3f77
commit
5225626ffc
1 changed files with 5 additions and 2 deletions
|
@ -780,9 +780,9 @@ Shell (pdksh).")
|
|||
(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 @@ is commonly written.")
|
|||
(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…
Add table
Reference in a new issue