Commit Graph

1024 Commits

Author SHA1 Message Date
Raymen Scholten
dd2a308c43 stellar-core: add missing compile dependency
enable parallel build
2022-04-07 23:33:31 +02:00
Raymen Scholten
2a4778fae3 stellar-core: 17.0.0 -> 18.5.0 2022-04-07 16:06:37 +02:00
Bernardo Meurer
812352faf7
ledger-live-desktop: 2.39.2 -> 2.40.2 2022-04-05 11:19:22 -07:00
Ryan Mulligan
9f3c6fc5b9
Merge pull request #167089 from r-ryantm/auto-update/lndmanage
lndmanage: 0.14.0 -> 0.14.1
2022-04-05 09:28:05 -07:00
R. Ryantm
44457486de lndmanage: 0.14.0 -> 0.14.1 2022-04-03 21:29:34 +00:00
André Silva
63b1f56254
polkadot: fix build on non-darwin 2022-04-03 16:27:04 +01:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
R. Ryantm
7602892115 go-ethereum: 1.10.16 -> 1.10.17 2022-04-01 19:32:20 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob
448c1d0e86
polkadot: fix darwin build 2022-03-29 09:33:10 -05:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18 2022-03-24 22:55:34 -05:00
Felix Buehler
e0476d93fe treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
Sandro
aeadc86174
Merge pull request #165143 from andresilva/andre/polkadot-0.9.18 2022-03-23 04:55:33 +01:00
Pavol Rusnak
56251d43f8
Merge pull request #165186 from Obikawa/trezor
trezor-suite: 22.1.1 -> 22.3.2
2022-03-22 09:36:44 +01:00
André Silva
214be243c9
polkadot: 0.9.17 -> 0.9.18 2022-03-21 18:19:00 +00:00
Sandro
2a896cbbdf
Merge pull request #164736 from andresilva/andre/polkadot-0.9.17 2022-03-20 19:50:38 +01:00
Sandro
5e17c6ca7e
Merge pull request #164554 from lourkeur/update/chia 2022-03-20 18:38:16 +01:00
Marek Paśnikowski
e552776181
trezor-suite: 22.1.1 -> 22.3.2 2022-03-19 23:11:02 +01:00
R. Ryantm
427e1072fb alfis: 0.6.10 -> 0.6.11 2022-03-19 16:55:46 -04:00
André Silva
ed8b78ca8c
polkadot: 0.9.16 -> 0.9.17 2022-03-18 16:34:31 +00:00
Louis Bettens
4461664652 chia: 1.3.0 -> 1.3.1 2022-03-17 09:36:52 +01:00
Emmanuel Rosa
131ca9006d bisq-desktop: 1.8.2 -> 1.8.4 2022-03-11 17:02:41 -05:00
Bobby Rong
5f5bddd15e
Merge pull request #163373 from andresilva/ledger-live-2.39.2
ledger-live-desktop: 2.38.3 -> 2.39.2
2022-03-10 13:29:02 +08:00
nixbitcoin
5a55a0becd
electrs: 0.9.5 -> 0.9.6 2022-03-09 12:07:45 +00:00
Pavol Rusnak
b2f1f70872
Merge pull request #162395 from nepet/clightning/darwin
clightning: add darwin support
2022-03-09 12:09:06 +01:00
André Silva
41301bfc15
ledger-live-desktop: 2.38.3 -> 2.39.2 2022-03-08 20:33:15 +00:00
Louis Bettens
1c0b4be682 chia: 1.2.11 -> 1.3.0 2022-03-08 08:13:55 -08:00
markuskowa
0585c105e9
Merge pull request #162156 from r-ryantm/auto-update/erigon
erigon: 2022.02.03 -> 2022.02.04
2022-03-05 15:08:17 +01:00
Raghav Sood
efff462fd3
Merge pull request #162629 from r-ryantm/auto-update/exodus
exodus: 22.2.11 -> 22.2.25
2022-03-05 20:30:29 +08:00
Peter Neuroth
d39c8a2bf6
clightning: add sigining for darwin
We need this for darwin-aarch64 support
2022-03-04 15:56:48 +01:00
R. Ryantm
74518e846d elements: 0.21.0.1 -> 0.21.0.2 2022-03-04 05:49:48 +00:00
R. Ryantm
9ae895e3c7 exodus: 22.2.11 -> 22.2.25 2022-03-03 13:52:02 +00:00
Peter Neuroth
324f0a4e76
fixup! clightning: add darwin support 2022-03-03 14:02:50 +01:00
Peter Neuroth
72d265d548
clightning: add darwin support
- Patch usage of gsed to sed
- Add darwin natives
2022-03-03 13:57:36 +01:00
Erik Arvstedt
7bf016e8c3
btcpayserver: 1.4.6 -> 1.4.7 2022-03-02 13:25:42 +01:00
R. Ryantm
a0725631f7 erigon: 2022.02.03 -> 2022.02.04 2022-02-28 04:51:48 +00:00
Bobby Rong
426a50f0f8
Merge pull request #160990 from veprbl/pr/broken_oxen
oxen: mark as broken on darwin
2022-02-26 19:50:10 +08:00
R. Ryantm
4ed702b59d erigon: 2022.02.02 -> 2022.02.03 2022-02-25 19:54:55 -08:00
R. Ryantm
35e9fa3d13 exodus: 21.12.3 -> 22.2.11 2022-02-25 13:51:52 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Renaud
ff520dc746
Merge pull request #159596 from r-ryantm/auto-update/namecoind
namecoind: nc0.21.1 -> nc22.0
2022-02-24 19:31:55 +01:00
José Romildo Malaquias
f1143cb501
Merge pull request #161144 from romildo/new.git-updater
gitUpdater: init
2022-02-23 18:48:24 -03:00
Renaud
8ddc676ed3
Merge pull request #152784 from r-ryantm/auto-update/lightwalletd
lightwalletd: 0.4.8 -> 0.4.9
2022-02-23 20:35:03 +01:00
Renaud
4f6f7592e2
Merge pull request #159463 from r-ryantm/auto-update/erigon
erigon: 2022.01.02 -> 2022.02.02
2022-02-23 19:52:01 +01:00
Pavol Rusnak
30b10a87fb
Merge pull request #161234 from nixbitcoin/btcpayserver-1.4.6
btcpayserver: 1.4.4 -> 1.4.6
2022-02-22 15:15:23 +01:00
Wanja Zaeske
2d67cc2bf6 removing maintainer wucke13 from some packages 2022-02-21 22:58:18 +01:00
José Romildo
ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
nixbitcoin
a01f82c943
btcpayserver: 1.4.4 -> 1.4.6 2022-02-21 13:29:43 +00:00