summaryrefslogtreecommitdiffstats
path: root/pkgs/shells/tcsh
AgeCommit message (Collapse)Author
2021-08-01tcsh: 6.22.03 -> 6.22.04AndersonTorres
2021-01-31tcsh: workaround source moving to old subdirectory after new releaseTyson Whitehead
2021-01-15pkgs/shells: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-05tcsh: 6.22.02 -> 6.22.03AndersonTorres
2020-05-15treewide: fix broken AlpineLinux repo links (#87892)Lila
2020-04-07tcsh: 6.21.00 -> 6.22.02AndersonTorres
2020-01-22treewide: fix redirected urlsPatrick Hilhorst
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-14tcsh: 6.20.00 -> 6.21.00R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tcsh/versions
2018-06-09tcsh: build for darwin too!Will Dietz
2018-06-09tcsh: patch to fix w/muslWill Dietz
2017-01-26tcsh: 6.19.00 -> 6.20.00Franz Pletz
2016-08-26tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union ↵Michael Raskin
wait removal
2016-06-23tcsh: import an Arch patch (merging the two patches into a single one) for ↵Michael Raskin
fixing gcc5 optimisation
2016-06-23Merge pull request #14583 from AndersonTorres/tcshMichael Raskin
tcsh: 6.18.01 -> 6.19.00
2016-06-12tcsh: add shellPath passthruzimbatm
2016-04-10tcsh: 6.18.01 -> 6.19.00AndersonTorres
2012-07-27tcsh: BumpShea Levy
2009-06-13* tcsh: create a "csh" symlink.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=15950
2009-04-18Updating tcsh, so its url even works.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=15137
2007-12-31update to 6.15.00Armijn Hemel
svn path=/nixpkgs/trunk/; revision=10021
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra
URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4623
2005-10-24add tcshArmijn Hemel
svn path=/nixpkgs/trunk/; revision=4123