mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 17:20:32 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user