summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
Commit message (Collapse)AuthorAge
...
* gnu: linenoise: Update to commit 2105ce445821381cf1bca87b6d386d4ea88ee20d.ng02017-08-13
| | | | | | | | * gnu/packages/shells.scm (linenoise): Update to commit 2105ce445821381cf1bca87b6d386d4ea88ee20d. Fix indentation. [source]: change to git. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: mksh: Update to 56.Tobias Geerinckx-Rice2017-08-11
| | | | * gnu/packages/shells.scm (mksh): Update to 56.
* gnu: xonsh: Update to 0.5.12.Tobias Geerinckx-Rice2017-08-04
| | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.12.
* gnu: Add oksh.ng02017-07-22
| | | | | | * gnu/packages/shells.scm (oksh): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add mksh.Arun Isaac2017-07-20
| | | | * gnu/packages/shells.scm (mksh): New variable.
* gnu: dash: Use the release tarball.Leo Famulari2017-07-17
| | | | | | | * gnu/packages/shells.scm (dash)[source]: Use the release tarball instead of a Git checkout. [native-inputs]: Remove field. [arguments]: Remove 'bootstrap' phase.
* gnu: fish-guix: Update home page.Ricardo Wurmus2017-06-18
| | | | * gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
* gnu: fish: Update to 2.6.0.ng02017-06-16
| | | | | | * gnu/packages/shells.scm (fish): Update to 2.6.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Rename 's' to 's-shell'.Mark H Weaver2017-06-07
| | | | | | * gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
* gnu: Add s.ng02017-06-04
| | | | | | * gnu/packages/shells.scm (s): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add linenoise.ng02017-06-04
| | | | | | * gnu/packages/shells.scm (linenoise): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add loksh.ng02017-05-20
| | | | | | * gnu/packages/shells.scm (loksh): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: fish: Reference 'groff' to fix output of 'fish --help'.ng02017-05-06
| | | | | | | * gnu/packages/shells.scm (fish)[inputs-inputs]: Add 'groff'. [arguments]: Add 'nroff' substitution in 'embed-store-paths' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fish-guix: Adjust the home-page.ng02017-05-04
| | | | | | * gnu/packages/shells.scm (fish-guix)[home-page]: Use the correct website. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add fish-guix.ng02017-05-03
| | | | | | * gnu/packages/shells.scm (fish-guix): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari2017-04-02
| | | | | | | | | * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * gnu: dash: Update to 0.5.9.1.Leo Famulari2017-03-30
| | | | | | | | | | | | | | * gnu/packages/shells.scm (dash): Update to 0.5.9.1. [source]: Use git-fetch. [native-inputs]: Add autoconf and automake. [arguments]: Add 'bootstrap' phase.
| * Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
| |\
| * | gnu: tcsh: Use modify-phases.Leo Famulari2017-02-24
| | | | | | | | | | | | * gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases.
| * | gnu: tcsh: Update to 6.20.00.Leo Famulari2017-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (tcsh): Update to 6.20.00. [source]: Remove 'tcsh-do-not-define-BSDWAIT.patch'. [inputs]: Remove coreutils. Move autoconf to ... [native-inputs]: ... here. Add perl. * gnu/packages/patches/tcsh-fix-autotest.patch: Adjust patch to upstream changes. * gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-20
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2017-02-10
| |\ \ \
| * | | | gnu: tcsh: Incorporate grafted patch.Leo Famulari2017-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (tcsh)[replacement]: Remove field. [source]: Add patch 'tcsh-fix-out-of-bounds-read.patch'. (tcsh/fixed): Remove variable.
* | | | | gnu: xonsh: Update to 0.5.9.Tobias Geerinckx-Rice2017-03-31
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.9.
* | | | gnu: xonsh: Update to 0.5.5.Danny Milosavljevic2017-02-22
| |_|/ |/| | | | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.5.
* | | gnu: fish: Fix build after upstream changes.Tobias Geerinckx-Rice2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 2.5.0 release was incorrectly packaged, then fixed in place. This is, in a way, a follow-up to commit 89eb56f05fa1561b09d1050147d968b98a16b07a. See <https://github.com/fish-shell/fish-shell/issues/3807>. Reported by ng0 <contact.ng0@cryptolab.net>. * gnu/packages/shells.scm (fish)[source]: Update hash. [native-inputs]: Remove autoconf, automake, and libtool. [arguments]: Remove ‘bootstrap’ phase.
* | | gnu: Add scsh.ng02017-02-16
| |/ |/| | | | | * gnu/packages/shells.scm (scsh): New variable.
* | gnu: xonsh: Update to 0.5.3.Danny Milosavljevic2017-02-06
| | | | | | | | * gnu/packages/shell.scm (xonsh): Update to 0.5.3.
* | gnu: fish: Update to 2.5.0.Tobias Geerinckx-Rice2017-02-03
|/ | | | | | * gnu/packages/shells.scm (fish): Update to 2.5.0. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add ‘bootstrap’ phase.
* gnu: Add es.ng02017-01-23
| | | | | | * gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fish: Embed full path to Python.Ricardo Wurmus2017-01-22
| | | | | | | Fixes <https://bugs.gnu.org/25467>. * gnu/packages/shells.scm (fish)[arguments]: Rename phase "patch-bc" to "embed-store-paths"; embed full path to Python.
* gnu: xonsh: Update to 0.5.2.Danny Milosavljevic2017-01-12
| | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: xonsh: Update to 0.5.1.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.1.
* gnu: xonsh: Fix description.Kei Kebreau2016-12-22
| | | | * gnu/packages/shells.scm (xonsh)[description]: Two spaces after a period.
* gnu: xonsh: Update to 0.5.0.Stefan Reichör2016-12-22
| | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.0. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: tcsh: Fix out of bounds read.Leo Famulari2016-12-08
| | | | | | | * gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[replacement]: New field. (tcsh/fixed): New variable.
* gnu: xonsh: Update to 0.4.7.Danny Milosavljevic2016-11-18
| | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.4.7. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: fish: Update to 2.4.0.Tobias Geerinckx-Rice2016-11-15
| | | | * gnu/packages/shells.scm (fish): Update to 2.4.0.
* gnu: xonsh: Disable the test suite.Leo Famulari2016-10-16
| | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the xonsh build to fail. * gnu/packages/shells.scm (xonsh)[arguments]: Disable the tests.
* gnu: tcsh: Do not define BSDWAIT.Ricardo Wurmus2016-10-09
| | | | | | * gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[source]: Use it.
* gnu: fish: Do not use the bundled PCRE2.Ludovic Courtès2016-10-04
| | | | * gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
* gnu: fish: Add input bc.Arun Isaac2016-10-04
| | | | | | | | Fixes <http://bugs.gnu.org/24433>. * gnu/packages/shells.scm (fish)[inputs]: Add bc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xonsh: Remove bundled PLY.Danny Milosavljevic2016-09-29
| | | | | | | | * gnu/packages/shells.scm (xonsh)[source]: Add snippet to remove bundled python-ply. [inputs]: Add python-ply. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add xonsh.Stefan Reichoer2016-09-28
| | | | | | * gnu/packages/shells.scm (xonsh): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: zsh: Use 'modify-phases'.Tobias Geerinckx-Rice2016-08-17
| | | | | * gnu/packages/shells.scm (zsh)[arguments]: Use ‘modify-phases’ instead of ‘alist-delete’.
* gnu: zsh: Move to shells.scm.Tobias Geerinckx-Rice2016-08-04
| | | | | | | * gnu/packages/zsh.scm (zsh): Move from here ... * gnu/packages/shells.scm (zsh): ... to here. * gnu/packages/zsh.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
* Revert "gnu: zsh: Move to shells.scm."Mark H Weaver2016-08-04
| | | | This reverts commit 12b63ab505f781e49b6e7dda2d9eca0aaf24eaf1.
* gnu: zsh: Move to shells.scm.Tobias Geerinckx-Rice2016-08-03
| | | | | | | * gnu/packages/zsh.scm (zsh): Move from here ... * gnu/packages/shells.scm (zsh): ... to here. * gnu/packages/zsh.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
* gnu: tcsh: Move to shells.scm.Tobias Geerinckx-Rice2016-08-03
| | | | | | | * gnu/packages/tcsh.scm (tcsh): Move from here ... * gnu/packages/shells.scm (tcsh): ... to here. * gnu/packages/tcsh.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove tcsh.scm.