summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prior <rprior@protonmail.com>2020-05-01 14:47:20 -0500
committerGuix Patches Tester <>2020-05-01 21:24:16 +0100
commit0d3ee72abd40102fedd64a1e6cce87a2fb915488 (patch)
tree6e707f983b74cca69eaf0981d3db82087a1c648a
parent26e11cffb983604c813064343e41708b99072e4f (diff)
downloadpatches-series-3785.tar
patches-series-3785.tar.gz
gnu: oil-shell: Rename to "oil" and add a deprecated aliasseries-3785
-rw-r--r--gnu/packages/shells.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index c71e6399ea..08a475dfe1 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -749,8 +749,11 @@ Shell (pdksh).")
isc)))) ; strlcpy.c
(define-public oil-shell
+ (deprecated-package "oil-shell" oil))
+
+(define-public oil
(package
- (name "oil-shell")
+ (name "oil")
(version "0.7.0")
(source (origin
(method url-fetch)