1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

2096 commits

Author SHA1 Message Date
Fabian Affolter b71b395f62 jira_cli: remove
Project is unmaintained
https://github.com/alisaifee/jira-cli#this-project-needs-a-new-owner
Requires suds-jurko which was removed (due to the usage of use_2to3)
2023-02-28 19:11:09 +01:00
Doron Behar 7917934531
Merge pull request #217907 from r-ryantm/auto-update/python310Packages.moku
python310Packages.moku: remove
2023-02-26 11:16:38 +02:00
Doron Behar f49ebf25d0 python3.pkgs.moku: Remove
Unusable. Upstream recommends instead utilities from
https://www.liquidinstruments.com/software/utilities/ which don't seem
opensource, and require new packaging from the bottom up.
2023-02-26 10:25:49 +02:00
github-actions[bot] ae20452a11
Merge master into staging-next 2023-02-24 18:01:22 +00:00
Weijia Wang 131e92858a phodav_2_0, spice-gtk_libsoup2: drop 2023-02-23 20:25:04 +02:00
github-actions[bot] 68dd6912f3
Merge master into staging-next 2023-02-22 18:01:07 +00:00
ajs124 67a6170dc9
Merge pull request #216748 from winterqt/drop-keepassx
keepassx{,2}: drop
2023-02-22 13:05:53 +01:00
Winter 1301a1a997 keepassx{,2}: drop
Upstream has officially abandoned the project as of 2021 [0], there's been
no release since 2016, it uses the EoL Qt 4, and alternatives like
KeePassXC exist.

Also move KeePassXC to its own directory -- it doesn't make sense to
have it in KeePassX's folder anymore.

[0]: https://www.keepassx.org/index.html%3Fp=636.html
2023-02-21 22:40:39 -05:00
github-actions[bot] 3cd1b92b06
Merge master into staging-next 2023-02-22 00:02:34 +00:00
Sandro 649265f5a1
Merge pull request #216456 from linsui/jami 2023-02-21 23:19:47 +01:00
github-actions[bot] fd8dd0c966
Merge master into staging-next 2023-02-21 18:01:08 +00:00
ajs124 ff440fff12
Merge pull request #209586 from JamieMagee/python-language-server
python-language-server: remove
2023-02-21 13:12:29 +01:00
github-actions[bot] e3e8374b6f
Merge master into staging-next 2023-02-21 00:02:33 +00:00
Martin Weinelt e913ad8b17
Merge pull request #213422 from dotlambda/foxitreader-insecure
foxitreader: drop
2023-02-20 19:17:07 +00:00
Robert Schütz 82b31b530d foxitreader: drop 2023-02-20 10:25:23 -08:00
github-actions[bot] 507feca606
Merge master into staging-next 2023-02-20 12:01:32 +00:00
K900 522512e7b4 linux: init 6.2 2023-02-20 13:40:41 +03:00
QuantMint 434bb4d090 librtlsdr: remove
Removing librtlsdr because it's the same exact package as rtl-sdr.
2023-02-20 07:14:51 +01:00
github-actions[bot] b629ad5e83
Merge master into staging-next 2023-02-20 06:01:33 +00:00
Bernardo Meurer fc9e3696e0
rtw89-firmware: drop 2023-02-19 23:26:53 +00:00
github-actions[bot] 85ba84c218
Merge master into staging-next 2023-02-19 12:01:25 +00:00
Jamie Magee a0f8ef409a
python-language-server: remove 2023-02-18 22:39:25 -08:00
linsui efe1c91cc1 jami: 20221220.0956.79e1207 -> 20230206.0 2023-02-19 12:04:29 +08:00
Andreas Wiese f20053f423 bpytop: remove
First there was bashtop, which was replaced by bpytop for i.a.
performance reasons.  Now there's btop (written in C++) and another one
bites the dust.

