Aaron Jheng
096f6d6c00
prometheus-openvpn-exporter: remove
2024-01-26 14:37:05 +08:00
Alyssa Ross
f84fc97618
Revert "patchelf: use 0.13.x on aarch64+musl"
...
This reverts commit e22d0b49a9
.
No longer needed now that we have an up-to-date
aarch64-unknown-linux-musl bootstrap.
Since the original commit, patchelf_0_14 was renamed to
patchelfStable. There's no longer any need for it to have a name
other than "patchelf", but I've kept "patchelfStable" around as an
alias in case anybody's using it.
2024-01-25 21:29:35 +01:00
maxine
3401c58f04
Merge pull request #283604 from p-rintz/pupdate
...
pupdate: rename from pocket-updater-utility
2024-01-25 18:50:41 +01:00
annalee
7a0dc7c7e8
treewide: drop LLVM8
2024-01-25 12:24:51 +00:00
github-actions[bot]
5af80acc9a
Merge master into staging-next
2024-01-25 06:01:04 +00:00
Jörg Thalheim
559ddda570
Merge pull request #279852 from Madouura/pr/bcachefs
...
bcachefs: update comments, release-notes, only use IFS for bcachefs, update bcachefs-tools and module
2024-01-25 01:11:04 +01:00
Philipp Rintz
3bb249f858
pupdate: 2.43.1 → 3.0.0, rename from pocket-updater-utility
2024-01-25 00:30:48 +01:00
Anderson Torres
48c78f8991
nestopia-ue: migrate to by-name
2024-01-24 17:37:05 -03:00
github-actions[bot]
01a65d81f3
Merge master into staging-next
2024-01-23 18:00:56 +00:00
Weijia Wang
3c70df60b8
Merge pull request #282667 from wegank/pageedit-refactor
...
pageedit: fix build on x86_64-darwin, refactor
2024-01-23 18:24:55 +01:00
Weijia Wang
8007117f79
Merge pull request #282666 from wegank/ebtks-refactor
...
ebtks: fix build on darwin, refactor
2024-01-23 18:23:42 +01:00
github-actions[bot]
568f381221
Merge master into staging-next
2024-01-23 12:01:17 +00:00
Weijia Wang
98ad610d60
Merge pull request #277096 from katexochen/convoy/remove
...
convoy: remove
2024-01-23 07:16:44 +01:00
Weijia Wang
9e3c309c9a
Merge pull request #280828 from katexochen/docker-machine/remove
...
docker-machine{,-kvm,-xhyve}: remove
2024-01-23 07:15:59 +01:00
github-actions[bot]
8303a96c2d
Merge master into staging-next
2024-01-23 00:02:30 +00:00
Ryan Lahfa
32a6e224ae
Merge pull request #282929 from minijackson/netbox-3.7.1
...
Netbox 3.7.1
2024-01-22 20:52:54 +01:00
Minijackson
5d2370f800
netbox_3_5: remove
2024-01-22 16:31:45 +01:00
Weijia Wang
2fb5a908e9
pageedit: rename from PageEdit
2024-01-21 19:43:01 +01:00
Weijia Wang
abb97f6022
ebtks: migrate to by-name, rename from EBTKS
2024-01-21 19:37:48 +01:00
Weijia Wang
47e878f094
stormlib: migrate to by-name, rename from StormLib
2024-01-21 19:22:25 +01:00
github-actions[bot]
dc4a7c97b0
Merge master into staging-next
2024-01-18 18:00:55 +00:00
Sandro
09f9f1fe1a
Merge pull request #277409 from sikmir/transifex-client
2024-01-18 15:19:44 +01:00
github-actions[bot]
5fe540596f
Merge staging-next into staging
2024-01-17 18:01:27 +00:00
Sandro
110f464d08
Merge pull request #280995 from SuperSandro2000/yubikey-manager-qt
2024-01-17 15:02:36 +01:00
Madoura
b1ce631c29
aliases: change 'linux(Packages)_testing_bcachefs' notes to use 'linux(Packages)_latest' or any kernel version at least 6.7
2024-01-16 15:06:05 -06:00
github-actions[bot]
7e5906aca4
Merge staging-next into staging
2024-01-16 12:01:24 +00:00
Felix Bühler
d38b8bdba7
oni2: remove ( #269322 )
...
Last commit is 3 years old, no fork and maintainer has given up:
https://github.com/onivim/oni2/issues/3811#issuecomment-910306404
https://github.com/onivim/oni2/issues/3861
2024-01-16 10:17:01 +01:00
github-actions[bot]
ed73852825
Merge staging-next into staging
2024-01-15 12:01:27 +00:00
Sandro Jäckel
87bcbed693
yubikey-manager4: drop
...
yubikey-manager-qt no longer uses this and it is broken, so remove it.
____________________ TestUtilityFunctions.test_parse_pkcs12 ____________________
self = <tests.test_util.TestUtilityFunctions testMethod=test_parse_pkcs12>
def test_parse_pkcs12(self):
with open_file("rsa_2048_key_cert.pfx") as rsa_2048_key_cert_pfx:
data = rsa_2048_key_cert_pfx.read()
key1, certs1 = _parse_pkcs12_cryptography(pkcs12, data, None)
> key2, certs2 = _parse_pkcs12_pyopenssl(crypto, data, None)
tests/test_util.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ykman/util.py:61: in _parse_pkcs12_pyopenssl
p12 = crypto.load_pkcs12(data, password)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <module 'OpenSSL.crypto' from '/nix/store/si21r6n8pv695zp8jxx9x49rjaldvin9-python3.11-pyopenssl-23.3.0/lib/python3.11/site-packages/OpenSSL/crypto.py'>
attr = 'load_pkcs12'
def __getattr__(self, attr: str) -> object:
> obj = getattr(self._module, attr)
E AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
2024-01-15 11:22:06 +01:00
OTABI Tomoya
817c314ea6
Merge pull request #277719 from natsukium/ansible/update
...
ansible_2_16: init at 2.16.2; ansible_2_13: remove
2024-01-15 17:31:04 +09:00
Guillaume Maudoux
179e2d5fd3
Merge pull request #279498 from GetPsyched/chkservice
...
chkservice: remove
2024-01-15 08:58:12 +01:00
github-actions[bot]
a1c9a26c5c
Merge staging-next into staging
2024-01-15 00:02:42 +00:00
Weijia Wang
3763c9f08f
Merge pull request #279158 from konradmalik/rtx
...
mise: 2023.12.35 -> 2024.1.11 rebrand from rtx
2024-01-14 22:01:02 +01:00
natsukium
5ea284d4f4
ansible_2_13: remove
2024-01-14 09:38:47 +09:00
github-actions[bot]
ec9f3ed3ee
Merge staging-next into staging
2024-01-14 00:02:46 +00:00
Paul Meyer
0f5e83d4bb
docker-machine: remove
2024-01-13 23:10:38 +01:00
Paul Meyer
936d081c36
docker-machine-kvm: remove
2024-01-13 23:07:59 +01:00
Paul Meyer
a786eee284
docker-machine-xhyve: remove
2024-01-13 23:07:59 +01:00
K900
980675fa82
aliases: add linuxPackages_6_7, linux_6_7
2024-01-13 21:13:23 +03:00
github-actions[bot]
e59c8549eb
Merge staging-next into staging
2024-01-13 18:01:22 +00:00
Weijia Wang
b77a9c94ed
Merge pull request #278997 from wegank/xib2nib-deps-refactor
...
nsplist, plistcpp, xib2nib: migrate to by-name, refactor
2024-01-13 18:19:08 +01:00
Weijia Wang
91187dcb6c
nsplist: migrate to by-name, refactor
2024-01-13 07:17:11 +01:00
Weijia Wang
8590df67b9
plistcpp: migrate to by-name, refactor
2024-01-13 07:17:08 +01:00
github-actions[bot]
a21b0a6982
Merge staging-next into staging
2024-01-13 06:01:25 +00:00
Yueh-Shun Li
d1c42ac350
optparse-bash: drop
...
Drop because
- it seems abandoned by the upstream years ago[1].
- there are quite some nice alternatives[2] already available in
Nixpkgs.
[1]: https://github.com/nk412/optparse/commits/master/
[2]: https://github.com/shadawck/awesome-cli-frameworks#bashshell
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-01-13 05:54:58 +00:00
Olivia Crain
6a5ee95e78
garmin-plugin: remove
...
https://github.com/adiesner/GarminPlugin/issues/14
https://en.wikipedia.org/w/index.php?title=NPAPI&oldid=1187725523#Support
This package was abandoned upstream after Garmin removed support for the
plugin.
This package is an NPAPI browser plugin. NPAPI plugins have not been
supported by any major browsers since 2018. In nixpkgs, this package
has been unmaintained since 2020 and has not been touched by
non-treewide changes since 2015. No packages depend on garmin-plugin.
2024-01-12 15:07:06 -06:00
github-actions[bot]
975362b0c3
Merge staging-next into staging
2024-01-12 18:01:25 +00:00
Nick Cao
0d6aa42a34
Merge pull request #280153 from NickCao/julia_110
...
julia_110: init at 1.10.0
2024-01-12 10:53:39 -05:00
Nick Cao
fd37c3101b
julia_18{,-bin}: drop as it has reached end of life
2024-01-11 11:17:34 -05:00
github-actions[bot]
aeb47665cf
Merge staging-next into staging
2024-01-11 12:01:43 +00:00
github-actions[bot]
5ee7600250
Merge master into staging-next
2024-01-11 12:01:18 +00:00
Jörg Thalheim
3bd00e0eec
Merge pull request #280202 from wegank/gcl-pre-drop
...
gcl_2_6_13_pre: drop
2024-01-11 08:41:49 +01:00
Weijia Wang
e7037007c2
gcl_2_6_13_pre: drop
2024-01-11 07:47:08 +01:00
Weijia Wang
80ddf58118
Merge branch 'staging-next' into staging
2024-01-10 23:14:18 +01:00
Weijia Wang
2f9e98ccf3
Merge branch 'master' into staging-next
2024-01-10 23:12:44 +01:00
Nikolay Korotkiy
0751c7f1d3
transifex-client: remove as deprecated
2024-01-11 00:07:07 +04:00
github-actions[bot]
4d7f750978
Merge staging-next into staging
2024-01-10 00:02:52 +00:00
Weijia Wang
927f9393c1
llvmPackages_6: remove
...
Remove as the last two users are gone.
2024-01-09 22:38:47 +01:00
Sergei Trofimovich
32fbc0c9fa
clang6Stdenv, clang-tools_6, clang_6, lld_6, lldb_6, llvm_6: remove
...
Remove all the aliases for `llvmPackages_6` except the `llvmPackages_6`
itself.
We can remove `llvmPackages_6` once last two users are gone:
- vimPlugins: https://github.com/NixOS/nixpkgs/pull/279576
- beignet: https://github.com/NixOS/nixpkgs/pull/279578
2024-01-09 22:34:39 +01:00
Paul Meyer
f683663dd2
gocode: remove
2024-01-09 22:33:04 +01:00
Konrad Malik
d744e65324
mise: 2023.12.35 -> 2024.1.11 rebrand from rtx
...
rebrand info: https://mise.jdx.dev/rtx.html
added one new patchShebangs path for test_task_run
2024-01-09 22:17:52 +01:00
K900
838aefefc3
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-09 22:42:37 +03:00
Thiago Kenji Okada
6aa2c8af5e
Merge pull request #279397 from katexochen/iginte/remove
...
ignite: remove
2024-01-09 10:28:27 +00:00
K900
bff9ee8862
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-09 13:03:34 +03:00
Jonas Chevalier
3f77dbdbd0
Merge pull request #279578 from trofi/beignet-drop
...
beignet: remove the package
2024-01-09 09:49:29 +01:00
Martin Weinelt
ef1898454c
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiohappyeyeballs/default.nix
2024-01-08 16:34:52 +01:00
K900
8c56a751cb
Merge pull request #279422 from wegank/partition-manager-kde
...
libsForQt5.kpmcore, partition-manager: move to applications/kde
2024-01-08 15:40:06 +03:00
Weijia Wang
788c45eb57
partition-manager: move to aliases.nix
2024-01-08 13:36:56 +01:00
Sergei Trofimovich
337036cffa
beignet: remove the package
...
`beignet` saw no development since 2018 and was never ported from
`llvmPackages_6`. Is it's a library to support `OpenCL` on older GPUs
let's drop it from `nixpkgs`.
2024-01-08 10:33:46 +00:00
GetPsyched
8930c7968f
chkservice: remove
...
project has been deleted upstream.
2024-01-08 10:06:16 +05:30
github-actions[bot]
2984c5a0a5
Merge master into staging-next
2024-01-08 00:02:22 +00:00
Silvan Mosberger
788cf70bed
Merge pull request #279324 from katexochen/revert-276887-gocode/remove
...
Revert "gocode: remove"
2024-01-07 23:25:19 +01:00
K900
9e0000be28
Merge branch 'master' into staging-next
2024-01-08 00:51:35 +03:00
Felix Buehler
e253a1d174
python311Packages.trezor-agent: rename from trezor_agent
2024-01-07 20:46:09 +01:00
github-actions[bot]
f85fe5fc29
Merge master into staging-next
2024-01-07 18:00:54 +00:00
Nick Cao
da496599fd
Merge pull request #278569 from Stunkymonkey/fastnlo-toolkit-normalize
...
fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit
2024-01-07 10:31:19 -05:00
Paul Meyer
0626f988a8
ignite: remove
2024-01-07 16:12:54 +01:00
github-actions[bot]
9f96550945
Merge master into staging-next
2024-01-07 12:01:24 +00:00
Felix Bühler
13f8cd7da2
Merge pull request #279225 from Stunkymonkey/keepkey-agent-normalize
...
keepkey-agent,python311Packages.keepkey-agent: rename from keepkey_agent
2024-01-07 11:55:41 +01:00
Jörg Thalheim
db59d03371
Merge branch 'master' into pr/bcachefs
2024-01-07 11:40:30 +01:00
Paul Meyer
6ad7e6fb31
Revert "gocode: remove"
2024-01-07 10:24:10 +01:00
Felix Buehler
b30812af02
python311Packages.ledger-agent: rename from ledger_agent
2024-01-07 00:47:01 +01:00
Felix Buehler
6f48784dc6
keepkey-agent,python311Packages.keepkey-agent: rename from keepkey_agent
2024-01-06 20:27:18 +01:00
Martin Weinelt
430fd07751
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-06 04:57:06 +01:00
Martin Weinelt
095dec0437
Merge pull request #278808 from mweinelt/maintenance
...
Scale back maintainership on various packages
2024-01-06 04:51:44 +01:00
github-actions[bot]
76201c62e0
Merge master into staging-next
2024-01-05 18:00:58 +00:00
Maciej Krüger
349e0c2870
Merge pull request #263345 from hacker1024/feature/pub2nix
...
dart: Use Nix instead of Pub
2024-01-05 16:34:07 +01:00
maxine
bbc6e36b5b
Merge pull request #273374 from amaxine/merge-resources
...
{gnome-,}resources: merge, fix up
2024-01-05 15:32:56 +00:00
Maxine Aubrey
e11317b03a
{gnome-,}resources: merge, fix up
2024-01-05 15:42:13 +01:00
Martin Weinelt
ec7ed36af4
python311Packages.fritzprofiles: remove
...
This was a home-assistant dependency, but it isn't anymore, so I'm
not interested in maintaining it any longer.
2024-01-05 14:43:37 +01:00
Paul Meyer
0e7a6eeb41
gocode: remove
2024-01-05 13:26:54 +01:00
github-actions[bot]
1e290d634f
Merge master into staging-next
2024-01-05 00:02:27 +00:00
Weijia Wang
571c9cb1ec
Merge pull request #278270 from konradmalik/openapi-generator-cli
...
openapi-generator-cli: delete unstable version
2024-01-04 23:37:57 +01:00
Felix Buehler
2661df1985
fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit
2024-01-03 22:05:32 +01:00
Weijia Wang
eb5334c27d
Merge branch 'master' into staging-next
2024-01-03 03:22:40 +01:00
Konrad Malik
9b87f0b300
openapi-generator-cli: delete unstable version
...
it was not updated in a very long time and is much older than the current stable
2024-01-02 23:18:53 +01:00
K900
887e96e875
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-02 10:55:23 +03:00
Antoine Fontaine
6f8527f6fb
bookletimposer: remove
...
BookletImposer is now broken, both on unstable and 23.11, and seems
unmaintained.
The package stopped working with PyPDF 3.0, which NixOS now uses. The
forge is now down, and I tried contacting the author by mail without
answer as of today. I think removing this package from unstable and
23.11 makes sense.
2024-01-01 21:02:45 +01:00
Bobby Rong
b0964ea74a
Merge pull request #277896 from bobby285271/upd/amtk
...
libgedit-amtk: 5.6.1 → 5.8.0, renamed from amtk
2024-01-01 17:26:19 +08:00
github-actions[bot]
e61ae81f8f
Merge master into staging-next
2024-01-01 00:02:16 +00:00
Silvan Mosberger
c98d1bdee6
Merge pull request #276112 from tweag/some-eval-fixes
...
Various eval fixes with `allowAliases = false`
2023-12-31 22:07:46 +01:00
Bobby Rong
ced24ce9f3
libgedit-amtk: 5.6.1 → 5.8.0, renamed from amtk
...
See README.md in https://gitlab.gnome.org/Archive/amtk .
2023-12-31 19:05:44 +08:00
Martin Weinelt
f142aeb3a2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/scikit-build-core/default.nix
2023-12-31 12:00:30 +01:00
K900
c5a7b36c8c
Merge pull request #277526 from K900/clean-fruit
...
yuzu: reorganize everything, use common updater scripts, actually update
2023-12-31 13:45:55 +03:00
Jan Tojnar
80020c7db4
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/lua-modules/generated-packages.nix
; pkgs/development/lua-modules/overrides.nix
2023-12-31 02:31:32 +01:00
Paul Meyer
c83b707f2f
minishift: remove
2023-12-30 12:30:48 +01:00
github-actions[bot]
f50aae4fb1
Merge master into staging-next
2023-12-29 18:00:57 +00:00
K900
619c4b605e
yuzu: reorganize everything, use common updater scripts, actually update
2023-12-29 15:09:35 +03:00
Paul Meyer
0b657480f7
deadcode: remove
2023-12-28 21:07:43 +01:00
github-actions[bot]
97d15f47f2
Merge master into staging-next
2023-12-28 12:00:58 +00:00
Fabian Affolter
77f3d8f33b
Merge pull request #275843 from aaronjheng/ssb
...
ssb: remove
2023-12-28 10:04:18 +01:00
github-actions[bot]
2a2dbf246f
Merge master into staging-next
2023-12-27 18:00:58 +00:00
Nick Cao
d548596ec9
Merge pull request #276894 from katexochen/glide/remove
...
glide: remove
2023-12-27 11:14:08 -05:00
Paul Meyer
01bc0cb920
go2nix: remove
2023-12-27 13:56:47 +01:00
Paul Meyer
a6edc67820
convoy: remove
2023-12-27 13:49:20 +01:00
Martin Weinelt
1bae2c7e57
Merge remote-tracking branch 'origin/master' into staging-next
2023-12-26 16:33:57 +01:00
hacker1024
6552dc5c90
dart-sass-embedded: Drop
2023-12-26 17:05:28 +02:00
ajs124
c97e12fa99
Merge pull request #276885 from katexochen/govendor/remove
...
govendor: remove
2023-12-26 15:25:18 +01:00
Paul Meyer
ae02e01a6a
glide: remove
2023-12-26 11:54:05 +01:00
Paul Meyer
662f6cfde2
dep: remove
2023-12-26 11:27:37 +01:00
Paul Meyer
181393b02d
govendor: remove
2023-12-26 10:19:31 +01:00
Jan Tojnar
2ac16accc0
Merge branch 'master' into staging-next
...
Conflicts:
pkgs/development/python-modules/hahomematic/default.nix
2023-12-25 16:54:44 +01:00
Marcus Ramberg
68906a5fc5
aliases: fix typo
2023-12-24 23:51:30 +01:00
Jan Tojnar
8fcbb0c6ed
Merge branch 'master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/boto3-stubs/default.nix
- pkgs/development/python-modules/openllm-core/default.nix
Between 0.4.22 → 0.4.34 (a82245bd3d
)
and 0.4.22 -> 0.4.41 (72c55ce6a6
)
Does not build, not pre-merge either.
2023-12-24 14:33:18 +01:00
Aaron Jheng
9b99a22585
mbox: remove
2023-12-24 08:48:59 +00:00
Silvan Mosberger
14b118856b
nix-repl: Disable attribute when allowAliases disabled
2023-12-22 20:47:30 +01:00
Silvan Mosberger
feb114f7f0
apacheHttpdPackages: Disable renamed/removed attributes when allowAliases disabled
2023-12-22 20:47:25 +01:00
Silvan Mosberger
8bbbb78c9a
chia: Disable attributes if allowAliases disabled
2023-12-22 20:04:06 +01:00
Silvan Mosberger
1470c52c18
nextcloud25: Disable attributes when allowAliases disabled
2023-12-22 20:04:06 +01:00
Silvan Mosberger
12e32d6dbb
dotnet-sdk: Don't add attributes when allowAliases disabled
2023-12-22 20:04:05 +01:00
github-actions[bot]
21e572254e
Merge master into staging-next
2023-12-22 18:01:00 +00:00
Aaron Jheng
4ad34dbd22
supertux-editor: remove
2023-12-22 08:09:08 +00:00
github-actions[bot]
2055503617
Merge master into staging-next
2023-12-22 06:00:57 +00:00
Weijia Wang
cc97b8b0d9
Merge pull request #275945 from kashw2/remove-cryptowatch
...
cryptowatch-desktop: remove from nixpkgs
2023-12-22 05:50:22 +01:00
Weijia Wang
56db3ac444
Merge pull request #275768 from sidkshatriya/clang17stdenv
...
Add definition for `clang17Stdenv`
2023-12-22 05:48:16 +01:00
kashw2
f00208148d
cryptowatch-desktop: remove
2023-12-22 12:47:51 +10:00
github-actions[bot]
a9a9030f1b
Merge master into staging-next
2023-12-22 00:02:09 +00:00
Sidharth Kshatriya
c757971da1
clang17Stdenv: add definition
2023-12-21 23:24:28 +05:30
Aaron Jheng
1e21140622
ssb: remove
2023-12-21 15:30:16 +00:00
Pol Dellaiera
1a57f50d95
Revert "code-server: drop"
...
This reverts commit 72911a99d3
.
2023-12-19 15:40:57 +01:00
github-actions[bot]
1f30be411f
Merge staging-next into staging
2023-12-19 06:01:17 +00:00
Nick Cao
517916e94f
vsmtp: drop as upstream has gone
2023-12-18 19:11:39 -05:00
github-actions[bot]
1fc6296f9b
Merge staging-next into staging
2023-12-18 12:01:30 +00:00
Maximilian Bosch
3cda8eb0e4
Merge pull request #274280 from Ma27/drop-urlview
...
urlview: drop
2023-12-18 08:13:54 +01:00
github-actions[bot]
54b5a554bf
Merge staging-next into staging
2023-12-18 06:01:32 +00:00
Mario Rodas
2147020452
Merge pull request #272745 from anthonyroussel/updates/pcsctools
...
pcsc-tools: 1.6.2 -> 1.7.0
2023-12-17 20:03:44 -05:00
github-actions[bot]
6ffc5a8603
Merge staging-next into staging
2023-12-18 00:03:01 +00:00
Weijia Wang
7973fdb801
Merge pull request #273216 from wegank/contacts-drop
...
xcbuild6Hook, xcodebuild6: drop
2023-12-17 19:09:14 +01:00
github-actions[bot]
01cb3d14eb
Merge staging-next into staging
2023-12-17 06:01:23 +00:00
Alyssa Ross
c4be56b2fe
llvmPackages_latest: 16.0.6 -> 17.0.6
2023-12-17 01:43:20 +01:00
Maximilian Bosch
3abaf0af06
aliases: convert urlview
throw to a oneliner
...
I really, really hope that nobody actually tries to parse Nix code and blindly relies on how it's structured though.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-12-16 17:54:43 +01:00
Maximilian Bosch
facb7a38b3
urlview: remove
...
Closes #273406
There are no upstream maintainers anymore[1]. This tool is known to
wrongly truncate URLs (this broke invite links a few times for me).
Now it's officially dead and there are a few useful alternatives,
`urlscan` & `extract_url`.
[1] 4ad7d236c7
2023-12-14 20:04:03 +01:00
github-actions[bot]
60cb61f1ee
Merge staging-next into staging
2023-12-13 18:01:36 +00:00
Robert Schütz
7b1aff8c9c
Merge pull request #271569 from kirillrdy/hipchat
...
hipchat: remove
2023-12-13 09:50:21 -08:00
github-actions[bot]
688991ba84
Merge staging-next into staging
2023-12-13 12:01:48 +00:00
Francesco Gazzetta
c64ebc8adf
minetest: 5.7.0 -> 5.8.0, cleanup
...
* Inline the generic builder, since we don't build multiple versions
anymore
* Remove unused patches, flags, and overrides
* Remove minetest_game, it has been debundled
* Use finalAttrs
* Use lib.cmake*
* Add a top-level attribute for the touch variant
* Define the server- and client-only variants through overrides in
all-packages.nix
* Move the *_5 aliases to top-level/aliases.nix
* General cleanup
Closes #273207
2023-12-13 06:45:03 +00:00
Martin Weinelt
e8dd1cf066
Merge remote-tracking branch 'origin/staging-next' into staging
2023-12-12 14:13:07 +01:00
adisbladis
ef2a69c866
setupcfg2nix: Remove package
...
It's unmaintained and the supporting build infrastructure was just removed from nixpkgs.
2023-12-12 12:22:22 +13:00
Weijia Wang
36df21cb96
xcbuild6Hook, xcodebuild6: drop
2023-12-10 22:07:54 +01:00
github-actions[bot]
051d0ec1db
Merge staging-next into staging
2023-12-10 12:01:43 +00:00
Aaron Jheng
cade36169a
volatility: remove
2023-12-10 03:26:43 +00:00
github-actions[bot]
982bb05b7d
Merge staging-next into staging
2023-12-10 00:02:44 +00:00
Nick Cao
aad85886ff
Merge pull request #273179 from Kloenk/framework-tool
...
framework-tool: remove duplicated framework-system-tools and move maintainers
2023-12-09 17:55:03 -05:00
Weijia Wang
82787a0062
Merge pull request #273154 from wegank/clucene-bump
...
clucene_core_1: drop
2023-12-09 23:36:30 +01:00
Finn Behrens
8e356b5b01
framework-tool: remove duplicated framework-system-tools and move maintainers
2023-12-09 19:37:16 +01:00
Weijia Wang
c12a433c59
oxen: drop
2023-12-09 17:25:25 +01:00
Weijia Wang
4edcbb313c
clucene_core_1: drop
2023-12-09 16:31:37 +01:00
Anthony Roussel
5b07009546
pcsc-tools: init from pcsctools
...
* pname and upstream name are pcsc-tools
* attribute name is pcsctools
To fix this inconsistency, renamed the attribute name to pcsc-tools
2023-12-09 09:40:18 +01:00
Dmitry Kalinkin
025a278148
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/tools/networking/ofono/default.nix
2023-12-08 12:27:28 -05:00
Peder Bergebakken Sundt
17572dd79f
Merge pull request #266345 from WolfangAukang/indiepass-desktop
...
indiepass-desktop: init at unstable-2023-05-19
2023-12-08 09:49:47 +01:00
Martin Weinelt
49cd2f2d1f
Revert "emacs: set 29 as default version and remove 28" ( #272785 )
...
Too many rebuilds to go to master, even if they are cheap they cause a lot of delay on nixos-unstable.
2023-12-08 01:34:55 +01:00
Yureka
ec1bb84950
schildichat-{web,desktop}: remove due to lack of maintenance ( #272270 )
2023-12-07 17:23:31 +01:00
Lin Jian
23ff652157
Merge pull request #270558 from linj-fork/pr/default-emacs-29
...
emacs: set 29 as default version and remove 28
2023-12-07 07:04:03 -06:00
P.
0eb84808b9
indiepass-desktop: init at unstable-2023-05-19
...
indigenous-desktop is now indiepass-desktop
2023-12-07 06:49:42 -06:00
Peder Bergebakken Sundt
4442ad0d64
Merge pull request #266987 from linsui/ant19
...
apacheAnt_1_9: remove
2023-12-07 08:47:13 +01:00
Peder Bergebakken Sundt
37eb75ecc2
Merge pull request #270301 from atorres1985-contrib/arcan
...
Arcan updates
2023-12-06 23:58:55 +01:00
Kirill Radzikhovskyy
4dcf815a7e
hipchat: remove
2023-12-07 06:44:09 +11:00
Chuang Zhu
3a634a6714
gotktrix: drop
2023-12-06 16:52:18 +08:00
Anderson Torres
33655ad4ae
arcanPackages: remove
2023-12-05 23:04:47 -03:00
Connor Baker
ec3c8084ec
Merge pull request #272063 from SomeoneSerge/fix/cuda-upkeep
...
cudaPackages: drop some runfile dependencies and fix a few builds
2023-12-05 14:40:13 -05:00
github-actions[bot]
66e212555d
Merge staging-next into staging
2023-12-05 18:01:32 +00:00
Alyssa Ross
989723ecf2
rustc-wasm32: merge into rustc
...
Since wasm32-unknown-unknown doesn't require any extra
platform-specific dependencies (e.g. libc), we might as well just
always include in with rustc. We could also include other targets
fitting these criteria, but I wasn't able to find any others that
actually build (not even wasm64-unknown-unknown).
The old rustc-wasm32 package disabled documentation, but we don't
actually need to do that — we just need to allow for some broken links
in the wasm32-unknown-unknown documentation. Broken links in
documentation are an upstream issue anyway. There's no need we need
to fail our build for them.
2023-12-05 15:09:28 +01:00
markuskowa
566008762b
Merge pull request #270650 from sheepforce/quantum-espresso
...
quantum-espresso: 6.6 -> 7.2
2023-12-05 14:06:34 +01:00
github-actions[bot]
7386ca48e3
Merge staging-next into staging
2023-12-05 12:01:50 +00:00
Weijia Wang
9675917c89
Merge pull request #268735 from aaronjheng/nix-template-rpm
...
nix-template-rpm: remove
2023-12-05 12:21:50 +01:00
Madoura
10207ea919
linux_testing_bcachefs: fully deprecate in favor of 'linux_testing'
...
Follow-up to https://github.com/NixOS/nixpkgs/pull/267640 for 23.11 post-release
2023-12-05 01:05:40 -06:00
github-actions[bot]
7629c42f3b
Merge staging-next into staging
2023-12-05 06:01:28 +00:00
Someone Serge
9cc210a783
nvidia-thrust: rm as deprecated
...
The GitHub repo has been archived, the new thing is
[cccl](https://github.com/nvidia/cccl )
2023-12-04 20:24:32 +00:00
sternenseemann
ae29d067ff
llvmPackages_7: remove at 7.1.0
2023-12-04 19:42:57 +01:00
Phillip Seeber
50fc2bfb8b
quantum-espresso: 6.6 -> 7.2
2023-12-04 17:08:07 +01:00
K900
4e616054f5
libquotient: add Qt6 support
2023-12-03 14:48:56 +03:00
K900
5d563af1ec
futuresql: add Qt6 support
2023-12-03 14:48:56 +03:00
Robert Scott
53bf3e8255
Merge pull request #267049 from justinas/justinas/remove-teleport-11
...
teleport_11: remove
2023-12-01 23:06:31 +00:00
Peder Bergebakken Sundt
32917e0441
certmgr: 1.6.4 -> 3.0.3, migrate to buildGoModule and by-name
2023-11-30 23:32:54 +01:00
Lin Jian
96bc94784d
emacs: remove 28
2023-11-30 12:04:47 +08:00
Justinas Stankevicius
5ab2f13ff6
teleport_11: remove
2023-11-27 23:22:57 +02:00
Azat Bahawi
da55691ab7
moonlander: drop
2023-11-27 23:27:50 +03:00
Patka
c1e9dde1f6
mirage-im: drop
2023-11-26 17:35:17 -03:00
ajs124
a5ba4bf8c7
ue4: remove
...
Closes https://github.com/NixOS/nixpkgs/issues/17162
has been broken for years
2023-11-26 16:26:41 +02:00
Maciej Krüger
cab3caa97c
Merge pull request #269966 from patka-123/drop-quvi
...
quvi: drop
2023-11-26 03:26:45 +01:00
Patka
5a60047850
quvi: drop
2023-11-25 20:47:31 +01:00
linsui
aa9baf4206
fractal: 4.4.2 -> 5
2023-11-26 01:42:54 +08:00
Peder Bergebakken Sundt
1244907222
Merge pull request #266456 from onemoresuza/hare
...
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
2023-11-24 22:14:54 +01:00
Anderson Torres
7b6ec1bc82
wio: init at unstable-2023-05-28
...
A resurrection.
2023-11-23 12:40:23 -03:00
Gustavo Coutinho de Souza
fbbff51a1c
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
...
And also the following refactoring:
hare:
1. Replace `NIX_BUILD_TOP` usage with `mktemp`
2. Enable parallel building
3. Get rid of `config-template.mk`, by using `makeFlagsArray` instead
4. Move `wrapProgram` call to `postFixup`
5. Set the `LOCALVER` environment variable to `nix`, so that the `hare
version` command outputs `dev-nix`[1]
6. Set `meta` attribute `mainProgram`
7. Make the package accessible through `all-packages.nix` instead of
`aliases.nix`
8. Move package path from `pkgs/development/compilers/hare/hare` to
`pkgs/development/compilers/hare`, since the scope is now made at
`pkgs/top-level/hare-packages.nix`
harec:
1. Remove `hardeningDisable = [ "fortify" ];`, since both harec and hare
compile normally with it enabled
2. Enable parallel building
3. Set `meta` attribute `mainProgram`
4. Make the package accessible through `all-packages.nix` instead of
`aliases.nix`
5. Move package path from `pkgs/development/compilers/hare/harec` to
`pkgs/development/compilers/harec`, since the scope is now made at
`pkgs/top-level/hare-packages.nix`
harePackages:
1. Move hare packages scope from
`pkgs/development/compilers/hare/default.nix` to
`pkgs/top-level/hare-packages.nix`
2. Remove `hare` and `harec` from `aliases.nix`, moving them to
`all-packages.nix`
3. Change the `callPackage` argument in `all-packages.nix` from
`../development/compilers/hare` to `./hare-packages.nix`
[1]: 1048620a7a/item/scripts/version (L2)
Co-authored-by: starzation <nixpkgs@starzation.net>
2023-11-23 10:44:44 -03:00
Aaron Jheng
97f4fac2ed
nix-template-rpm: remove
2023-11-20 15:10:03 +00:00
Robert Scott
0fd0ff80ce
Merge pull request #267521 from helsinki-systems/upd/mariadb
...
mariadb: updates
2023-11-19 12:31:48 +00:00
Ryan Lahfa
d3530f494c
Merge pull request #264358 from RaitoBezarius/drop-nodejs
2023-11-17 23:26:13 +01:00
Raito Bezarius
72911a99d3
code-server: drop
...
Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
2023-11-17 20:26:55 +01:00
Raito Bezarius
022ee4d701
kibana7: drop
...
Depends on EOL software and no maintenance has been attempted to change this after a ping
(https://github.com/NixOS/nixpkgs/issues/259178 )
Feel free to adopt and re-introduce if you care about this software.
This will probably seriously hamper ELK usability in nixpkgs, but as it
receives no maintenance…
2023-11-17 20:26:55 +01:00
Raito Bezarius
b013b3ee50
nodejs_16: drop
...
Security support EOLed 1 month ago.
2023-11-17 20:26:55 +01:00
Raito Bezarius
9866a5be7e
llvmPackages_5: drop
...
While using very old compilers is a fair usecase, it induces a maintenance churn as
we collect more and more LLVM versions for the LLVM maintainers.
Especially when we need to backport uniform changes to the whole tree,
furthermore, it consumes and waste CI resources.
2023-11-17 16:12:32 +01:00
Raito Bezarius
2912f7ec10
nodejs_14: drop
...
Security support EOLed 6 months ago.
2023-11-17 16:05:24 +01:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next
2023-11-15 07:33:10 +01:00
Anderson Torres
058b34d2e9
alsa-project: migrate to by-name
2023-11-14 20:20:57 -03:00
ajs124
85f4a211df
mariadb_1010: remove
2023-11-14 21:11:04 +01:00
Fabián Heredia Montiel
884449105e
Merge remote-tracking branch 'origin/master' into staging-next
2023-11-13 14:31:51 -06:00
Fabian Möller
cd631134df
AusweisApp2: 1.26.7 -> 2.0.1
2023-11-13 13:43:39 +01:00
natsukium
656ad4af93
grab-site: remove
...
grab-site has been removed because it's unmaintained and broken
2023-11-12 17:04:48 +09:00
linsui
63be9fe055
apacheAnt_1_9: remove
2023-11-12 14:56:22 +08:00
github-actions[bot]
9776723357
Merge master into staging-next
2023-11-11 18:00:58 +00:00
Nick Cao
a061921d8b
Merge pull request #266747 from NickCao/clash
...
clash: drop as upstream has gone
2023-11-11 09:32:16 -05:00
github-actions[bot]
46679c6a02
Merge master into staging-next
2023-11-11 06:01:00 +00:00
OTABI Tomoya
78d4812ec7
Merge pull request #266507 from WolfangAukang/binance-drop
...
binance: remove
2023-11-11 13:39:48 +09:00
github-actions[bot]
912311b7fd
Merge master into staging-next
2023-11-11 00:02:21 +00:00
tu-maurice
40c06a143f
prayer: remove
2023-11-10 20:44:28 -03:00
Nick Cao
f398f6c38f
clash: drop as upstream has gone
2023-11-10 18:24:02 -05:00
P. R. d. O.
6114bc2b0a
binance: remove
2023-11-09 11:35:34 -06:00
github-actions[bot]
6e287cb9de
Merge master into staging-next
2023-11-05 00:02:23 +00:00
Jörg Thalheim
f79efc5f13
go-dependency-manager: drop
2023-11-04 20:19:59 +01:00
github-actions[bot]
3c43b804d4
Merge master into staging-next
2023-11-03 18:01:23 +00:00
Rick van Schijndel
3eccaf87a8
Merge pull request #264292 from the-furry-hubofeverything/blender-withPackages-test
...
blender: allow functional declaration within withPackages
2023-11-03 13:01:40 +01:00
github-actions[bot]
db0a71076b
Merge master into staging-next
2023-11-03 12:01:07 +00:00
the-furry-hubofeverything
fe4c776ae9
blender: allow functional declaration within withPackages
...
Based on #257780 , separated since it introduces significant changes.
bpycv: update passthru.tests.render
blender-with-packages: deprecated
it is still backwards compatible, but no longer preferred.
2023-11-02 23:03:34 -07:00
adisbladis
d3be93748d
xulrunner: move to aliases.nix
...
XULRunner was removed from Firefox in 2015.
2023-11-03 00:10:44 +13:00
github-actions[bot]
cd7af6170b
Merge master into staging-next
2023-11-01 18:01:01 +00:00
Anthony Roussel
445b0b4395
terraform-plugin-docs: rename from tfplugindocs
2023-11-01 07:51:41 +01:00
github-actions[bot]
81270bbdcf
Merge master into staging-next
2023-10-31 18:01:02 +00:00
Maximilian Bosch
5927d55685
privacyidea: remove
...
Related to #262907 (Django3 removal from nixpkgs).
This package already required an unreasonable amount of maintenance
regularly for a such small leaf-package. It has a few highly outdated
dependencies (e.g. flask 1, jinja2 2.11, sqlalchemy 1.3).
After at least each Python package-set update one had to fix up a lot of
dependencies to fix the package itself, so it was only useful on stable
branches. And having so much outdated software in a security-sensitive
piece of software seems questionable.
Finally, globin and I won't be available for maintaining this now that
Mayflower is migrating to another solution (and we'll do that as well)
and I'd expect this to bitrot extremely quick if we both bail out.
2023-10-31 14:17:48 +01:00
github-actions[bot]
7f11b9b46b
Merge master into staging-next
2023-10-30 12:01:05 +00:00
K900
419eba9ab1
linux_6_6: init at 6.6
2023-10-30 10:48:44 +03:00
Vladimír Čunát
5c89ba8ab4
Merge branch 'master' into staging-next
2023-10-30 06:12:04 +01:00
Emily
707696ccd6
Merge pull request #261870 from emilylange/drop-chromium-beta-dev
...
chromium{Beta,Dev},google-chrome-{beta,dev}: drop
2023-10-29 21:37:24 +01:00
github-actions[bot]
64070c2fda
Merge master into staging-next
2023-10-29 18:01:23 +00:00
Weijia Wang
3b8189b76e
Merge pull request #263820 from wegank/disarchive-rename
...
disarchive: rename from guile-disarchive, fix program
2023-10-29 13:24:36 +01:00
github-actions[bot]
571f1df5e4
Merge master into staging-next
2023-10-29 12:00:57 +00:00
Ryan Lahfa
0891a9099b
Merge pull request #259884 from RaitoBezarius/drop-graylog-eol
2023-10-29 12:54:15 +01:00
emilylange
59719f787e
chromium{Beta,Dev},google-chrome-{beta,dev}: drop
...
This is mainly due to the lack of maintenance in nixpkgs.
`google-chrome-{beta,dev}` depend on `chromium{Beta,Dev}`'s version
info.
`chromium{Beta,Dev}` are rarely updated and explicitly blocklisted by
`hydra.nixos.org`, meaning they are almost always outdated and not
cached in `cache.nixos.org`.
`chromium{Beta,Dev}` were intended to fix the build derivation of each
new major release (if something broke) *before* stable reached that
new major release.
Allowing for fast bumps in nixpkgs, especially if the stable bump
contains very important critical security fixes.
Something that can easily be replicated by using an early-stable release
or by manually entering a dev/beta version string in stable's
`upstream-info.nix`.
This resolves exposing end-users to outdated and vulnerable
`google-chrome-{beta,dev}` and `chromium{Beta,Dev}` versions.
2023-10-28 22:55:18 +02:00
github-actions[bot]
52b6b90243
Merge master into staging-next
2023-10-28 18:00:57 +00:00
K900
223afab31f
Merge pull request #263956 from K900/llvm-packagening
...
libclc: absorb into llvmPackages
2023-10-28 20:22:49 +03:00