github-actions[bot]
999a16ca63
Merge staging-next into staging
2022-04-14 12:02:14 +00:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
...
Minor conflicts; I hope I didn't mess up:
pkgs/development/tools/misc/binutils/default.nix
pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Alex Wied
5874035621
zcash: 4.6.0-1 -> 4.6.0-2
2022-04-13 19:04:36 -04:00
Pavol Rusnak
8b1237f790
Merge pull request #167164 from nixbitcoin/lightning-loop-0.18.0-beta
...
lightning-loop: 0.17.0-beta -> 0.18.0-beta
2022-04-13 14:17:48 +02:00
github-actions[bot]
55db28db36
Merge staging-next into staging
2022-04-09 18:01:56 +00:00
R. Ryantm
0e46be9abb
openethereum: 3.2.6 -> 3.3.5
2022-04-09 08:52:37 -04:00
github-actions[bot]
a36cec68d4
Merge staging-next into staging
2022-04-08 12:02:01 +00:00
Raymen Scholten
4ed91442a1
Move libunwind to buildInputs
2022-04-08 10:18:54 +02:00
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
github-actions[bot]
3dc8bd98b9
Merge staging-next into staging
2022-04-06 00:02:41 +00: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
nixbitcoin
a167391bc8
lightning-loop: 0.17.0-beta -> 0.18.0-beta
2022-04-04 11:19:20 +00:00
Martin Weinelt
f95a3d1140
Merge remote-tracking branch 'origin/staging-next' into staging
2022-04-04 00:46:25 +02: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
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging
2022-04-02 18:01:37 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/zlib/default.nix
pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00: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
github-actions[bot]
9aa014c46a
Merge staging-next into staging
2022-03-31 12:02:10 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +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
github-actions[bot]
8357b101a5
Merge staging-next into staging
2022-03-25 12:02:05 +00:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18
2022-03-24 22:55:34 -05:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir
2022-03-24 13:51:27 +02: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
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd
with --chdir
...
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01: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