Commit Graph

3439 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
cc2a69f86c
opencomposite-helper: drop (#340334) 2024-09-13 01:50:34 +02:00
Emily
44e6a1456f swig: move to pkgs/by-name
Let’s see if we can’t keep only one version of this going forward.

`swigWithJava` has been an alias since 2009(!), so let’s just drop it.
2024-09-12 18:39:57 +01:00
Emily
bfab6b0f83 swig3: drop
This version is no longer used for anything in the tree.
2024-09-12 18:39:57 +01:00
Aleksana
5126cb8d1f
ankisyncd: remove (#333609) 2024-09-12 09:13:29 +08:00
Sergei Trofimovich
dd7248133e texinfo5: remove package, old version
The only user was `gcc48`. Drop `texinfo5` as it's an old unsupported
branch of the package.
2024-09-11 21:44:39 +01:00
Dominique Martinet
2b5ca0f433 ankisyncd: remove 2024-09-11 13:53:06 +08:00
Sergei Trofimovich
1db443abb7 gcc48: remove old implementation
gcc-4.8.5 was released in June 23, 2015, 9 years ago. It's a branch that
went out of support years ago. Numerous bugs never get backported to
this version.

Let's remove it.
2024-09-10 22:05:47 +01:00
Sergei Trofimovich
d366ceeacd gfortran48: remove old implementation
gcc-4.8.5 was released in June 23, 2015, 9 years ago. It's a branch that
went out of support years ago. Numerous bugs never get backported to
this version.

Let's remove it.
2024-09-10 21:48:52 +01:00
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
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