Commit graph

25 commits

Author SHA1 Message Date
AndersonTorres bbf384f4cd tcsh: 6.22.03 -> 6.22.04 2021-08-01 00:42:00 -03:00
Tyson Whitehead 21bbf719ac
tcsh: workaround source moving to old subdirectory after new release 2021-01-31 12:13:21 -05:00
Ben Siraphob e245ae3c3a pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
AndersonTorres 77f62f9820 tcsh: 6.22.02 -> 6.22.03 2021-01-05 08:55:24 -03:00
Lila 7517299146
treewide: fix broken AlpineLinux repo links (#87892) 2020-05-15 16:58:27 +01:00
AndersonTorres 43177bec10 tcsh: 6.21.00 -> 6.22.02 2020-04-07 10:25:45 -03:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
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
```
2020-01-22 11:26:22 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM c9d1ef7cd7 tcsh: 6.20.00 -> 6.21.00
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
2019-05-14 09:48:58 +02:00
Will Dietz b19a03ec62 tcsh: build for darwin too! 2018-06-09 03:14:29 -05:00
Will Dietz 5b787eba25 tcsh: patch to fix w/musl 2018-06-09 02:48:36 -05:00
Franz Pletz e2b14abbe0
tcsh: 6.19.00 -> 6.20.00 2017-01-26 03:52:49 +01:00
Michael Raskin 693be25cc3 tcsh: take patch from Debian and edit it to fix handling of glibc-2.24 union wait removal 2016-08-26 14:59:39 +02:00
Michael Raskin b3bcb59bd5 tcsh: import an Arch patch (merging the two patches into a single one) for fixing gcc5 optimisation 2016-06-23 11:01:21 +02:00
Michael Raskin b300a8937e Merge pull request #14583 from AndersonTorres/tcsh
tcsh: 6.18.01 -> 6.19.00
2016-06-23 08:47:20 +00:00
zimbatm 53060e5bb8 tcsh: add shellPath passthru 2016-06-12 18:57:31 +01:00
AndersonTorres 974cbde58e tcsh: 6.18.01 -> 6.19.00 2016-04-10 20:40:26 -03:00
Shea Levy f11631c8c4 tcsh: Bump 2012-07-27 19:27:25 -04:00
Eelco Dolstra 7442d90d32 * tcsh: create a "csh" symlink.
svn path=/nixpkgs/trunk/; revision=15950
2009-06-13 16:09:26 +00:00
Lluís Batlle i Rossell 306b6e87a5 Updating tcsh, so its url even works.
svn path=/nixpkgs/trunk/; revision=15137
2009-04-18 23:31:45 +00:00
Armijn Hemel ce11f316a0 update to 6.15.00
svn path=/nixpkgs/trunk/; revision=10021
2007-12-31 20:50:52 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
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
2007-08-24 12:32:36 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel e473e8691c add tcsh
svn path=/nixpkgs/trunk/; revision=4123
2005-10-24 15:15:34 +00:00