summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
AgeCommit message (Collapse)Author
2017-03-30gnu: dash: Update to 0.5.9.1.Leo Famulari
* 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.
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-02-24gnu: tcsh: Use modify-phases.Leo Famulari
* gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases.
2017-02-24gnu: tcsh: Update to 6.20.00.Leo Famulari
* 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.
2017-02-22gnu: xonsh: Update to 0.5.5.Danny Milosavljevic
* gnu/packages/shells.scm (xonsh): Update to 0.5.5.
2017-02-20Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-02-17gnu: fish: Fix build after upstream changes.Tobias Geerinckx-Rice
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.
2017-02-16gnu: Add scsh.ng0
* gnu/packages/shells.scm (scsh): New variable.
2017-02-10Merge branch 'master' into core-updatesLudovic Courtès
2017-02-06gnu: xonsh: Update to 0.5.3.Danny Milosavljevic
* gnu/packages/shell.scm (xonsh): Update to 0.5.3.
2017-02-03gnu: fish: Update to 2.5.0.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (fish): Update to 2.5.0. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add ‘bootstrap’ phase.
2017-01-25gnu: tcsh: Incorporate grafted patch.Leo Famulari
* gnu/packages/shells.scm (tcsh)[replacement]: Remove field. [source]: Add patch 'tcsh-fix-out-of-bounds-read.patch'. (tcsh/fixed): Remove variable.
2017-01-23gnu: Add es.ng0
* gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-22gnu: fish: Embed full path to Python.Ricardo Wurmus
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.
2017-01-12gnu: xonsh: Update to 0.5.2.Danny Milosavljevic
* gnu/packages/shells.scm (xonsh): Update to 0.5.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-29gnu: xonsh: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (xonsh): Update to 0.5.1.
2016-12-22gnu: xonsh: Fix description.Kei Kebreau
* gnu/packages/shells.scm (xonsh)[description]: Two spaces after a period.
2016-12-22gnu: xonsh: Update to 0.5.0.Stefan Reichör
* gnu/packages/shells.scm (xonsh): Update to 0.5.0. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2016-12-08gnu: tcsh: Fix out of bounds read.Leo Famulari
* 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.
2016-11-18gnu: xonsh: Update to 0.4.7.Danny Milosavljevic
* gnu/packages/shells.scm (xonsh): Update to 0.4.7. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-15gnu: fish: Update to 2.4.0.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (fish): Update to 2.4.0.
2016-10-16gnu: xonsh: Disable the test suite.Leo Famulari
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.
2016-10-09gnu: tcsh: Do not define BSDWAIT.Ricardo Wurmus
* 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.
2016-10-04gnu: fish: Do not use the bundled PCRE2.Ludovic Courtès
* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
2016-10-04gnu: fish: Add input bc.Arun Isaac
Fixes <http://bugs.gnu.org/24433>. * gnu/packages/shells.scm (fish)[inputs]: Add bc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-29gnu: xonsh: Remove bundled PLY.Danny Milosavljevic
* 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>
2016-09-28gnu: Add xonsh.Stefan Reichoer
* gnu/packages/shells.scm (xonsh): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-17gnu: zsh: Use 'modify-phases'.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (zsh)[arguments]: Use ‘modify-phases’ instead of ‘alist-delete’.
2016-08-04gnu: zsh: Move to shells.scm.Tobias Geerinckx-Rice
* 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.
2016-08-04Revert "gnu: zsh: Move to shells.scm."Mark H Weaver
This reverts commit 12b63ab505f781e49b6e7dda2d9eca0aaf24eaf1.
2016-08-03gnu: zsh: Move to shells.scm.Tobias Geerinckx-Rice
* 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.
2016-08-03gnu: tcsh: Move to shells.scm.Tobias Geerinckx-Rice
* 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.
2016-08-03gnu: rc: Move to shells.scm.Tobias Geerinckx-Rice
* gnu/packages/rc.scm (rc): Move from here ... * gnu/packages/shells.scm (rc): ... to here. * gnu/packages/rc.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove rc.scm.
2016-08-03gnu: fish: Move to shells.scm.Tobias Geerinckx-Rice
* gnu/packages/fish.scm (fish): Move from here ... * gnu/packages/shells.scm (fish): ... to here. * gnu/packages/fish.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove fish.scm.
2016-08-03gnu: Add dash.Tobias Geerinckx-Rice
* gnu/packages/shells.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.