Commit graph

18 commits

Author SHA1 Message Date
Stanisław Pitucha ff84b1819c cln: fix darwin aarch build
Use gcc environment explicitly. The library manual does not mention
darwin explicitly and recommends only g++ as the compiler. Instead of
trying to patch the source to work with clang, just use g++ as expected.
2023-03-19 12:19:43 +11:00
Robert Scott bc0d3c4b47
Revert "cln: fix build on darwin" 2022-05-27 23:39:44 +01:00
Ben Siraphob 38e27b009d
cln: fix build on darwin
See https://github.com/NixOS/nixpkgs/pull/162265#issuecomment-1100467765
2022-05-13 15:42:29 -05:00
Ben Siraphob 8def4d308e
Revert "cln: fix darwin build"
This reverts commit a3e1e9271e.
2022-04-15 13:01:06 -05:00
Ben Siraphob a3e1e9271e
cln: fix darwin build 2022-04-13 19:38:01 -05:00
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