Commit Graph

3533 Commits

Author SHA1 Message Date
John Shaffer
4fad4c72af srvc: drop
The upstream is unmaintained, and the build is
currently broken due to Rust 1.80 changes.
See https://github.com/NixOS/nixpkgs/issues/332957
2024-09-09 23:20:59 -05:00
Martin Weinelt
2e6956d32e
microcode{Intel,Amd}: create aliases after rename
Fixes: #340379
Closes: #340398
2024-09-08 01:28:18 +02:00
Sefa Eyeoglu
768baf9526
opencomposite-helper: drop
This helper script made use of `VR_OVERRIDE` which causes issues with
some applications/games. As detailed in 3rd-party documentation[0] the
recommended way to setup OpenComposite is to configure
`$XDG_CONFIG_HOME/openvr/openvrpaths.vrpath` instead. This is also
documented on the NixOS Wiki[1].

[0]: https://monado.freedesktop.org/valve-index-setup.html#5-setting-up-opencomposite
[1]: https://wiki.nixos.org/wiki/VR#OpenComposite

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 18:11:09 +02:00
Maren van Otterdijk
2e951824d9 swi-prolog: rename from swiProlog 2024-09-07 16:35:42 +02:00
Aleksana
d9b288ada0
eask: Rename eask -> eask-cli (#339932) 2024-09-07 22:32:43 +08:00
John Ericson
f43cc75868
Clean up cross bootstrapping, take 2 (#321525) 2024-09-06 14:56:54 -04:00
John Ericson
5f134ec6cf Clean up cross bootstrapping
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.

Now, almost all of these `*Cross` attributes are gone: just these are
kept:

- Glibc's and Musl's are kept, because those packages are widely used
  and I didn't want to risk changing the native builds of those at this
  time.

- generic `libcCross`, `theadsCross`, and friends, because these relate
  to the convolulted GCC bootstrap which still needs to be redone.

The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:

1. It usable for native and cross alike

2. It named according to what it *is* ("a standard environment without
   libc but with a C compiler"), rather than some non-compositional
   jargon ("the stdenv used for building libc when cross compiling",
   yuck).

I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.

The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.

(adapted from commit 51f1ecaa59)
(adapted from commit 1743662e55)
2024-09-06 10:26:56 -04:00
JenChieh
e81edcaded eask: Rename eask -> eask-cli 2024-09-06 02:16:03 -07:00
Robert Schütz
e0639a2de3
fittrackee: 0.8.6 -> 0.8.8 (#339297) 2024-09-05 07:53:20 -07:00
Philip Taron
0223e698fc
{SDL1, SDL_compat}: migrate to by-name (#339311) 2024-09-04 22:49:09 -07:00
Sebastian Sellmeier
4b29fd82fc
openlens: remove package 2024-09-04 22:47:28 +02:00
Anderson Torres
27e300bca2 SDL_classic: red-alias it to SDL1 2024-09-04 16:40:57 -03:00
Maximilian Bosch
6cc3e274c9
prometheus-openldap-exporter: remove (#338824) 2024-09-03 19:57:31 +02:00
Robert Schütz
389bca777e fittrackee: rename from fit-trackee
The former aligns with what the package is called on PyPI.
2024-09-03 10:23:55 -07:00
aleksana
f2e14433d7 mdt: remove (duplicate of md-tui) 2024-09-03 20:22:24 +08:00
Alyssa Ross
0383215a85 relibc: add throw alias
Fixes: e6f33f4a94 ("relibc: remove")
2024-09-02 14:41:31 -04:00
Sandro
9d4badae3e
bmaptool: rename from bmap-tools and bump 3.6 -> 3.8.0 (#332434) 2024-09-02 11:35:06 +02:00
Johannes Jöns
80fa723e5b
glfw-minecraft: merge glfw-wayland-minecraft into glfw (#310073) 2024-09-02 06:17:29 +00:00
Jan Tojnar
abd37c51b2
gamin, fileschanged: remove (#305197) 2024-09-02 07:22:53 +02:00
Stanisław Pitucha
2163a45ca7
gamin, fileschanged: remove
The projects have not been in development for around a decade. The
original source for gamin does not exist. Although it exists in gnome
archive now, it only has one similarily unmaintained tool.

Remove both instead of fixing gamin for the latest clang update.
2024-09-01 23:27:24 +02:00
Emily
f22e565ee4
chiaki4deck: 1.7.4 -> 1.8.1; rename to chiaki-ng (#332342) 2024-09-01 15:53:42 +01:00
Maximilian Bosch
735662bf16
prometheus-openldap-exporter: remove
2.3.0 is the final release, the repo is now archived.

Also I don't use it anymore for quite a while, so it didn't have a real
nixpkgs maintainer either.

Closes #338712
2024-09-01 16:47:45 +02:00
Sefa Eyeoglu
8dce7dafcf
glfw-minecraft: merge glfw-wayland-minecraft into glfw
The set-cursor patch is taken from:
<https://github.com/Admicos/minecraft-wayland/pull/56>

And other changes including fractional scaling is already upstreamed in
3.4 thus not needed anymore.

Co-authored-by: oxalica <oxalicc@pm.me>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-01 15:12:21 +02:00
github-actions[bot]
43febad8fc
Merge master into staging-next 2024-08-30 12:05:11 +00:00
Drewry Pope
dce00c0b42
taskwarrior: fix typo upstram=>upstream (#338319)
typo:  upstram=>upstream
2024-08-30 09:54:08 +02:00
github-actions[bot]
5702f5278f
Merge master into staging-next 2024-08-29 12:05:13 +00:00
zowoq
18e404b0e8
hydra: 2024-08-20 -> 0-unstable-2024-08-27 (#338097) 2024-08-29 17:49:30 +10:00
github-actions[bot]
b430e34392
Merge master into staging-next 2024-08-29 06:05:05 +00:00
Sandro Jäckel
55760e4c10 hydra: rename from hydra_unstable
There is no stable hydra package
2024-08-29 13:56:32 +10:00
Emily
3f1f9de77c
ethabi: remove (#327582) 2024-08-29 03:39:48 +01:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
K900
83d01bef7b
glxinfo: replace with mesa-demos (#324562) 2024-08-28 16:21:32 +03:00
Sandro Jäckel
d50e23f0a4
glxinfo: replace with mesa-demos 2024-08-28 14:38:12 +02:00
Sandro Jäckel
b711581edf
cockroachdb: rename from cockroachdb-bin, set meta.sourceProvenance
There is no longer a from source build package, so we can reduce the
attr.
2024-08-28 14:10:24 +02:00
github-actions[bot]
d62aaef66a
Merge master into staging-next 2024-08-28 00:13:03 +00:00
Sandro
58bd90220b
ffmpeg_4: almost drop (#336401) 2024-08-27 22:08:20 +02:00
github-actions[bot]
da2ee88ef4
Merge master into staging-next 2024-08-27 06:04:43 +00:00
Emily
1162c1ed62
{tvheadend,antennas}: drop (#336395) 2024-08-27 02:47:56 +01:00
github-actions[bot]
75c9ed99be
Merge master into staging-next 2024-08-26 18:04:09 +00:00
Emily
e02a25ddb7
swig1, swig2: remove (#336845) 2024-08-26 15:16:02 +01:00
github-actions[bot]
7241849967
Merge master into staging-next 2024-08-26 06:04:26 +00:00
Emily
aabb78cb7a
Merge pull request #337296 from emilazy/push-ontozkvqqsxs
turbogit: drop
2024-08-26 03:39:12 +01:00
github-actions[bot]
d6ec3d9fd7
Merge master into staging-next 2024-08-26 00:13:15 +00:00
Emily
529ffcdce9
Merge pull request #337302 from emilazy/push-yznrlltnqswn
{libav{,_{0_8,11,12}},keyfinder}: drop
2024-08-25 21:37:55 +01:00
github-actions[bot]
42a36f336d
Merge master into staging-next 2024-08-25 18:03:42 +00:00
Emily
34334f147d libav{,_{0_8,11,12}}: drop
Every version is insecure, none of them build successfully, the
project has been abandoned upstream for years, the website is gone,
and nothing in the tree that works used them.
2024-08-25 18:38:54 +01:00
Emily
ba845b0d47 keyfinder: drop
Unmaintained, abandoned upstream, depends on an outdated version of
the abandoned libav, and doesn’t build even if that dependency is
replaced with FFmpeg.
2024-08-25 18:32:03 +01:00
Emily
ee07e0afc7 turbogit: drop
See <https://github.com/NixOS/nixpkgs/pull/333660#issuecomment-2283327323>.
2024-08-25 17:54:36 +01:00
Adam C. Stephens
8b567e538a
Merge pull request #337006 from adamcstephens/ovs/3.4.0
openvswitch: 3.3.0 -> 3.4.0, drop lts
2024-08-25 09:55:15 -04:00
github-actions[bot]
981c565848
Merge master into staging-next 2024-08-25 00:14:11 +00:00
Franz Pletz
2d1ea93eac
Merge pull request #336605 from LeSuisse/tightvnc-drop 2024-08-25 01:49:23 +02:00
Franz Pletz
5d5367eb9d
Merge pull request #336929 from dotlambda/teck-programmer 2024-08-25 01:44:30 +02:00
Franz Pletz
0ae4ad7c16
Merge pull request #337002 from azahi/maligned-deprecate 2024-08-25 01:41:45 +02:00
Adam Stephens
a7057e4ffd
ovn-lts: remove 2024-08-24 08:50:26 -04:00
Adam Stephens
5b76066600
openvswitch-lts: remove 2024-08-24 08:27:54 -04:00
Azat Bahawi
c552fcfd0c
maligned: remove 2024-08-24 15:23:31 +03:00
github-actions[bot]
fd3525921f
Merge master into staging-next 2024-08-24 06:04:09 +00:00
Dennis Gosnell
0e4fd9c60f
Merge pull request #335989 from aidalgol/oama
oama: init at 0.14
2024-08-24 13:38:40 +09:00
Robert Schütz
118df3852d teck-programmer: drop
It is broken in both master and release-24.05.
2024-08-23 21:27:31 -07:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Aidan Gauland
fc086f122c
mailctl: remove 2024-08-24 11:10:02 +12:00
Sigmanificient
83d7278d8f python3Packages.validphys2: drop 2024-08-24 00:33:48 +02:00
Sandro
fc296a9879
Merge pull request #336748 from eclairevoyant/drop-roblox
drop roblox clients
2024-08-23 23:38:37 +02:00
Ben Darwin
46eee3f793 swig2: remove at 2.0.12 2024-08-23 15:33:41 -04:00
Ben Darwin
377e315d72 swig1: remove at 1.3.40 2024-08-23 15:19:05 -04:00
github-actions[bot]
1f86c1b2e8
Merge master into staging-next 2024-08-23 18:04:09 +00:00
Sandro
9760aef464
Merge pull request #329976 from Sigmanificient/trfl 2024-08-23 17:00:55 +02:00
éclairevoyant
97464b21a2
grapejuice: remove 2024-08-23 09:37:01 -04:00
éclairevoyant
2277579c38
vinegar: remove 2024-08-23 09:37:01 -04:00
rewine
e900413db6
Merge pull request #336608 from LeSuisse/mupdf-1.17-drop
mupdf_1_17: drop
2024-08-23 20:33:36 +08:00
github-actions[bot]
ceef45b437
Merge master into staging-next 2024-08-23 12:05:14 +00:00
Sigmanificient
e290252db8 python311Packages.trfl: drop
trfl
2024-08-23 00:57:17 +02:00
Thomas Gerbet
00b14ffd84 ferdi: drop
Package was marked as insecure 2 years ago in ae36fbe7f9.
Upstream homepage appears to be dead now so it is very unlikely this will be resolved.
2024-08-22 22:03:26 +02:00
Thomas Gerbet
7646e629d0 mupdf_1_17: drop
MuPDF 1.17 was kept for `k2pdfopt` but it is no more needed since 01a2741e7a.

There no good reason to keep this old version with known vulnerabilities.
2024-08-22 21:49:41 +02:00
Thomas Gerbet
8caa26332d tightvnc: drop, marked insecure 3 years ago
Recent versions of TightVNC are only compatible with Windows.
2024-08-22 21:32:07 +02:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging 2024-08-22 18:04:25 +00:00
Someone
4c930c0635
Merge pull request #331071 from ereslibre/fix-nvidia-container-toolkit-docker-contamination
Fix nvidia container toolkit docker contamination
2024-08-22 16:40:06 +00:00
Emily
a565cfeac3 antennas: drop 2024-08-22 15:51:27 +01:00
Emily
6fa5767e07 tvheadend: drop
Closes: #332259
2024-08-22 15:51:27 +01:00
Emily
778806c4a7 ffmpeg_4: discourage further use 2024-08-22 15:22:25 +01:00
Emily
01a749e0bf
Merge pull request #336077 from emilazy/push-yoykzrxwpykp
pict-rs_0_3: drop
2024-08-22 14:58:04 +01:00
github-actions[bot]
69716c980f
Merge staging-next into staging 2024-08-22 10:21:47 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Vladimír Čunát
0141f779e4
Merge #323821: linux-wallpaperengine: drop 2024-08-22 10:22:40 +02:00
Sandro
11b26f016e
Merge pull request #336141 from emilazy/push-uztymzmukyyk
opencv{2,3}: drop
2024-08-22 09:14:40 +02:00
Emily
afdee7e458 pict-rs_0_3: drop
This was broken by the Rust 1.80 upgrade, and is an old version that
we’d have to patch to keep working.

We have already done the 0.4 → 0.5 update without keeping around
the old version or adding in any additional `stateVersion` logic
in <https://github.com/NixOS/nixpkgs/pull/280221>. As a result,
migration for 0.3 users is going to be a little awkward. I’ve done
my best to provide comprehensive instructions for anyone who hasn’t
already bumped to 0.4.

It is probably a footgun to add `stateVersion` logic for any
package that makes backwards‐incompatible schema changes and only
supports migration from the immediately previous version. Users
won’t get migrated by default and we have to either package and
maintain an endlessly growing list of old versions or add complicated
instructions like this. It’s not really practical for us to support
a significantly better migration story than upstream does.
2024-08-22 01:54:09 +01:00
Roland Coeurjoly
c34208511e sby: 2021.11.30 -> 0.44, run tests, rename from symbiyosys 2024-08-21 10:25:34 -05:00
Emily
ae7c68f0fc pcsxr: drop
Long‐dead upstream (completely vanished, in fact), using a release
from 2013, barely surviving on a huge pile of Debian patches and
drive‐by fixes. Even the Debian patch set in our package here is
out of date. The `meta.homepage` was updated to point to a GitHub
repository with commits from as recently as 5½ years ago, but that
appears to be a separate fork from another developer, and we never
actually shipped it.

The last time this package was substantially touched was by @vs49688,
who heroically took the time to patch it to update it from FFmpeg
2(!) to FFmpeg 4 as part of a tree‐wide sweep almost three years
ago. Now that I’m dealing with FFmpeg 4, it would need patching
again, and I really don’t feel like it.

I considered simply dropping the FFmpeg dependency by disabling
compressed CDDA support, but it’s just not worth it to keep
this package alive. The state of PlayStation emulation has improved
dramatically from when this fork was current. DuckStation and Mednafen
are both better options for the majority of people. The PCSX Reloaded
code lives on as PCSX ReARMed, which we package as a libretro core,
but not as a standalone emulator. I would encourage anyone who has
reason to want a packaged PCSX fork to package the standalone version
of PCSX ReARMed from <https://github.com/notaz/pcsx_rearmed>. You
can tag me for review if you’d like.
2024-08-20 23:41:26 +01:00
Emily
87c5a230ec opencv{2,3}: drop 2024-08-20 20:16:13 +01:00
Emily
6f715b5c74 p2pvc: drop
Essentially unmaintained upstream for almost a decade, kept alive
with treewides and drive‐by fixes, and depends on the deprecated
and removed OpenCV C API. Sorry, it looks like a fun toy! Hopefully
someone can port it to a newer OpenCV.
2024-08-20 20:15:50 +01:00
Emily
5fbee8d2d3 mathematica{9,10,11}: drop
These versions have been obsolete for 5 to 10 years, and have been
broken since 34cd4905d1 unless the user
specifies manual overrides. Given that nobody seems to have reported
an issue with them, I conclude that demand for them is minimal and
that there’s no need for them to block the removal of OpenCV 2.
2024-08-20 20:15:50 +01:00
Emily
25bdc22ac8
Merge pull request #334495 from Sigmanificient/liboop
{liboop,lsh}: drop
2024-08-20 19:02:29 +01:00
Sigmanificient
e959525e15 lsh: drop 2024-08-20 12:02:12 +02:00
John Ericson
a840541aa5
Merge pull request #325926 from deshaw/upstream-krb5-refactor
krb5: merge krb5 and libkrb5 with krb5.lib output
2024-08-19 11:55:39 -04:00
Emily
5e007ce364
Merge pull request #335640 from Mic92/nix-simple-deploy
nix-simple-deploy: remove
2024-08-18 21:52:16 +01:00
Sebastián Mancilla
f567598371
Merge pull request #327296 from Mic92/maui-shell
maui-shell: remove
2024-08-18 16:38:11 -04:00
Jörg Thalheim
25cf4a8e2f nix-simple-deploy: remove 2024-08-18 19:01:18 +02:00
Philip Taron
ba93ec2161
pkgs: remove with statements in aliases 2024-08-18 06:32:23 -07:00
Jörg Thalheim
b9f2e97f41 maui-shell: remove 2024-08-18 09:16:15 +02:00
Sebastián Mancilla
630c7e5bc6
Merge pull request #327297 from Mic92/rabbitvcs
rabbitvcs: remove
2024-08-17 17:56:38 -04:00
Sigmanificient
422d853079 liboop: drop
fix

liboop: drop
2024-08-17 21:06:45 +02:00
Jörg Thalheim
75e094e1aa nix-ld-rs: alias to nix-ld
nix-ld-rs's code was merged into nix-ld
2024-08-17 07:24:06 +02:00
Elliot Cameron
311277204d krb5: merge krb5 and libkrb5 with krb5.lib output
krb5 and libkrb5 are two separate derivations that can easily end up
in the same closure. They both provide the same shared libraries and
some packages end up getting both copies. Since both copies come from
the same source, packages often get lucky in this situation and just
use whichever library is found first. Sometimes packages are less
fortunate and end up trying to load both. This has gone largely
unnoticed in Nixpkgs, likely because Kerberos is not widely used
outside of enterprise deployments.

This situation seems to have arisen out of a need to break a cycle
in `fetchurl -> curl -> krb5 -> fetchurl`. The libkrb5 build was able to
avoid depending on bison and libedit, making it easier to break the
cycle.

However, we can break the cycle without resorting to two variants of
krb5. Libedit can be removed with configure flags and byacc can be used
instead of bison, allowing a much smaller build closure that can easily
be resolved when breaking the cycle.

This change also adds a "lib" output to krb5 so that packages depending
on krb5 can still benefit from a smaller runtime closure if they only
need the shared libraries.

A future change will include a tree-wide refactor to switch uses of
libkrb5 to krb5.
2024-08-16 13:58:01 -04:00
Rafael Fernández López
058e8f5ef1
nvidia-podman: remove nvidia wrapper
Since version 4.1.0, podman has support for CDI, and is the
recommended way to expose GPU's for containers for podman.

More information: https://web.archive.org/web/20240729183805/https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-podman
2024-08-16 18:16:23 +02:00
tomberek
7248a7fde6
Merge pull request #333146 from ExpidusOS/feat/llvm-clean
Minor LLVM improvements
2024-08-16 01:34:50 -04:00
Doron Behar
6bfd71d2b5
Merge pull request #318892 from doronbehar/pkg/taskwarrior3
nixosTests.taskchampion-sync-server: init
2024-08-14 19:43:33 +00:00
Norbert Melzer
f697d47a4a
Merge pull request #331757 from alyssais/rustic
rustic: rename from rustic-rs
2024-08-14 09:01:56 +02:00
Doron Behar
54698e8db6 taskwarrior2: rename from taskwarrior, with a warning alias
Also remove an outdated link in `taskserver/default.md`.
2024-08-14 08:06:10 +03:00
Edwin Mackenzie-Owen
873934134d irrlichtmt: remove at 1.9.0mt13
Minetest's irrlicht fork has been moved into the minetest repo.
2024-08-12 22:48:40 +02:00
Edwin Mackenzie-Owen
d61c03fe46 minetest: 5.8.0 -> 5.9.0
* remove irrlichtmt input. Minetest's irrlicht fork has been moved into
  the minetest repo and is now statically linked.
* remove mesa from buildInputs for darwin. Otherwise startup fails with
  "OpenGL driver version is not 1.2 or better." and "Shaders are enabled
  but GLSL is not supported by the driver.". Presumably that happens
  because minetest tries to use an incomplete OpenGL driver from mesa
  instead of the drivers provided by macOS.
* remove withTouchSupport arg, as the upstream CMake option has been
  removed. Touch support should now always be enabled.
* make minetest-touch an alias for minetestclient
* remove unused args
2024-08-12 22:07:55 +02:00
éclairevoyant
95384cc9b3
Merge pull request #333935 from fabaff/crackmapexec-remove
crackmapexec: remove
2024-08-11 20:17:03 +00:00
Fabian Affolter
de1203f7a0 crackmapexec: remove
Unmaintained and does not work with Python >= 3.12
2024-08-11 17:58:43 +02:00
Someone
78d1fae7d2
Merge pull request #333707 from flokli/glew-egl
glew: enable both EGL and GLX
2024-08-11 12:50:05 +00:00
Florian Klink
d025091b35 glew: enable both EGL and GLX
Re-roll of https://github.com/NixOS/nixpkgs/pull/328907, but this time
adding the patch from ArchLinux, which keeps both EGL and GLX code paths
active.

Remove overrides where EGL was explicitly requested previously, as well
as the glew-egl package variant.

Add an alias for glew-egl, in case there's any users of this outside
of nixpkgs.
2024-08-11 15:11:22 +03:00
Adam C. Stephens
0536436018
Merge pull request #316466 from uninsane/rebrand-trust-dns
hickory-dns: rename from trust-dns
2024-08-11 07:35:03 -04:00
Colin
f9df9508f4 hickory-dns: rename from trust-dns 2024-08-11 07:59:32 +00:00
Sigmanificient
09e84d4cb1 zk-shell: drop 2024-08-10 18:33:50 +02:00
Emily
2c79576ca5
Merge pull request #330855 from emilazy/push-mrtsqsqnwxry
{openlp,python3Packages.sqlalchemy-migrate,python3Packages.tempita}: drop
2024-08-09 23:11:09 +01:00
Donovan Glover
0c4a828b0d
Merge pull request #332061 from emilazy/push-lyoruqmmrqzx
hydron: drop
2024-08-09 15:40:54 +00:00
Alyssa Ross
c6711b873c
rustic: rename from rustic-rs
As far as I can tell, the name of the software is "rustic".  Every
other distro calls it "rustic". [1]  The crate is presumably called
"rustic-rs" because "rustic" is already taken on crates.io, which is
not a problem in Nixpkgs.

I've added "rustic-rs" as an alias, so the old name will continue
working.

[1]: https://repology.org/project/rustic/versions
2024-08-08 20:39:39 +02:00
rewine
4da3c4b075
Merge pull request #331623 from emilazy/push-yxttoylpkomv
cage: 0.1.5 -> 0.1.5-unstable-2024-07-29; wlroots_0_16: drop
2024-08-08 21:19:56 +08:00
Tristan Ross
d0e9693c7d
llvmPackages_git: remove recurse into attrs in call package 2024-08-07 20:06:07 -07:00
Franz Pletz
a93bc09c27
spidermonkey_102: remove
EOL since 2023/09
2024-08-07 01:37:34 +02:00
Franz Pletz
686fce8780
jsawk: remove
Upstream is dead and unmaintained since it was introduced in nixpkgs.
2024-08-07 01:37:29 +02:00
Weijia Wang
a91f22f207
Merge pull request #332049 from wegank/wordpress-bump
wordpress: 6.5.5 -> 6.6.1, drop old versions
2024-08-05 14:14:43 +02:00
tljuniper
252b66e187 bmap-tools: Replace with bmaptool
bmap-tools (https://github.com/intel/bmap-tools) has been archived in
April 2024 and marked as moved to yoctoproject/bmaptool
(https://github.com/yoctoproject/bmaptool).

This renames the file (while migrating to all-packages) and adds an alias.
2024-08-05 11:55:12 +02:00
Morgan Helton
6e77477926
chiaki4deck: rename to chiaki-ng 2024-08-04 17:30:05 -05:00
tomberek
5084965d37
Merge pull request #331880 from ExpidusOS/feat/llvm-git-alias
pkgs/top-level/aliases.nix: move llvmPackages_git back in
2024-08-04 00:04:22 -04:00
Emily
7ec755257a hydron: drop
This package was marked as vulnerable in
<https://github.com/NixOS/nixpkgs/pull/255959>, almost a year ago and
over a year after the project was archived upstream. The package and
module are unusable without bypassing a security warning in 23.05,
23.11, and 24.05.

Given that the package is intended as an organizer for
potentially‐untrusted media files, the vulnerability is critical and
leads to remote code execution, and there is basically no prospect
of upstream releasing a fix, remove the package and module entirely
for 24.11.
2024-08-03 20:27:19 +01:00
Doron Behar
79860d126b
Merge pull request #330477 from doronbehar/pkg/volk3
volk: 3.0.0 -> 3.1.2
2024-08-03 18:58:55 +00:00
Weijia Wang
bedb9b2d64 wordpress: drop old versions 2024-08-03 20:34:41 +02:00
Emily
72be45b1bd openlp: drop
This was a major version behind and using outdated or insecure packages
like sqlalchemy-migrate and Qt WebKit. It hadn’t seen any attention
since it was added in 2020. If anyone wants to step up to update it
to the latest version and maintain it, that would be great!
2024-08-03 11:19:38 +01:00
Tristan Ross
4b111056cf
pkgs/top-level/aliases.nix: move llvmPackages_git back in 2024-08-02 18:22:41 -07:00
Emily
9125c0b77b wlroots_0_16: drop
No remaining users in the tree, and another FFmpeg 4 dependency
vanquished.
2024-08-01 23:30:39 +01:00
Rick van Schijndel
05c5a73f71
Merge pull request #324693 from SigmaSquadron/xen-4.18
xen: 4.15 -> {4.16,4.17,4.18,4.19}
2024-08-01 19:17:34 +02:00
Thiago Kenji Okada
f42f535a21
Merge pull request #331522 from emilazy/push-qwqwnrwsktks
openjfx{11,17,21,22}: pin to FFmpeg 6
2024-08-01 16:22:43 +01:00
Emily
4f93a66908 {{temurin,semeru{,-jre}}-bin-16,temurin{,-jre}-bin-{18,19,20}}: drop
These have all been end‐of‐life for more than 10 months.
2024-08-01 13:46:59 +01:00
Emily
43fe9d2bbc {javaPackages.compiler.openjdk18,corretto19,open{jdk,jfx}{19,20}*}: drop
These have all been end‐of‐life for more than 10 months.
2024-08-01 13:29:26 +01:00
Jörg Thalheim
0b3af62180
Merge pull request #331352 from Sigmanificient/aws-google-auth
aws-google-auth: drop
2024-07-31 23:30:52 +02:00
Sigmanificient
fd9e28993f aws-google-auth: drop 2024-07-31 21:16:33 +02:00
stupidcomputer
7482e6b8eb neocities: add an alias for neocities-cli 2024-07-31 13:59:17 -05:00
Johannes Jöns
bb597e6273
Merge pull request #330648 from emilazy/push-kzllwxyyqvtu
{qt5,qt6}.qtwebengine: add patches for FFmpeg 7
2024-07-31 19:36:28 +02:00
Sandro
91299a7cdb
Merge pull request #328863 from katexochen/upower/up 2024-07-31 14:01:42 +02:00
Sandro
557686a811
Merge pull request #252816 from wineee/wlroots-alias 2024-07-31 13:45:54 +02:00
Sandro
e4a6568004
Merge pull request #312403 from alois31/rtw88 2024-07-31 13:14:18 +02:00
Doron Behar
47fa6173fc gnuradio3_9{,Minimal}: remove 2024-07-31 12:21:32 +03:00
Fernando Rodrigues
3e1ca12243
xen: rename xen-light to xen-slim
xen-light was dropped in favour of xen and xen-slim

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Reviewed-by: Matei Dibu <contact@mateidibu.dev>
2024-07-31 05:57:07 -03:00
Alois Wohlschlager
ec60e56b26
rtw88-firmware: drop
It's all part of linux-firmware now.
2024-07-31 10:26:51 +02:00
Masum Reza
28ec6ee964
Merge pull request #330698 from tobim/pkgs/rapidjson-unstable-default
rapidjson: 1.1.0 -> unstable-2024-04-09, rapidjson-unstable: drop
2024-07-31 10:37:21 +05:30
rewine
fd11fe9e7c wlroots: move to aliases.nix 2024-07-30 23:37:23 +08:00