guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7358fa92623fee676798b87dc5bf209fa3cb685b
Author: moksh <[email protected]>
AuthorDate: Tue Feb 24 04:19:59 2026 +0530
gnu: oils: Rename to oils-for-unix.
The project suggest to use the the `oils-for-unix' in their packaging
guidelines.
<https://github.com/oils-for-unix/oils/wiki/Oils-Packaging-Guidelines>
* gnu/packages/shells.scm (oils): Deprecate and move from here…
(oils-for-unix): …to here.
(oils): Deprecate in favor of oils-for-unix.
Change-Id: I2bb9b972d75a5c37b27dce54fde3aa485ce88b9a
---
gnu/packages/shells.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 6c1d8c9750..d4635fe558 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -981,9 +981,9 @@ Shell (pdksh).")
(license (list license:miros
license:isc)))) ; strlcpy.c
-(define-public oils
+(define-public oils-for-unix
(package
- (name "oils")
+ (name "oils-for-unix")
(version "0.22.0")
(source
(origin
@@ -1033,10 +1033,12 @@ scripts and YSH is a legacy-free shell, with structured
data for Python and
JavaScript users who avoid shell.")
(license (list license:asl2.0))))
+;; This is renamed to maintain naming consistency with the Project Guidelines.
+(define-deprecated-package oils oils-for-unix)
+
;; Since release 0.16.0 the former Oil project has been renamed to Oils:
;; <https://www.oilshell.org/blog/2023/03/rename.html>.
-(define-deprecated-package oil
- oils)
+(define-deprecated-package oil oils-for-unix)
(define-public gash
(package