Commit Graph

2230 Commits

Author SHA1 Message Date
OPNA2608
9f3b538371 palemoon: Drop
It has Python 2.x as a build-time dependency, which has been EOL for years and was finally marked as insecure in https://github.com/NixOS/nixpkgs/pull/201859.
As such, it has been unbuildable on master without enabling insecure packages for almost half a year.

Upstream has no plans to migrate their build system away from py2 (though they might accept help with it), so we'll have to drop it:
https://forum.palemoon.org/viewtopic.php?f=62&t=28863&p=232152
2023-05-18 08:38:44 -03:00
Mario Rodas
5deeadb248
Merge pull request #232382 from marsam/update-nodejs
nodejs_20: 20.1.0 -> 20.2.0, nodejs_19: drop
2023-05-17 14:20:16 -05:00
Sandro
235373f0aa
Merge pull request #225143 from lilyinstarlight/pkg/mopidy-spotify 2023-05-17 16:59:45 +02:00
Mario Rodas
b1c0f3bec2 nodejs_19: drop
Node.js 19 reaches End-of-Life on 2023-06-01.
2023-05-17 04:20:00 +00:00
Martin Weinelt
442fee475f
ansible_2_12: drop
End of life on 2023/05/31.
2023-05-16 02:24:28 +02:00
K900
d5c292af6b
Merge pull request #197524 from f2k1de/graylog4
graylog: init at 4.0.8, 4.3.9, 5.0.2
2023-05-15 19:42:04 +03:00
Lily Foster
77f0d2095a
mopidy-spotify: re-init at unstable-2023-04-21 2023-05-15 10:28:09 -04:00
Sandro
1e8edc1e60
Merge pull request #205954 from hellwolf/fix-insync-v3 2023-05-15 15:38:58 +02:00
Miao, ZhiCheng
7a6a78c970
insync-v3: remove
insync-v3 has been merged into the insync package; use insync instead.
2023-05-13 22:11:32 +03:00
Sergei Trofimovich
9818d120be libgcc: remove unused package
`libgcc` is not usable as is and as a result no packages use it today.
`gcc.cc.libgcc` should provide the same library. But ideally it should
not be used at all as it's an implementation detail of `gcc` support
libraries.
2023-05-13 17:22:17 +01:00
Matthias Beyer
ac019b94fb
meli: Remove (#231509)
Uses openssl_1_1, which will be removed before the 23.05 branchoff, so
remove this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-12 22:36:49 +02:00
Isa
117f6944c7 aliases: add graylog 2023-05-12 20:16:06 +02:00
Weijia Wang
d3b43b9e9f
Merge pull request #231269 from wegank/clang16-stdenv-init
clang16Stdenv: init
2023-05-11 15:07:41 +03:00
Weijia Wang
bd7c4e7b36 clang16Stdenv: init 2023-05-11 14:17:40 +03:00
ajs124
89f2a7f6ee
Merge pull request #231105 from helsinki-systems/upd/mariadb
mariadb: 10.4.29, 10.5.20, 10.6.13, 10.10.4, 10.11.3
2023-05-11 12:49:48 +02:00
ajs124
96fbdcedcd trustedGrub: remove 2023-05-10 22:17:56 +02:00
ajs124
4233784810 grub1: remove 2023-05-10 21:51:23 +02:00
ajs124
0a298d1cf1 mariadb_109: remove 2023-05-10 18:22:40 +02:00
ajs124
3edf3ba8f7 mariadb_108: remove 2023-05-10 18:22:33 +02:00
Thomas Gerbet
9e677aeeaf
Merge pull request #230737 from risicle/ris-spark-3.4.0
spark: 3.2.2 -> 3.4.0
2023-05-10 10:49:14 +02:00
Weijia Wang
250a59faef
Merge pull request #230929 from Aleksanaa/alarm-clock-applet
alarm-clock-applet: init at 0.4.1
2023-05-10 09:07:42 +03:00
aleksana
583ea0263d alarm-clock-applet: remove deprecation notice 2023-05-10 04:57:12 +08:00
Weijia Wang
419d7f9c8d
Merge pull request #230753 from fetsorn/typos
several typos
2023-05-09 19:16:12 +03:00
fetsorn
ebc12d6b77 aliases.nix: fix typos
"depedencies" -> "dependencies"
"maintanence" -> "maintenance"
2023-05-09 18:02:17 +04:00
06kellyjac
c69ca316dc k3d: rename kube3d to k3d now that attr is free
This takes the place of the old k3d which was the 3d editor k-3d
2023-05-09 14:21:35 +01:00
Franz Pletz
6f310794dd
Merge pull request #230562 from risicle/ris-libressl-3.7
libressl: 3.6.2 -> 3.7.2
2023-05-09 08:31:20 +02:00
Robert Scott
4a348ef47e spark_2_4, spark_3_1, spark_3_2, spark2: remove 2023-05-08 17:49:15 +01:00
Alyssa Ross
da41baa989 llvmPackages_latest: 14.0.6 -> 16.0.1 2023-05-08 13:05:33 +00:00
Alyssa Ross
ecc1ec2c72 llvmPackages_latest: move to aliases.nix
Because llvmPackages_latest is used in Nixpkgs, by quite a few
packages, it's difficult to keep it up to date, because updating it
requires some level of confidence that every package that uses it is
going to keep working after the update.  The result of this is that
llvmPackages_latest is not updated, and so we end up in the situation
that "latest" is two versions older than the latest version we
actually provide.  This is confusing and unexpected.

"But won't this end up fragmenting our LLVM versions, if every package
previously using _latest is separately pinned to LLVM 14?", I hear you
ask.  No.  That fragmentation is already happening, even with an
llvmPackages_latest, because packages that actually require the
_latest_ version of LLVM (15/16), have already been decoupled from
llvmPackages_latest since it hasn't been upgraded.  So like it or not,
we can't escape packages depending on specific recent LLVMs.  The only
real fix is to get better at keeping the default LLVM up to
date (which I'm reasonably confident we're getting into a better
position to be feasibly better able to do).

So, unless we want to double down on providing a confusingly named
"llvmPackages_latest" attribute that refers to some arbitrary LLVM
version that's probably not the latest one (or even the latest one
available in Nixpkgs), we only have two options here: either we don't
provide such an attribute at all, or we don't use it in Nixpkgs so we
don't become scared to bump it as soon as we have a new LLVM available.
2023-05-08 13:05:33 +00:00
Robert Scott
760f00091c libressl_3_5: remove 2023-05-07 19:43:09 +01:00
Sandro
3971f4c98c
Merge pull request #226652 from totoroot/remove-qlandkartegt
qlandkartegt: remove
2023-05-04 23:07:21 +02:00
Matthias Thym
4138d6a449 qlandkartegt: remove 2023-05-03 21:58:12 +02:00
Florian Klink
68dabf2a13 paper-note: remove
This started failing to build, the upstream website, github repo and
development discord guild are gone.

https://gitlab.com/posidon_software/paper/-/issues/167#note_1279446605
suggests it's unmaintained too.

Let's remove this for now, if things pick up it can be re-added.

Closes #229634.
2023-05-03 18:25:08 +03:00
Anderson Torres
d5ddc6acfe crispyDoom: convert to alias crispy-doom 2023-05-02 22:35:27 -03:00
Anderson Torres
46db21cf5c chocolateDoom: convert to alias chocolate-doom 2023-05-02 22:35:27 -03:00
rewine
f873350afd wio: remove 2023-04-28 10:53:00 -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
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
K900
15fdac8845 linux_6_3: init 2023-04-24 11:25:05 +03: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
K900
9f5fbf001f plasma-mobile: 23.1 -> 23.04.0, (partially) absorb into kde/gear 2023-04-20 11:53:36 +03:00
K900
590436c1ca kio-admin: absorb into kde/gear 2023-04-20 11:53:36 +03:00
K900
f5968d6601 ghostwriter: absorb into kde/gear 2023-04-20 11:53:35 +03:00
Sandro
921c8dd1dc
Merge pull request #226866 from SuperSandro2000/ventoy-alias
ventoy: convert alias to none throw
2023-04-20 10:44:50 +02:00