Commit Graph

84017 Commits

Author SHA1 Message Date
Weijia Wang
12b91012e5 darwin.darling: drop 2023-04-25 22:45:59 +03:00
Sandro
f152e714e5
Merge pull request #199835 from SuperSandro2000/nodejs-normalisation 2023-04-25 13:10:06 +02:00
Weijia Wang
e95b025cc2
Merge pull request #227057 from afh/update-boost
boost182: init at 1.82.0
2023-04-25 12:47:34 +03:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Maciej Krüger
9096817104
Merge pull request #201027 from hacker1024/patch-3 2023-04-25 11:16:53 +02:00
Martin Weinelt
776ffe1518
Merge pull request #217250 from felixsinger/pkgs/add/flashrom-stable
flashrom-stable: init at v1.1
2023-04-25 10:47:57 +02:00
Felix Singer
2b920e5a08 flashrom-stable: init at v1.1
flashrom-stable is a fork of flashrom aiming stability. A proper NixOS
module and udev support will be added later.

Signed-off-by: Felix Singer <felix.singer@secunet.com>
2023-04-25 10:18:34 +02:00
Alexis Hildebrandt
e73da62a1d boost182: init at 1.82.0
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-04-25 09:36:51 +02:00
hacker1024
c4cbf526e9 Merge remote-tracking branch 'NixOS/master' into feature/futter-linux-desktop 2023-04-25 12:51:56 +10:00
Bobby Rong
8cf9808495
Merge pull request #227942 from NickCao/alias
various: add missing throw in alias and cleanup
2023-04-25 10:25:37 +08:00
Mario Rodas
aa967b00ea
Merge pull request #223920 from bcdarwin/python3-peft
python310Packages.peft: init at 0.2.0
2023-04-24 20:38:59 -05:00
Mario Rodas
3229369c6d
Merge pull request #226060 from bcdarwin/python3-safetensors
python310Packages.safetensors: init at 0.3.0
2023-04-24 20:36:17 -05:00
Pavol Rusnak
d15bd5c53b
Merge pull request #227894 from divanorama/electrum_new_ledger_protocol
electrum: fix ledger devices support
2023-04-24 22:30:56 +02:00
Sandro
69d622beb3
Merge pull request #225888 from pallix/add-gp-saml-gui 2023-04-24 21:38:32 +02:00
Lily Foster
c1871b4143
Merge pull request #227836 from sayanarijit/master
xplr: 0.20.2 -> 0.21.1
2023-04-24 13:58:11 -04:00
Dmitry Ivankov
51b96d8e85 electrum: fix ledger devices support
New Ledger protocol needs a new dependency to work
https://github.com/spesmilo/electrum/pull/8041
2023-04-24 19:32:21 +02:00
Andreas Pelme
7509871fea looseversion: init at 1.0.3 2023-04-24 18:55:52 +02:00
Arijit Basu
1c74fa18ce
xplr: 0.20.2 -> 0.21.1
https://github.com/sayanarijit/xplr/releases/tag/v0.21.1

