Commit graph

19 commits

Author SHA1 Message Date
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07: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
Daiderd Jordan 4e1ab9d44c
guile-lint: disable tests on darwin 2018-03-18 22:27:13 +01:00
xd1le 262b1cb401 guile-lint: set version in mkDerivation 2017-09-28 20:51:20 +10:00
xd1le 89238b8628 guile-lint: use substituteInPlace instead of sed for prePatch 2017-09-27 23:48:42 +10:00
xd1le ea4adc5f5f guile-lint: patchPhase -> prePatch 2017-09-27 23:42:16 +10:00
xd1le e7e52d4b83 guile-lint: use https src url 2017-09-27 23:36:12 +10:00
xd1le 3748013d22 guile-lint: add vyp as maintainer 2017-09-27 23:33:01 +10:00
xd1le a4601f9f40 guile-lint: add meta.platforms, with the same value as for guile 2017-09-27 23:32:03 +10:00
xd1le 5352a105f7 guile-lint: use correct license value, "GPL" -> gpl3Plus 2017-09-27 23:30:16 +10:00
xd1le 727fa0d81d guile-lint: use https version of homepage 2017-09-27 23:28:35 +10:00
xd1le f311898f67 guile-lint: remove package name prefix from meta.description 2017-09-27 23:28:07 +10:00
xd1le 14befbf78d guile-lint: code formatting nits 2017-09-27 23:27:26 +10:00
xd1le fd03758305 guile-lint: fix build by building with guile 1.8
[1] gives us the indication that guile-lint should be used with
guile-1.8.

[1]: https://www.gnu.org/software/guile/libraries/
2017-09-27 23:18:02 +10:00
Robin Gloster db329251b4
guileLint: mark as broken 2017-03-30 12:06:07 +02:00
Antono Vasiljev e350003667 Fix url for guile-lint (geocities is dead now)
It doesn't fix build though...
2012-06-22 14:36:11 -04: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 62bcc0f821 Add `doCheck' for Guile-Lint and Guile-Library.
svn path=/nixpkgs/trunk/; revision=11289
2008-03-26 15:20:25 +00:00
Ludovic Courtès 9c3c9f94e5 Add Guile-Lint, a syntax and semantics checker for GNU Guile.
svn path=/nixpkgs/trunk/; revision=10710
2008-02-15 16:30:33 +00:00