summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
AgeCommit message (Collapse)Author
2021-03-26Merge #117210: bash_5: don't rely on patch timestampsVladimír Čunát
2021-03-23mksh: fix licenseAndersonTorres
According to official documentation (http://www.mirbsd.org/TaC-mksh.txt), mksh licensing changes according to build-time configuration.
2021-03-22bash 5.1: don't rely on patch timestamps in buildArnout Engelen
When, after patching, `configure.ac` is newer than `configure`, the Makefile will try to regenerate `configure` from `configure.ac`. While that might usually be desirable, in this case we want to keep bootstrapping simple and directly use the `configure` from the package so we can avoid a dependency on automake. Previously, we used the `-T` parameter to automake to make sure the timestamps were okay. However, this is brittle when we update: when the timestamp of the original file changes, and no longer matches the timestamp of the original file in the patch, `patch` will show a warning but otherwise continue without updating the timestamp. This PR changes things so we only patch `configure`, so that will always have a newer timestamp. We will update bash-4.4 in a separate PR (but that one has a bigger rebuild impact so will have to target staging) Refs #115177
2021-03-18fish: 3.2.0 -> 3.2.1Cole Helbling
2021-03-18Merge pull request #116242 from jtojnar/no-fish-argsJan Tojnar
buildFishPlugin: do not pass irrelevant arguments down
2021-03-17oh-my-zsh: 2021-03-13 → 2021-03-15Tim Steinbach
2021-03-16Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0Sandro
2021-03-15oh-my-zsh: 2021-03-08 → 2021-03-13Tim Steinbach
2021-03-14lambda-mod-zsh-theme: expand platforms to allBen Siraphob
2021-03-13buildFishPlugin: do not pass irrelevant arguments downJan Tojnar
mkDerivation does not care about checkPlugins and checkFunctionDirs so let’s avoid polluting the scope. Also remove installPath argument altogether for the same reason since it is not used at all.
2021-03-12 powershell: 7.1.0 -> 7.1.3ShrykeWindgrace
2021-03-12Merge pull request #116027 from r-ryantm/auto-update/nushellJörg Thalheim
nushell: 0.27.1 -> 0.28.0
2021-03-12nushell: 0.27.1 -> 0.28.0R. RyanTM
2021-03-10oh-my-zsh: remove scolobb from maintainersSergiu Ivanov
2021-03-09fishPlugins.fzf-fish: init at 5.6pacien
2021-03-09fishPlugins.fishtape_3: init at 3.0.1pacien
Keeping fishtape 2.x and 3.x separate because they aren't compatible with each other and are still both being used to test different packages.
2021-03-09fishPlugins.clownfish: init at unstable-2021-01-17pacien
2021-03-08oh-my-zsh: 2021-03-01 → 2021-03-08Tim Steinbach
2021-03-07liquidprompt: 2.0.0 -> 2.0.2R. RyanTM
2021-03-06fish: execute fish testsVincent Haupert
Still includes `coreutils` in `checkInputs`. macOS: disables some pexpect tests which depend on pkill/pgrep (see #103180).
2021-03-06fish: fix passthru testVincent Haupert
Patched file now uses double instead of single quotes.
2021-03-06fish: 3.1.2 -> 3.2.0Vincent Haupert
functions/{type.fish,_.fish}: removed, now a builtin macOS: disable codesigning with CMake flag instead of patching the CMakeLists.txt.
2021-03-03zsh-autosuggestions: update commentEduardo Sánchez Muñoz
2021-03-02Merge pull request #114837 from marsam/update-ohMario Rodas
oh: 20160522 -> 0.8.0
2021-03-02Merge pull request #114839 from marsam/update-mrshMario Rodas
mrsh: 2020-11-04 -> 2021-01-10
2021-03-02oh-my-zsh: 2021-02-21 → 2021-03-01Tim Steinbach
2021-03-01oh: 20160522 -> 0.8.0Mario Rodas
2021-03-01mrsh: 2020-11-04 -> 2021-01-10Mario Rodas
2021-02-27zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14Vonfry
2021-02-26Merge master into staging-nextFrederik Rietdijk
2021-02-24any-nix-shell: 1.2.0 -> 1.2.1Sebastian Hasler
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
2021-02-22oh-my-zsh: 2021-02-09 → 2021-02-21Tim Steinbach
2021-02-21Merge master into staging-nextgithub-actions[bot]
2021-02-21nushell: 0.27.0 -> 0.27.1R. RyanTM
2021-02-19Merge staging-next into stagingzowoq
2021-02-18Merge pull request #113591 from r-ryantm/auto-update/nushellOleksii Filonenko
nushell: 0.26.0 -> 0.27.0
2021-02-18nushell: 0.26.0 -> 0.27.0R. RyanTM
2021-02-17fish: avoid nontermination in fhs like setupsDominik Xaver Hörl
2021-02-17Merge staging-next into staginggithub-actions[bot]
2021-02-16wrapFish: fix singleton expansion in shell initpacien
This fixes the expansion of the configuration path in the pathological case of a singleton, which would otherwise be used verbatim with the surrounding braces for lookup. GitHub: see https://github.com/NixOS/nixpkgs/pull/108491#pullrequestreview-590072603
2021-02-11Merge staging-next into staginggithub-actions[bot]
2021-02-11zsh-system-clipboard: init at 0.7.0qq
2021-02-11Merge staging-next into staginggithub-actions[bot]
2021-02-11Merge pull request #112661 from 0qq/init/zsh-autopairSandro
2021-02-11Merge staging-next into staginggithub-actions[bot]
2021-02-10oil: 0.8.6 -> 0.8.7R. RyanTM
2021-02-10Merge staging-next into staginggithub-actions[bot]
2021-02-10zsh-autopair: init at 1.0qq
2021-02-10oh-my-zsh: 2021-01-31 → 2021-02-09Tim Steinbach
2021-02-09Merge remote-tracking branch 'upstream/staging-next' into HEADJörg Thalheim