diff options
| author | moksh <mysticmoksh@riseup.net> | 2026-02-24 04:19:59 +0530 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-03-02 13:44:24 +0100 |
| commit | 7358fa92623fee676798b87dc5bf209fa3cb685b (patch) | |
| tree | 27ba1ac79de44150b20aa28eab5151e0e8072b8c /gnu/packages | |
| parent | 76f145796fd3f6bea654107c537c1a0dae460784 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/shells.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 6c1d8c9750b..d4635fe558e 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 |
