Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
5d0e7f1e3b
ton: 2024.08 -> 2024.09
2024-09-22 20:04:56 +00:00
R. Ryantm
f10c881e74
clightning: 24.08 -> 24.08.1
2024-09-20 16:23:34 +00:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
R. Ryantm
1022786463
fulcrum: 1.11.0 -> 1.11.1
2024-09-13 14:03:53 +00:00
bleetube
0043156d18
lnd: 0.18.2 -> 0.18.3
2024-09-12 14:24:39 -07:00
Weijia Wang
0d475907c5
haven-cli: 4.0.2 -> 4.1.0 ( #336906 )
2024-09-09 22:13:19 +02:00
Pavol Rusnak
83a8e74283
monero-{cli,gui}: require udev only on Linux
2024-09-09 11:51:35 +02:00
rnhmjoj
473b09f778
monero-{cli,gui}: 0.18.3.3 -> 0.18.3.4
...
Also:
- Remove unnecessary dependencies
- Fix trezor support
- Format using nixfmt
2024-09-09 02:42:57 +02:00
ocfox
fc13ad88bf
clightning: 24.05 -> 24.08
...
fix build broken by add distutils
2024-09-08 12:56:55 +08:00
André Silva
4c37eef003
polkadot: stable2407-1 -> stable2407-2 ( #339014 )
2024-09-04 16:20:48 +01:00
R. Ryantm
fe1cfc6a01
dcrwallet: 2.0.3 -> 2.0.4
2024-09-04 03:38:53 +00:00
André Silva
92c2cf5bf9
polkadot: stable2407-1 -> stable2407-2
2024-09-02 14:55:19 +01:00
Erik Arvstedt
b8e7864d1a
btcpayserver: 1.13.1 -> 1.13.5
2024-08-30 13:02:10 +02:00
Erik Arvstedt
723546369f
nbxplorer: 2.5.2 -> 2.5.6
2024-08-30 13:02:09 +02:00
R. Ryantm
aa904172a0
optimism: 1.9.0 -> 1.9.1
2024-08-30 02:09:52 +00:00
Emily
3f1f9de77c
ethabi: remove ( #327582 )
2024-08-29 03:39:48 +01:00
R. Ryantm
f0fc59a52b
trezor-suite: 24.7.2 -> 24.8.3
2024-08-24 15:16:58 +02:00
R. Ryantm
6f266f390d
haven-cli: 4.0.2 -> 4.1.0
2024-08-24 01:00:51 +00:00
André Silva
796f144150
polkadot: stable2407 -> stable2407-1
2024-08-21 17:37:56 +01:00
R. Ryantm
13b60a1ffc
erigon: 2.60.5 -> 2.60.6
2024-08-18 05:26:31 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test ( #334491 )
2024-08-18 00:29:43 +02:00
R. Ryantm
5244ef7749
clboss: 0.13.2 -> 0.13.3
2024-08-16 01:01:33 +00:00
Fabián Heredia Montiel
21638ab568
Merge pull request #334560 from r-ryantm/auto-update/ton
...
ton: 2024.06 -> 2024.08
2024-08-15 14:58:37 -06:00
Sandro
53ef6dacd0
Merge pull request #334414 from andresilva/polkadot-fix-rust-1.80
2024-08-14 14:16:35 +02:00
R. Ryantm
db6b2be0ee
ton: 2024.06 -> 2024.08
2024-08-14 07:34:11 +00:00
André Silva
eb51ddc882
polkadot: fix compilation with rust 1.80
2024-08-13 16:22:58 +01:00
R. Ryantm
5c32ad90ec
lighthouse: 5.2.0 -> 5.3.0
2024-08-12 05:01:20 +00:00
R. Ryantm
c630011db5
optimism: 1.8.0 -> 1.9.0
2024-08-08 05:48:43 +00:00
Pavol Rusnak
5bd926fa51
Merge pull request #332438 from r-ryantm/auto-update/taproot-assets
...
taproot-assets: 0.4.0 -> 0.4.1
2024-08-05 13:18:33 +02:00
R. Ryantm
da66a69fa7
taproot-assets: 0.4.0 -> 0.4.1
2024-08-05 09:12:49 +00:00
André Silva
db15d08107
Merge pull request #332219 from r-ryantm/auto-update/ledger-live-desktop
...
ledger-live-desktop: 2.84.0 -> 2.84.1
2024-08-04 17:17:39 +01:00
André Silva
7cf2cdf2b0
Merge pull request #331077 from andresilva/polkadot-stable2407
...
polkadot: 1.14.0 -> stable2407
2024-08-04 15:56:29 +01:00
R. Ryantm
53bdde4918
ledger-live-desktop: 2.84.0 -> 2.84.1
2024-08-04 11:12:03 +00:00
R. Ryantm
c84c729a80
ergo: 5.0.21 -> 5.0.22
2024-08-04 01:14:16 +00:00
R. Ryantm
2f3acce5c1
erigon: 2.60.4 -> 2.60.5
2024-08-01 13:51:40 +00:00
André Silva
b1352ca7d7
polkadot: 1.14.0 -> stable2407
...
https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407
2024-07-30 13:08:55 +01:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
...
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Yt
6b66873f0c
Merge pull request #329786 from r-ryantm/auto-update/optimism
...
optimism: 1.7.7 -> 1.8.0
2024-07-25 22:36:35 +00:00
Peder Bergebakken Sundt
23c43e1fcc
Merge pull request #328232 from misuzu/alfis-update
...
alfis: 0.8.4-unstable-2024-03-08 -> 0.8.5
2024-07-25 22:04:46 +02:00
github-actions[bot]
f20ed12f93
Merge master into staging-next
2024-07-25 12:01:18 +00:00
R. Ryantm
6285473311
optimism: 1.7.7 -> 1.8.0
2024-07-25 02:08:39 +00:00
R. Ryantm
dc3b05d906
clboss: 0.13.1 -> 0.13.2
2024-07-25 01:22:32 +00:00
github-actions[bot]
8402add1f4
Merge master into staging-next
2024-07-24 12:01:12 +00:00
R. Ryantm
f427e0306b
taproot-assets: 0.3.3 -> 0.4.0
2024-07-23 21:57:03 +00:00
github-actions[bot]
d284ef371e
Merge master into staging-next
2024-07-23 12:01:18 +00:00
R. Ryantm
78af0a46ae
ledger-live-desktop: 2.83.0 -> 2.84.0
2024-07-23 01:25:51 +00:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
Pavol Rusnak
aa03ccf61d
lnd: 0.18.0 -> 0.18.2
2024-07-22 12:43:28 +02:00
github-actions[bot]
be3262bae8
Merge master into staging-next
2024-07-21 00:02:58 +00:00
Nick Cao
0c21813d63
Merge pull request #328547 from r-ryantm/auto-update/haven-cli
...
haven-cli: 4.0.0 -> 4.0.2
2024-07-20 14:25:16 -04:00
github-actions[bot]
e533bfc8da
Merge master into staging-next
2024-07-20 18:01:23 +00:00
R. Ryantm
e160c28ccc
erigon: 2.60.2 -> 2.60.4
2024-07-20 09:28:18 +00:00
Randy Eckenrode
d5f637590e
tree-wide: enable LTO on Darwin
2024-07-20 03:19:54 -04:00
R. Ryantm
16bc3e48ab
haven-cli: 4.0.0 -> 4.0.2
2024-07-20 00:11:31 +00:00
misuzu
716c14073a
alfis: 0.8.4-unstable-2024-03-08 -> 0.8.5
...
https://github.com/Revertron/Alfis/releases/tag/v0.8.5
https://github.com/Revertron/Alfis/compare/v0.8.4...v0.8.5
2024-07-18 20:18:05 +03:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Pavol Rusnak
1d17c4ea5b
trezor-suite: 24.6.2 -> 24.7.2
2024-07-17 15:10:36 +02:00
aleksana
7e390c813e
ethabi: remove
...
Upstream released several versions after 13.0.0, but none of them were
updated accordingly in Nixpkgs. Upstream made it clear about a year ago
that this project was not actively maintained and recommended other
related projects.
2024-07-16 15:08:04 +08:00
Weijia Wang
97381b7b83
Merge pull request #322106 from codyps/lighthouse-5.2.0
...
lighthouse: 4.6.0 → 5.2.0
2024-07-15 16:21:56 +02:00
Jörg Thalheim
709f544df6
Merge pull request #327292 from Mic92/pivxd
...
pivxd: remove
2024-07-15 10:57:15 +02:00
Jörg Thalheim
f69689f5d9
Merge pull request #327280 from Mic92/aeon
...
aeon: remove
2024-07-15 10:47:42 +02:00
Jörg Thalheim
1369570e06
pivxd: remove
2024-07-15 09:35:17 +02:00
Jörg Thalheim
fe5958dd08
aeon: remove
2024-07-15 09:24:19 +02:00
Jörg Thalheim
c1e3f47f9a
{bitcoin-unlimited, bitcoind-unlimited}: remove
2024-07-15 09:04:44 +02:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
...
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
aleksana
1a89942243
treewide: sha256 -> hash attribute for gitlab.com fetchers
2024-07-13 22:28:37 +08:00
Doron Behar
40dc19e7d1
Merge pull request #326402 from emilazy/miniupnpc-2.2.8-again
...
miniupnpc: 2.2.7 -> 2.2.8, again
2024-07-12 09:22:33 +03:00
Jeremy Schlatter
f638586761
go-ethereum: migrate to pkgs/by-name
2024-07-11 17:07:04 -07:00
Jeremy Schlatter
95c5a17c26
go-ethereum: set meta.mainProgram = "geth"
...
This lets `nix run nixpkgs#go-ethereum` do something useful, namely run
geth.
2024-07-11 17:07:04 -07:00
Emily
4a46bb94a4
masari: drop
...
Dead cryptocurrency; last release was in 2019, last commit was in
2022. This is broken with miniupnpc 2.2.8; I reached out to the
maintainer and we agreed that it’s fine to just drop the package
rather than waste time patching it.
2024-07-12 00:33:38 +01:00
Emily
defe4ae288
gridcoin-research: 5.4.8.0 -> 5.4.8.0-hotfix-1
...
Includes a fix for miniupnpc 2.2.8.
2024-07-12 00:33:38 +01:00
Emily
fcf6c25a63
particl-core: add patch for miniupnpc 2.2.8
...
Upstream seems to regularly merge in upstream Bitcoin changes, so I
haven’t bothered sending this there.
2024-07-12 00:33:38 +01:00
Emily
9511ce9566
elements: add patch for miniupnpc 2.2.8
...
Upstream seems to regularly merge in upstream Bitcoin changes, so I
haven’t bothered sending this there.
2024-07-12 00:33:38 +01:00
Emily
5a149dad34
haven-cli: use patches from monero-cli
...
This package is a copy‐paste job in general and could probably
use cleaning up, but I’m getting sick of this and I just want it
to build.
2024-07-12 00:33:38 +01:00
Emily
f96b9b949f
haven-cli: build with Ninja
2024-07-12 00:33:38 +01:00
Emily
497259f95b
monero-cli: add patch for miniupnpc 2.2.8
2024-07-12 00:33:38 +01:00
Emily
0539f86a55
monero-cli: build with Ninja
2024-07-12 00:33:38 +01:00
Emily
77fbc57f53
litecoin: add patch for miniupnpc 2.2.8
2024-07-12 00:33:38 +01:00
Emily
c9ba793618
groestlcoind: add upstream patch for miniupnpc 2.2.8
2024-07-12 00:33:37 +01:00
Emily
0abdd6485c
namecoind: add upstream patch for miniupnpc 2.2.8
2024-07-12 00:33:37 +01:00
Emily
58b9ac895c
bitcoind-knots: add upstream patch for miniupnpc 2.2.8
2024-07-12 00:33:37 +01:00
Emily
37087ef836
bitcoin-abc: add upstream patch for miniupnpc 2.2.8
2024-07-11 19:53:46 +01:00
Emily
314f16916c
bitcoin: add upstream patch for miniupnpc 2.2.8
2024-07-11 19:53:46 +01:00
Weijia Wang
c3a881d034
Merge pull request #323606 from r-ryantm/auto-update/haven-cli
...
haven-cli: 3.3.4 -> 4.0.0
2024-07-08 23:06:31 +02:00
Weijia Wang
3f0f0f18c0
Merge pull request #324220 from r-ryantm/auto-update/go-ethereum
...
go-ethereum: 1.14.5 -> 1.14.6
2024-07-08 22:52:57 +02:00
André Silva
2e45bfd536
Merge pull request #324382 from andresilva/polkadot-v1.14.0
...
polkadot: 1.13.0 -> 1.14.0
2024-07-08 13:07:05 +01:00
André Silva
fe281c0fbf
polkadot: 1.13.0 -> 1.14.0
2024-07-03 18:23:04 +01:00
R. Ryantm
2d7e21984e
go-ethereum: 1.14.5 -> 1.14.6
2024-07-03 04:29:36 +00:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
R. Ryantm
364b07979d
ledger-live-desktop: 2.81.2 -> 2.83.0
2024-07-01 12:32:57 +00:00
github-actions[bot]
0519df43f4
Merge master into staging-next
2024-07-01 06:01:15 +00:00