Let it be gone for good.
2023-02-18 00:04:17 +01:00
github-actions[bot] 164a7e44c7
Merge master into staging-next 2023-02-16 18:01:12 +00:00
Jamie Magee f28e84d855 python3Packages.pyls-mypy: remove
[`pyls-mypy`](https://github.com/tomv564/pyls-mypy) depends on the deprecated [`palantir/python-language-server`](https://github.com/palantir/python-language-server). nixpkgs doesn't package the `palantir` version, instead we package [`microsoft/python-language-server`](https://github.com/microsoft/python-language-server). I don't know if they are interchangable, but regardless, `pyls-mypy`, `palantir/python-language-server`, and `microsoft/python-language-server` are all deprecated.

The replacement for `palantir/python-language-server` and `microsoft/python-language-server` is [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server) which is [already in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/python-lsp-server/default.nix). The replacement for `pyls-mypy` is [`pylsp-mypy`](https://github.com/python-lsp/pylsp-mypy) and [is also already available in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/pylsp-mypy/default.nix)
2023-02-15 15:13:55 +01:00
github-actions[bot] f123085ae9
Merge staging-next into staging 2023-02-14 18:01:45 +00:00
Jamie Magee 2c27b33ec2
python3Packages.pyls-black: remove
[`pyls-mypy`](https://github.com/tomv564/pyls-mypy) depends on the deprecated [`palantir/python-language-server`](https://github.com/palantir/python-language-server). nixpkgs doesn't package the `palantir` version, instead we package [`microsoft/python-language-server`](https://github.com/microsoft/python-language-server). I don't know if they are interchangable, but regardless, `pyls-mypy`, `palantir/python-language-server`, and `microsoft/python-language-server` are all deprecated.

The replacement for `palantir/python-language-server` and `microsoft/python-language-server` is [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server) which is [already in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/python-lsp-server/default.nix). The replacement for `pyls-mypy` is [`pylsp-mypy`](https://github.com/python-lsp/pylsp-mypy) and [is also already available in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/pylsp-mypy/default.nix)
2023-02-14 00:01:44 -08:00
github-actions[bot] 29cdca7736
Merge staging-next into staging 2023-02-13 06:02:02 +00:00
github-actions[bot] 0d7cb3a2aa
Merge master into staging-next 2023-02-13 06:01:30 +00:00
Nick Cao 0fdc487133
Merge pull request #216019 from SuperSamus/dolphin-emu-update
dolphin-emu: remove stable, 5.0-17995 -> 5.0-18498
2023-02-13 09:48:23 +08:00
Martino Fontana 67ffcc85bc dolphin-emu: remove "stable", replace with "beta" 2023-02-12 18:52:51 +01:00
github-actions[bot] 516d7767c0
Merge staging-next into staging 2023-02-12 00:03:10 +00:00
github-actions[bot] d5c6366a21
Merge master into staging-next 2023-02-12 00:02:30 +00:00
P. R. d. O f831445c5d gometer: remove 2023-02-11 19:06:23 +01:00
superherointj ffeb843237 pmdk: removed
No further support or maintenance planned by upstream.
https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/

Alpine also removed pmdk package:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/43663
2023-02-07 08:20:53 -03:00
github-actions[bot] 41e5bd55d5
Merge master into staging-next 2023-02-07 06:01:28 +00:00
figsoda 291887ff6e lua-language-server: rename from sumneko-lua-language-server
and add figsoda as a maintainer

lua-language-server has been moved to a new organization (LuaLS).
2023-02-06 23:26:51 -05:00
github-actions[bot] f876e1f1e9
Merge master into staging-next 2023-02-06 18:01:37 +00:00
figsoda a28d99d9bd zq: drop
it is a duplicate of zed
2023-02-05 20:44:13 -05:00
github-actions[bot] 51cb32c692
Merge master into staging-next 2023-02-05 18:01:22 +00:00
Robert Schütz fe20983f25 python310Packages.bedup: drop 2023-02-04 23:34:59 -08:00
github-actions[bot] bc833a50cc
Merge master into staging-next 2023-02-05 00:02:31 +00:00
Nick Cao 0ca39c30e7 yarn2nix-moretea-openssl_1_1: drop
As OpenSSL 1.1.1 will reach end of life on 11 Sep 2023.
Reference: https://github.com/NixOS/nixpkgs/issues/210452
2023-02-04 15:36:26 -05:00
ajs124 7166a497b4
Merge pull request #214468 from NickCao/nodejs-ossl11
nodejs-16_x-openssl_1_1: drop
2023-02-04 20:34:23 +01:00
Anderson Torres 1149f14600
Merge pull request #210902 from Yarny0/tvbrowser
tvbrowser: fix, update, build from source, add small test
2023-02-04 16:10:53 -03:00
Yarny0 b2fdba820a tvbrowser: build from source
This commit changes from a precompiled bundle to
a source file. Accordingly, the expression file is renamed to `default.nix`
and the old attribute name is changed to `tvbrowser`, the old one being now a
throw-message.

The upstream build script tries to download the news plugin; so, we provide
this and pass it as a parameter.

Given that this is still a piece of a precompiled Java bytecode, along with a
main readable source bundle, `meta.sourceProvenance` is updated accordingly.
2023-02-04 17:55:39 +01:00
Nick Cao 6a08edd4d0
nodejs-16_x-openssl_1_1: drop
As OpenSSL 1.1.1 will reach end of life on 11 Sep 2023.
Reference: https://github.com/NixOS/nixpkgs/issues/210452
2023-02-04 12:22:06 +08:00
github-actions[bot] 2e0f3bc57b
Merge master into staging-next 2023-02-04 00:02:11 +00:00
superherointj 95642fb287
Merge pull request #210458 from NickCao/openssl3
various: unpin openssl_1_1
2023-02-03 19:27:21 -03:00