Commit Graph

2449 Commits

Author SHA1 Message Date
Theodore Ni
da39eb7dd0
treewide: use dontCargo{Build,Check,Install} (#354024) 2024-11-09 12:47:39 -08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Alyssa Ross
05ac36fa30
treewide: use dontCargo{Build,Check,Install}
These are a better way to do the same thing.  They didn't exist when I
needed to do this in the zcash derivation, and then I didn't realise
they'd started existing when I did the same in cosmic-comp.
2024-11-06 14:41:30 +01:00
Noa Aarts
cd11f9b612
lndinit: 0.1.5-beta -> 0.1.22-beta 2024-11-05 14:21:16 +01:00
Weijia Wang
bfc46450a5
nbxplorer: 2.5.6 -> 2.5.7 (#349259) 2024-11-01 14:18:17 +01:00
Pavol Rusnak
20d6dcdda5
lightning-loop: 0.24.1 -> 0.28.8 (#352114) 2024-10-29 15:08:27 +01:00
Jonas Nick
000902047c
lightning-loop: 0.24.1 -> 0.28.8 2024-10-29 11:22:35 +00:00
Pavol Rusnak
024903b45f
clightning: 24.08.1 -> 24.08.2 (#352055) 2024-10-29 10:52:58 +01:00
Jonas Nick
2133ad0d84
clightning: 24.08.1 -> 24.08.2 2024-10-29 08:33:17 +00:00
Tomo
f6a4aedd23 exodus: move to by-name 2024-10-28 07:13:07 +00:00
Tomo
46947f5db9 exodus: format with nixfmt-rfc-style 2024-10-28 07:11:37 +00:00
wxt
1cfdb89c6d
charge-lnd: move to by-name 2024-10-25 20:06:56 +08:00
Yt
ece68644a3
optimism: 1.9.1 -> 1.9.4 (#350572) 2024-10-23 19:52:58 -04:00
André Silva
3f6631032d
polkadot: stable2409 -> stable2409-1 (#350239) 2024-10-23 10:46:02 +01:00
R. Ryantm
dc2743bec1 optimism: 1.9.1 -> 1.9.4 2024-10-22 23:22:03 +00:00
Sandro
8344fc9c5b
groestlcoin: 27.0 -> 28.0 (#347905) 2024-10-22 13:56:25 +02:00
gruve-p
ee838247d4
groestlcoin: 27.0 -> 28.0 2024-10-21 18:11:31 +02:00
André Silva
6f021cbe01
polkadot: format with nixfmt-rfc-style 2024-10-21 14:25:39 +01:00
André Silva
377d600fe1
polkadot: stable2409 -> stable2409-1 2024-10-21 14:25:36 +01:00
R. Ryantm
91347f7b41 ledger-live-desktop: 2.84.1 -> 2.89.1 2024-10-18 11:42:04 +00:00
R. Ryantm
3959edafce nbxplorer: 2.5.6 -> 2.5.7 2024-10-17 10:38:56 +00:00
Erik Arvstedt
4746052617
clboss: 0.13.3 -> 0.14.0 2024-10-14 12:47:48 +02:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Nick Cao
bec483184a
ergo: 5.0.22 -> 5.0.23 (#347864) 2024-10-11 15:48:58 -04:00
R. Ryantm
78815ec7c4 ergo: 5.0.22 -> 5.0.23 2024-10-11 07:36:26 +00:00
0xb10c
48b4bd8dfa
bitcoin: 27.1 -> 28.0
The miniupnpc 2.2.8 patch is dropped as it was included in Bitcoin
Core 28.0.
2024-10-10 11:16:08 +02:00
Philip White
c2ec210993
monero-cli: update submodule version; disable aarch64-darwin
`trezor-common` submodule updated to match the rev at the version tag,
as per the conversation here:
https://github.com/NixOS/nixpkgs/pull/341980#discussion_r1760381016

Mark as disabled on macOS/ARM because it does not build.

Formatted with `nixfmt-rfc-style`.

Tested on macOS M1 both via `nix-build -A monero-cli` and via
`nixpkgs-review`.
2024-10-09 09:06:07 -07:00
Randy Eckenrode
56b9fe7a6b
lowdown: add flag to disable the Darwin sandbox (#346945) 2024-10-07 20:29:28 -04:00
Emily
9d3560b6eb bisq-desktop: mark as broken
OpenJFX 11 has been EOL for over a year; upstream
uses OpenJFX 15 which is also EOL. According
to <https://github.com/bisq-network/bisq/pull/6758>, the
application does not function with later versions, and has a
limited remaining lifespan as there is a new major version that
uses more modern versions. It looks like that version officially
supports OpenJDK 22, which is also EOL, but hopefully it will
work with 21 or 23. Some work was done already to package it here:
<https://github.com/NixOS/nixpkgs/pull/318594>.
2024-10-07 19:32:47 +01:00
Emily
b370a686ca treewide: use lowdown-unsandboxed where appropriate 2024-10-07 04:26:56 +01:00
André Silva
8e55f3d606
polkadot: stable2407-2 -> stable2409 (#346403) 2024-10-06 11:55:11 +01:00
h7x4
47f6e4c5d3
sparrow: 1.9.1 -> 2.0.0 (#343413) 2024-10-05 20:51:45 +02:00
h7x4
8f55b011e0
treewide: add meta.changelog (#346488)
* guix: add meta.changelog

* zile: add meta.changelog

* zoom: add meta.changelog

* zotify: add meta.changelog

* zpaqfranz: add meta.changelog

* zunit: add meta.changelog

* zxwing-cpp: add meta.changelog

* zxpy: add meta.changelog

* zydis: add meta.changelog

* zziplib: add meta.changelog

* j: add meta.changelog

* kyua: add meta.changelog

* json2ts: add meta.changelog

* igir: add meta.changelog

* ios-webkit-debug-proxy: add meta.changelog

* gpaste: add meta.changelog

* polkit_gnome: add meta.changelog

* papers: add meta.changelog

* libmsgraph: add meta.changelog

* quadrapassel: add meta.changelog

* gnome-nibbles: add meta.changelog

* decibels: add meta.changelog

* libgedit-amtk: add meta.changelog

* simple-scan: add meta.changelog

* gnome-klotski: add meta.changelog

* gnome-sound-recorder: add meta.changelog

* gnome-remote-desktop: add meta.changelog

* gnome-robots: add meta.changelog

* gnome-shell-extensions: add meta.changelog

* gnome-panel: add meta.changelog

* gnome-session: add meta.changelog

* gnome-keyring: add meta.changelog

* devhelp: add meta.changelog

* libgnome-keyring: add meta.changelog

* ghex: add meta.changelog

* gnome-connections: add meta.changelog

* lightsoff: add meta.changelog

* gnome-flashback: add meta.changelog

* livi: add meta.changelog

* mutter: add meta.changelog

* hitori: add meta.changelog

* gnome-initial-setup: add meta.changelog

* gnome-bluetooth: add meta.changelog

* gnome-shell: add meta.changelog

* gnome-sudoku: add meta.changelog

* ideamaker: add meta.changelog

* i2p: add meta.changelog

* lms: add meta.changelog

* adwaita-icon-theme: add meta.changelog

* gnome-applets: add meta.changelog

* flac123: add meta.changelog

* flaca: add meta.changelog

* flameshot: add meta.changelog

* flaresolverr: add meta.changelog

* a52dec: add meta.changelog

* hexbinhex: add meta.changelog

* dwl: add meta.changelog

* msolve: add meta.changelog

* jcli: add meta.changelog

* nmap: add meta.changelog

* nmapsi4: add meta.changelog

* labctl: add meta.changelog

* _1oom: add meta.changelog

* libipuz: add meta.changelog

* metacity: add meta.changelog

* sushi: add meta.changelog

* rygel: add meta.changelog

* zenity: add meta.changelog

* crosswords: add meta.changelog

* gnome-mahjongg: add meta.changelog

* alacarte: add meta.changelog

* loupe: add meta.changelog

* cheese: add meta.changelog

* atomix: add meta.changelog

* swell-foop: add meta.changelog

* alfis: add meta.changelog

* aperture: add meta.changelog

* atomic-swap: add meta.changelog

* besu: add meta.changelog

* bisq: add meta.changelog

* bitcoin-abc: add meta.changelog

* bitcoin-knots: add meta.changelog

* bitcd: add meta.changelog

* btcdeb: add meta.changelog

* btcpayserver: add meta.changelog

* 86box: add meta.changelog

* darling: add meta.changelog

* dosbox: add meta.changelog

* firebird-emu: add meta.changelog

* maiko: add meta.changelog

* accerciser: add meta.changelog

* adwaita-icon-theme-legacy: add meta.changelog

* dconf-editor: add meta.changelog

* eog: add meta.changelog

* evolution-data-server: add meta.changelog

* file-roller: add meta.changelog

* four-in-a-row: add meta.changelog

* gdm: add meta.changelog

* geary: add meta.changelog

* gitg: add meta.changelog

* gnome2048: add meta.changelog

* gnome-backgrounds: add meta.changelog

* gnome-text-editor: add meta.changelog

* gnome-tour: add meta.changelog

* gnome-user-share: add meta.changelog

* gxml: add meta.changelog

* tali: add meta.changelog

* totem: add meta.changelog

* mobile-broadband-provider-info: add meta.changelog

* avr: add meta.changelog

* brev-cli: add meta.changelog

* juce: add meta.changelog

* loc: add meta.changelog

* resholve: add meta.changelog

* rpiboot: add meta.changelog

* gerbera: add meta.changelog

* kdocker: add meta.changelog

* pmenu: add meta.changelog

* advancecomp: add meta.changelog

* adriconf: add meta.changelog

* interception-tools: add meta.changelog

* nabi: add meta.changelog

* gorilla-cli: add meta.changelog

* heygpt: add meta.changelog

* 6tunnel: add meta.changelog

* aria2: add meta.changelog

* logmein-hamachi: add meta.changelog

* maphosts: add meta.changelog

* qcal: add meta.changelog

* adreaper: add meta.changelog

* aflplusplus: add meta.changelog

* aide: add meta.changelog

* cameradar: add meta.changelog

* wpscan: add meta.changelog

* aha: add meta.changelog

* xcat: add meta.changelog
2024-10-04 22:35:12 +03:00
André Silva
5bbf6abae0
polkadot: stable2407-2 -> stable2409 2024-10-04 11:44:11 +01:00
R. Ryantm
31de8b45de electrs: 0.10.5 -> 0.10.6 2024-10-02 07:11:41 +00:00
Emmanuel Rosa
2043efede7 sparrow: 1.9.1 -> 2.0.0 2024-10-01 06:54:10 -04:00
Alyssa Ross
bacecfa3b6
lighthouse: use OpenSSL from Nixpkgs 2024-09-28 17:33:17 +02:00
Erik Arvstedt
a86a3f14c2
lnd: add default release tags to tags
These tags are included in default lnd release builds.
2024-09-26 11:45:49 +02:00
Erik Arvstedt
0801744c61
lnd: format tags as lines 2024-09-26 11:45:49 +02:00
Markus Kowalewski
da4a432d7f
ton: 2024.08 -> 2024.09 (#343795) 2024-09-26 11:03:44 +02:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
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