summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: zsh: Fix CVE-2018-{7548,7549}.•••* gnu/packages/patches/zsh-CVE-2018-7548.patch, gnu/packages/patches/zsh-CVE-2018-7549.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/shells.scm (zsh)[source]: Use them. Leo Famulari2018-03-101-0/+2
* gnu: loksh: Update to 6.2.•••* gnu/packages/shells.scm (loksh): Update to 6.2. Tobias Geerinckx-Rice2018-02-111-3/+3
* gnu: oil-shell: Update to 0.4.0.•••* gnu/packages/shells.scm (oil-shell): Update to 0.4.0. Leo Famulari2018-02-051-2/+2
* gnu: Add the Oil shell.•••* gnu/packages/shells.scm (oil-shell): New variable. Leo Famulari2018-01-231-1/+47
* gnu: fish-guix: Remove it.•••fish-guix has been merged into Guix in 'etc/completion/fish' * gnu/packages/shells.scm (fish-guix): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02018-01-161-27/+1
* gnu: xonsh: Update to 0.6.0.•••* gnu/packages/shells.scm (xonsh): Update to 0.6.0. Kei Kebreau2017-12-311-2/+2
* gnu: fish: Mark up description.•••* gnu/packages/shells.scm (fish)[description]: Use @command{}. Tobias Geerinckx-Rice2017-12-231-4/+4
* gnu: fish: Update to 2.7.1.•••* gnu/packages/shells.scm (fish): Update to 2.7.1. Tobias Geerinckx-Rice2017-12-221-3/+3
* gnu: s-shell: Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.•••* gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659. [version]: Use 'git-version'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-12-141-5/+7
* gnu: fish-guix: Update to 0.1.2.1.•••* gnu/packages/shells.scm (fish-guix): Update to 0.1.2.1. (license): Switch to bsd-3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-11-301-4/+4
* gnu: zsh: Update to 5.4.2.•••* gnu/packages/shells.scm (zsh): Update to 5.4.2. [arguments]: Add a 'patch-test' build phase. Leo Famulari2017-11-281-3/+13
* gnu: fish-guix: Use new URL.•••* gnu/packages/shells.scm (fish-guix)[source]: Use new URL. (home-page): Use new URL. Signed-off-by: Leo Famulari <leo@famulari.name> ng02017-11-261-2/+2
* gnu: fish: Update to 2.7.0.•••* gnu/packages/shell.scm (fish): Update to 2.7.0. [source]: Add alternative source. Tobias Geerinckx-Rice2017-11-231-4/+9
* gnu: Put autoconf-related phases immediately after the 'unpack phase.•••* gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise. Kei Kebreau2017-09-041-1/+1
* gnu: Fetch several Git sources over HTTPS.•••* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL. Leo Famulari2017-08-271-1/+1
* gnu: fish-guix: Use new download URL.•••* gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02017-08-151-1/+1
* gnu: linenoise: Update to commit 2105ce445821381cf1bca87b6d386d4ea88ee20d.•••* gnu/packages/shells.scm (linenoise): Update to commit 2105ce445821381cf1bca87b6d386d4ea88ee20d. Fix indentation. [source]: change to git. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-08-131-33/+36
* gnu: mksh: Update to 56.•••* gnu/packages/shells.scm (mksh): Update to 56. Tobias Geerinckx-Rice2017-08-111-2/+2
* gnu: xonsh: Update to 0.5.12.•••* gnu/packages/shells.scm (xonsh): Update to 0.5.12. Tobias Geerinckx-Rice2017-08-041-2/+2
* gnu: Add oksh.•••* gnu/packages/shells.scm (oksh): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> ng02017-07-221-1/+24
* gnu: Add mksh.•••* gnu/packages/shells.scm (mksh): New variable. Arun Isaac2017-07-201-0/+40
* gnu: dash: Use the release tarball.•••* gnu/packages/shells.scm (dash)[source]: Use the release tarball instead of a Git checkout. [native-inputs]: Remove field. [arguments]: Remove 'bootstrap' phase. Leo Famulari2017-07-171-17/+5
* gnu: fish-guix: Update home page.•••* gnu/packages/shells.scm (fish-guix)[home-page]: Update it. Ricardo Wurmus2017-06-181-1/+1
* gnu: fish: Update to 2.6.0.•••* gnu/packages/shells.scm (fish): Update to 2.6.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> ng02017-06-161-3/+3
* gnu: Rename 's' to 's-shell'.•••* gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell". Mark H Weaver2017-06-071-2/+2
* gnu: Add s.•••* gnu/packages/shells.scm (s): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-06-041-0/+61
* gnu: Add linenoise.•••* gnu/packages/shells.scm (linenoise): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng02017-06-041-0/+44
* gnu: Add loksh.•••* gnu/packages/shells.scm (loksh): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02017-05-201-0/+37
* gnu: fish: Reference 'groff' to fix output of 'fish --help'.•••* 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> ng02017-05-061-0/+4
* gnu: fish-guix: Adjust the home-page.•••* gnu/packages/shells.scm (fish-guix)[home-page]: Use the correct website. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-05-041-1/+1
* gnu: Add fish-guix.•••* gnu/packages/shells.scm (fish-guix): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-05-031-1/+27
* gnu: Use HTTPS URLs for GitHub home-pages.•••* 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. Leo Famulari2017-04-021-1/+1
* Merge branch 'core-updates'Ludovic Courtès2017-04-031-47/+51
|\
| * gnu: dash: Update to 0.5.9.1.•••* 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. Leo Famulari2017-03-301-6/+19
| * Merge branch 'master' into core-updatesLudovic Courtès2017-03-091-2/+2
| |\
| * | gnu: tcsh: Use modify-phases.•••* gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases. Leo Famulari2017-02-241-25/+25
| * | gnu: tcsh: Update to 6.20.00.•••* 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. Leo Famulari2017-02-241-6/+6
| * | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-201-11/+52
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2017-02-101-6/+14
| |\ \ \
| * | | | gnu: tcsh: Incorporate grafted patch.•••* gnu/packages/shells.scm (tcsh)[replacement]: Remove field. [source]: Add patch 'tcsh-fix-out-of-bounds-read.patch'. (tcsh/fixed): Remove variable. Leo Famulari2017-01-251-11/+2
* | | | | gnu: xonsh: Update to 0.5.9.•••* gnu/packages/shells.scm (xonsh): Update to 0.5.9. Tobias Geerinckx-Rice2017-03-311-2/+2
| |_|_|/ |/| | |
* | | | gnu: xonsh: Update to 0.5.5.•••* gnu/packages/shells.scm (xonsh): Update to 0.5.5. Danny Milosavljevic2017-02-221-2/+2
| |_|/ |/| |
* | | gnu: fish: Fix build after upstream changes.•••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. Tobias Geerinckx-Rice2017-02-171-11/+3
* | | gnu: Add scsh.•••* gnu/packages/shells.scm (scsh): New variable. ng02017-02-161-0/+49
| |/ |/|
* | gnu: xonsh: Update to 0.5.3.•••* gnu/packages/shell.scm (xonsh): Update to 0.5.3. Danny Milosavljevic2017-02-061-2/+2
* | gnu: fish: Update to 2.5.0.•••* gnu/packages/shells.scm (fish): Update to 2.5.0. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Add ‘bootstrap’ phase. Tobias Geerinckx-Rice2017-02-031-4/+12
|/
* gnu: Add es.•••* gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-01-231-0/+38
* gnu: fish: Embed full path to Python.•••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. Ricardo Wurmus2017-01-221-3/+7
* gnu: xonsh: Update to 0.5.2.•••* gnu/packages/shells.scm (xonsh): Update to 0.5.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic2017-01-121-2/+2
* gnu: xonsh: Update to 0.5.1.•••* gnu/packages/shells.scm (xonsh): Update to 0.5.1. Tobias Geerinckx-Rice2016-12-291-2/+2