Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 984ed379d7 cln: 1.3.5 -> 1.3.6 2019-12-22 23:29:35 -08:00
R. RyanTM 7cfc79cfb5 cln: 1.3.4 -> 1.3.5 (#74149)
* cln: 1.3.4 -> 1.3.5

* cln: fetch src over https
+ update meta.homepage
2019-11-27 18:18:11 +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
Markus Kowalewski e978d7a9f2
cln: add license 2018-09-30 18:57:59 +02:00
John Ericson f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Vincent Laporte 78eb1a076d cln: 1.3.3 -> 1.3.4 2016-02-03 10:08:26 +01:00
Luca Bruno b331ae33d7 Make platforms.allBut accept a list rather than a single platform 2014-08-09 12:31:33 +02:00
Nixpkgs Monitor ded642275f cln: update from 1.3.1 to 1.3.3 2013-12-04 06:28:54 +02:00
Rob Vermaas f6ae8a20bf do not build cln on cygwin
svn path=/nixpkgs/trunk/; revision=25411
2011-01-05 09:59:12 +00:00
Yury G. Kudryashov db36f89eca Add cln
svn path=/nixpkgs/trunk/; revision=23179
2010-08-15 13:54:27 +00:00