about summary refs log tree commit diff
path: root/pkgs/development/libraries/cln
AgeCommit message (Collapse)AuthorFilesLines
2023-03-19cln: fix darwin aarch buildStanisław Pitucha1-2/+2
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.
2022-05-27Revert "cln: fix build on darwin"Robert Scott1-6/+2
2022-05-13cln: fix build on darwinBen Siraphob1-2/+6
See https://github.com/NixOS/nixpkgs/pull/162265#issuecomment-1100467765
2022-04-15Revert "cln: fix darwin build"Ben Siraphob1-5/+4
This reverts commit a3e1e9271e0ff87309d44f9817baadb09b305757.
2022-04-13cln: fix darwin buildBen Siraphob1-4/+5
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-22cln: 1.3.5 -> 1.3.6R. RyanTM1-2/+2
2019-11-27cln: 1.3.4 -> 1.3.5 (#74149)R. RyanTM1-3/+3
* cln: 1.3.4 -> 1.3.5 * cln: fetch src over https + update meta.homepage
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-09-30cln: add licenseMarkus Kowalewski1-3/+3
2018-03-14treewide: get rid of platforms.allButJohn Ericson1-1/+1
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.
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-02-03cln: 1.3.3 -> 1.3.4Vincent Laporte1-2/+3
2014-08-09Make platforms.allBut accept a list rather than a single platformLuca Bruno1-1/+1
2013-12-04cln: update from 1.3.1 to 1.3.3Nixpkgs Monitor1-2/+2
2011-01-05do not build cln on cygwinRob Vermaas1-1/+1
svn path=/nixpkgs/trunk/; revision=25411
2010-08-15Add clnYury G. Kudryashov1-0/+19
svn path=/nixpkgs/trunk/; revision=23179