Commit Graph

3500 Commits

Author SHA1 Message Date
Zitrone
3c7cbaade8
OSCAR: rename to oscar 2024-10-02 01:40:55 +02:00
Tristan Ross
a95f58cca4 llvmPackages_19: 19.1.0-rc3 -> 19.1.0 2024-09-29 17:03:11 +02:00
Fernando Rodrigues
79a8ac5d96
aliases: add calligra alias
The package is now called kdePackages.calligra.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-27 19:09:31 +00:00
Jörg Thalheim
d08d8fdd1c
treewide: remove some unmaintained gtk2 packages (#341960) 2024-09-27 13:04:02 +02:00
aleksana
c9ccc8881e gcolor2: remove 2024-09-27 17:42:55 +08:00
aleksana
6ef6c33e87 gqview: remove 2024-09-27 17:42:54 +08:00
aleksana
9a8664473c bless: remove 2024-09-27 17:42:13 +08:00
aleksana
511228a731 gpicview: remove 2024-09-27 17:42:13 +08:00
K900
41b117f6ed xwaylandvideobridge: support building with qt6, clean up dependencies 2024-09-27 08:16:34 +03:00
Sandro
7da9f66ccb
taler-{sync,challenger}: add aliases (#339528) 2024-09-25 20:43:06 +02:00
eljamm
7edb25d284
taler-{sync,challenger}: add aliases
Followup from #338184
2024-09-25 16:40:35 +01:00
Jonas Chevalier
5e04137efd
fahcontrol, fahviewer: drop (#344254) 2024-09-25 09:28:56 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Lin Jian
6978cd6424
emacs28-gtk2: remove (#343355) 2024-09-25 02:22:37 +08:00
Robert Schütz
7af822248d fahviewer: drop
The build fails with

    error: cannot download fahviewer_7.6.21_amd64.deb from any mirror
2024-09-24 10:21:45 -07:00
Robert Schütz
ac307ce07e fahcontrol: drop
The build fails with

    error: cannot download fahcontrol_7.6.21-1_all.deb from any mirror
2024-09-24 10:19:30 -07:00
Frank Doepper
66763feae9 oysttyer: remove
oysttyer is no longer maintained, because Twitter disabled free API
access. Upstream archived the repository in 02/2023.
2024-09-23 21:34:55 +02:00
Simon Hauser
32cc042368
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 (#334878)
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3

* nixos/tests/automysqlbackup: nixfmt

* nixos/automysqlbackup: fix tests

* nixos/tests/mariadb-galera: nixfmt

* nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
2024-09-23 20:00:19 +02:00
Pol Dellaiera
4b9c0fa18f
python3{11,12}Packages.boto: drop (#343727) 2024-09-22 22:31:55 +02:00
Maximilian Bosch
179b6bce21
Merge: linux_4_19: drop (#343283) 2024-09-22 16:46:54 +02:00
Emily
3b5f32c447
python312Packages.blessings: drop (#336152) 2024-09-22 15:25:12 +01:00
Emily
51088c1de4 toil: drop
This package has been broken since 24.05 (`pkg_resources` error when
running `toil --help`), and hasn’t built since Python 3.12 became
the default. There have been two major upstream releases since this
package was last updated. I tried to package the newest version, which
drops the boto dependency, but unfortunately it requires obsolete
versions of other Python libraries that we no longer package. Since
it’s been broken for this long anyway and can’t be updated,
let’s drop it for now.
2024-09-22 14:57:38 +01:00
Emily
8caee3d83d kargo: drop
No release since 2017 and deprecated upstream; see
<1869aa3985 (diff-a39c9f7aa728d5fa3b973bc6ba49228a)>.
2024-09-22 14:57:38 +01:00
Emily
df69ab8cec wal_e: drop
No release in almost half a decade, no maintainer in Nixpkgs, and
the README describes it as obsolete and recommends alternatives:
<978bc1926c/README.rst (obsolescence-notice)>.
2024-09-22 14:57:38 +01:00
Aleksana
7a4b840dd4
treewide: fix nixd warnings (#343155) 2024-09-22 21:26:45 +08:00
Weijia Wang
84cd38f778
globalprotect-openconnect: add core logic and packages for 2.x releases (#316526) 2024-09-22 12:07:33 +02:00
Weijia Wang
2b0ff836a9 nixos/globalprotect: mention removal 2024-09-22 11:06:38 +02:00
Fabián Heredia Montiel
3fc3952596 aliases: cleanup linux kernels EOL aliases 2024-09-21 19:11:50 -06:00
h7x4
f21ae37d3d
clash-verge: remove (#342557) 2024-09-22 01:41:17 +02:00
zendo
fe0d4615fe clash-verge: remove 2024-09-21 22:31:17 +08:00
Anderson Torres
91fc27ded9 emacs28-gtk2: remove
Hey, is this the only code that touches GTK2 here?
2024-09-20 18:15:39 -03:00
Jonas Heinrich
965a11b6e1 onlyoffice-bin: 8.1.0 -> 8.1.1; rename to onlyoffice-desktopeditors 2024-09-20 08:50:57 +00:00
LuoChen
25341f2a50
top-level: tidy up to fix nixd warnings 2024-09-20 10:03:16 +08:00
Sandro
8bd64f269a
paperoni: drop (#327011) 2024-09-20 00:34:29 +02:00
Jörg Thalheim
293dd6c11f
paperoni: drop
Package hasn't see any package and is still marked as alpha.
We don't have any maintainer for this package either.
2024-09-19 02:35:16 +02:00
Bobby Rong
9052a2df9d
enter-tex: 3.46.0 → 3.47.0, renamed from gnome-latex
https://gitlab.gnome.org/swilmet/enter-tex/-/compare/3.46.0...3.47.0

"3.47.alpha" is used for unstable releases, so I will consider this stable.
2024-09-19 00:14:59 +08:00
Enric Morales
7293c205fd gnucobol: rename from gnu-cobol 2024-09-17 11:29:07 -04:00
Sandro
fd3ddb6b60
dnscrypt-wrapper: remove package and NixOS modules (#341838) 2024-09-16 11:25:30 +02:00
Jörg Thalheim
ba74d07245
treewide: remove a bunch of unmaintained and old packages (#341837) 2024-09-16 00:00:19 +02:00
K900
5fc58c6b7a linux_6_11: init at 6.11 2024-09-15 21:04:07 +03:00
aleksana
19808ce7f0 l3afpad: remove 2024-09-15 20:13:14 +08:00
aleksana
4b37f165fd mhwaveedit: remove 2024-09-15 20:13:14 +08:00
aleksana
646ef5a89c aumix: remove 2024-09-15 20:13:14 +08:00
aleksana
68467caab1 xprite-editor: remove 2024-09-15 20:13:14 +08:00
aleksana
dae90a0d29 gmpc: remove 2024-09-15 20:13:14 +08:00
aleksana
8d9d116f35 psensor: remove 2024-09-15 20:13:13 +08:00
aleksana
9af58a2f4f gnome-dictionary: remove 2024-09-15 20:13:13 +08:00
aleksana
578b246a07 gtkperf: remove 2024-09-15 20:12:51 +08:00
aleksana
6abef67bb4 gnome_mplayer: remove 2024-09-15 20:12:51 +08:00
aleksana
50713e031f gmtk: remove 2024-09-15 20:12:51 +08:00