Originally authored by @mimame (in #223450).

- Disable one specific failing test
- Move from pkgs/applications/misc/ to pkgs/applications/file-managers/
- Add @mimame as maintainer.
2023-04-24 22:18:27 +05:30
figsoda
18028a3d71
Merge pull request #227322 from geri1701/master
typst-fmt: init at unstable-2023-04-16
2023-04-24 09:48:01 -04:00
Artturi
f3fdd1cce5
Merge pull request #226121 from amjoseph-nixpkgs/pr/fixcross/beautifulsoup4 2023-04-24 16:34:21 +03:00
Adam Joseph
2493aa0d13 python310Packages.beautifulsoup4: workaround splicing issue with python hooks
the splicing got broken in 33d12e5f
2023-04-24 14:50:53 +03:00
Nick Cao
7fce3da6da
avian: cleanup alias 2023-04-24 19:31:51 +08:00
Nick Cao
41a52f6d23
riot-{desktop,web}: cleanup alias 2023-04-24 19:31:30 +08:00
Nick Cao
a8377dd16d
oracle{jdk,jre}8psu{,_distro}: cleanup alias 2023-04-24 19:30:55 +08:00
Nick Cao
e339d7b79a
libayatana-appindicator-gtk2: add missing throw in alias 2023-04-24 19:24:08 +08:00
Nick Cao
6196f9de5e
alibayatana-indicator-gtk2: add missing throw in alias 2023-04-24 19:24:04 +08:00
Nick Cao
a6b9a1e5c7
kexpand: add missing throw in alias 2023-04-24 19:22:24 +08:00
Nick Cao
c0649e3c5a
transmission-remote-cli: add missing throw in alias 2023-04-24 19:21:21 +08:00
nviets
ecd33b6f92
lightgbm: init at 2023-02-18 (#216971)
* Adding lightgbm with cli tool, r-package, and other features.

* Update pkgs/development/libraries/lightgbm/default.nix

Co-authored-by: Yt <happysalada@proton.me>

---------

Co-authored-by: nviets <nathan.viets@gmail.com>
Co-authored-by: Yt <happysalada@proton.me>
2023-04-24 07:15:55 -04:00
Nick Cao
67ddf0d068
Merge pull request #223764 from NickCao/uamqp
python3Packages.uamqp: use github source, unpin openssl_1_1, enable t…
2023-04-24 18:58:56 +08:00
Pavol Rusnak
384b0e436c
Merge pull request #227867 from alyssais/pyblake2
python3.pkgs.pyblake2: remove
2023-04-24 12:10:42 +02:00
Alyssa Ross
9ed444d212
python3.pkgs.pyblake2: remove
No longer used by trezor (the only thing that used it in Nixpkgs), and
deprecated upstream in favor of hashlib in the standard library, which
has supported BLAKE2 since Python 3.6.
2023-04-24 09:40:30 +00:00
K900
15fdac8845 linux_6_3: init 2023-04-24 11:25:05 +03:00
geri1701
f30c5b8c64
typst-fmt: init at unstable-2023-04-16
Add call for typst-fmt

Update pkgs/tools/typesetting/typst-fmt/default.nix

Co-authored-by: figsoda <figsoda@pm.me>

Update pkgs/tools/typesetting/typst-fmt/default.nix

Co-authored-by: figsoda <figsoda@pm.me>
2023-04-24 10:02:12 +02:00
Weijia Wang
c59f5517d0
Merge pull request #227834 from GaetanLepage/rye
rye: init at unstable-2023-04-23
2023-04-24 09:22:52 +03:00
Adam Joseph
b03ac42b07
Merge pull request #208848 from amjoseph-nixpkgs/pr/nmh/init
nmh: init at 1.7.1
2023-04-24 05:12:15 +00:00
Adam Joseph
6598663bd9
Merge pull request #192192 from amjoseph-nixpkgs/pr/mercury/jdk_headless
mercury: use jdk_headless to allow non-gui builds
2023-04-24 04:43:16 +00:00
Adam Joseph
0227195b62 nmh: init at 1.7.1
These tools are mainly useful for writing scripts that manipulating
claws-mail's mail folders.  I doubt anybody uses nmh to read their
email anymore, and most other mail clients have migrated to maildir.

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-04-23 20:50:54 -07:00
figsoda
43846461d6
Merge pull request #227699 from figsoda/linuxwave 2023-04-23 21:32:51 -04:00
Robert Scott
eab968e43d
Merge pull request #227039 from yorickvP/bump-asterisk
asterisk: drop 16, 19, bump 18.16.0 -> 18.17.1, 20.1.0 -> 20.2.1
2023-04-24 00:50:55 +01:00
Sandro
90241ecb8f
Merge pull request #226343 from FlafyDev/webcord-vencord 2023-04-24 00:16:13 +02:00
Pierre Allix
106fdb05d9
gp-saml-gui: init at version 0.1 2023-04-24 00:10:05 +02:00
Sandro
9bc9cfe51d
Merge pull request #222660 from natsukium/hh-suite/init 2023-04-23 23:42:38 +02:00
Gaetan Lepage
66504778ce rye: init at unstable-2023-04-23 2023-04-23 22:22:30 +02:00
K900
6193b1f005
Merge pull request #227034 from athas/flix
flix: init at 0.35.0
2023-04-23 22:44:44 +03:00
Eric Wolf
815fed2e05 cargo-pgx: 0.6.1 -> 0.7.4, keep 0.6.1, add 0.7.1
0.6.1 keeping until timescaledb_toolkit got upgraded to 1.15.0
0.7.1 because timescaledb_toolkit 1.15.0 needs it
0.7.4 because it is the most recent cargo-pgx version
2023-04-23 15:23:38 -04:00
Sandro
8f231e546e
Merge pull request #227756 from 0xMRTT/origin/schemes 2023-04-23 18:15:55 +02:00
Weijia Wang
0732359839
Merge pull request #227447 from QJoly/kubexit
kubexit: Init at 0.3.2
2023-04-23 19:12:57 +03:00
Quentin JOLY
a683a04ebe kubexit: Init at 0.3.2
Update pkgs/applications/networking/cluster/kubexit/default.nix

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

Good description (previous one was wrong)

Update pkgs/applications/networking/cluster/kubexit/default.nix

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-04-23 17:09:06 +02:00
Yorick van Pelt
0a8004f496
asterisk: drop 16 and 19
These will go EOL within the 23.05 support window.
2023-04-23 15:56:57 +02:00