Commit graph

11 commits

Author SHA1 Message Date
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Joachim Fasting f2c5bc6d7d
cvsps: use standard install phase 2016-12-30 20:27:27 +01:00
Joachim Fasting 2516472050
cvsps: fetch patches from debian 2.1-7 sources 2016-12-30 20:27:20 +01:00
Joachim Fasting b4c5916e85
cvsps: get source from Debian, fix build
The cobite.com urls seem to have disappeared or been moved.  I've failed
to find where they might have gone, so use debian's mirrored sources
instead.
2016-12-30 20:27:17 +01:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Ludovic Courtès 07e3e56082 cvsps: Add Debian patches.
svn path=/nixpkgs/trunk/; revision=11472
2008-04-06 20:04:40 +00:00
Ludovic Courtès fdf6a69b3a Add CVSps, needed for instance by `git-cvsimport'.
svn path=/nixpkgs/trunk/; revision=11094
2008-03-13 10:02:57 +00:00