Commit Graph

2619 Commits

Author SHA1 Message Date
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
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
markuskowa
566008762b
Merge pull request #270650 from sheepforce/quantum-espresso
quantum-espresso: 6.6 -> 7.2
2023-12-05 14:06:34 +01: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
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
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