Commit Graph

80 Commits

Author SHA1 Message Date
Mario Rodas
b427649abd ledger: 3.3.1 -> 3.3.2
https://github.com/ledger/ledger/releases/tag/v3.3.2
2023-03-30 04:20:00 +00:00
Mario Rodas
019b6d9e35 ledger: 3.3.0 -> 3.3.1
https://github.com/ledger/ledger/releases/tag/v3.3.1
2023-03-03 04:20:00 +00:00
Mario Rodas
d1d75855af ledger: add option to build with gpgme support 2023-02-08 04:20:00 +00:00
Mario Rodas
253e69362e ledger: update meta 2023-02-08 04:20:00 +00:00
Mario Rodas
1d421778b7 ledger: do not build with python by default 2023-02-08 04:20:00 +00:00
Mario Rodas
751b64d656 ledger: 3.2.1 -> 3.3.0
https://github.com/ledger/ledger/releases/tag/v3.3.0
2023-02-08 04:20:00 +00:00
Aaron L. Zeng
62b3018d91 ledger: Import patch to fix ledger/ledger#2075 2022-12-24 14:33:05 -05:00
Randy Eckenrode
d4964be44c
ledger: fix Python 3.10 module build
The current default boost (1.77) doesn’t work with Python 3.10, so use
1.79 instead.
2022-06-01 00:34:52 -04:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Mario Rodas
ef8d5637f4 ledger: separate python output 2022-05-19 04:20:00 +00:00
Mario Rodas
9d22c5a51a ledger: add marsam to maintainers 2022-05-08 04:20:00 +00:00
Mario Rodas
1d5f520da8 ledger: install bash completion 2022-05-08 04:20:00 +00:00
Mario Rodas
c88d3ed4bf ledger: add patch to xdg support 2022-05-08 04:20:00 +00:00
Aaron L. Zeng
9c1b29e662 ledger: Don't depend on python3 if usePython is false 2022-04-23 08:38:32 +02:00
Benjamin Hipple
79567a8b58 ledger: build python bindings with python3
Upstream supports python3 in the version we have, so we can upgrade. Tested with
`ledger python` on my files and it seems to work fine.
2021-02-16 23:39:14 -05:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Nikolay Korotkiy
3106c30903 cmake: fix CMAKE_FIND_FRAMEWORK 2020-08-29 13:37:56 +02:00
Mario Rodas
744d43f8ef
ledger: fix build on darwin 2020-08-05 18:18:18 -05:00
Jonathan Ringer
c9c8acfbc8
ledger: 3.1.3 -> 3.2.1 2020-08-01 17:58:42 -07:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple
ca84a48d7d ledger: remove old version 2.6.3
Version 2.6.3 was released > 5 years ago and has been marked as broken for some
time. It is time to remove it.

This also documents why ledger3 cannot yet build with boost >= 1.67
2020-03-14 17:14:12 -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
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Alex Branham
641ef35b6a
ledger: 3.1.2 -> 3.1.3 2019-03-31 11:39:41 -05:00
Alex Branham
783c46531b
ledger: 3.1.1 -> 3.1.2 2019-02-06 12:04:18 -06:00
Alex Branham
c9a228c20d
ledger: Include info files 2018-12-21 14:36:29 -06:00
John Wiegley
9d1bd7c880
Revert "ledger: Enable building of tests, and concurrent make"
This reverts commit acfa8cb2a9.

This fails because none of the tests seems to be working for the version
that's in nixpkgs master.
2018-09-03 10:18:13 -07:00
John Wiegley
acfa8cb2a9
ledger: Enable building of tests, and concurrent make 2018-09-03 10:15:47 -07:00
John Ericson
db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
aszlig
179f9c4fd1
ledger: Use Boost Python support if applicable
Since 772eef9168 Boost no longer has
Python support enabled by default, so depending on whether Ledger has
Python support built in we also use either Boost with Python support or
without.

Tested building with and without Python support and both builds now
succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @the-kenny, @jwiegley
2018-07-01 19:40:40 +02:00
Philipp Middendorf
b62788f744 ledger: enable python command
ledger in nixpkgs currently uses python (it’s in buildInputs), but the
ledger python command isn’t available until you turn it on via a cmake
flag.
2018-05-03 15:07:06 +02:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Peter Hoeg
a2de9c334a ledger: fixed with older boost 2017-08-31 11:51:10 +08:00
Peter Simons
2f73fd3eea ledger-3.1.1: mark build broken 2017-08-29 13:13:23 +02:00
Peter Simons
f99ddebd50 ledger-2.6.3: mark build broken 2017-08-29 13:13:23 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Daiderd Jordan
5a55ec20e3
ledger: fix libdir 2016-09-08 00:03:53 +02:00
Gabriel Ebner
7eb1908afa ledger: 3.1 -> 3.1.1 2016-06-19 18:54:34 +02:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Peter Simons
8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Pascal Wittmann
f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Moritz Ulrich
df995253e3 ledger3: Update to 3.1
This commit also adds pkgs.ledger2 and pkgs.ledger3 plus a default
attribute pkgs.ledger pointing at ledger3.
2014-11-07 16:29:15 +01:00
John Wiegley
a4ee94b741 boost: correct the install names for darwin
This also makes the recent change for ledger unnecessary.
2014-11-04 02:28:35 -06:00
John Wiegley
d9de60d1bd ledger3: reference the right lib directory... 2014-11-04 00:09:55 -06:00
John Wiegley
28d0908bfb ledger3: On darwin, change boost lib paths to absolute references 2014-11-04 00:06:26 -06:00
William A. Kennington III
aa3e800be7 boost: Remove boost.lib 2014-11-02 17:22:27 -08:00
Domen Kožar
505400eafe ledger3: fix hash 2014-09-26 15:38:41 +02:00
John Wiegley
c436d3d045 ledger: 3.0.2 -> 3.0.4 2014-09-23 08:21:38 -05:00