Commit Graph

1118 Commits

Author SHA1 Message Date
Sandro
36c04ba35c
Merge pull request #144003 from sbruder/update-antimicrox 2021-11-22 16:24:19 +01:00
Thiago Kenji Okada
24095a994c retroArchCores: remove
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:

```nix
nixpkgs.config.retroarch = {
  enableDolphin = true;
  enableMGBA = true;
  enableMAME = true;
};
```

To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.

However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:

```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```

So let's remove `retroArchCores` and leave the overrides mechanism
instead.
2021-11-20 16:19:13 -03:00
Janne Heß
95b8513b39
mumsi/mumlib: Drop 2021-11-18 22:33:10 +01:00
jgart
50bbc006ba svgcleaner: Remove deprecated package. 2021-11-17 22:51:20 -05:00
Dmitry Kalinkin
922661273c
beret: remove
Was broken for 6 years
2021-11-16 17:22:36 -05:00
Sandro
dc37c7483e
Merge pull request #140829 from deshaw/kcat 2021-11-16 18:36:37 +01:00
TredwellGit
f726b6c476 linux-rt_5_11: remove 2021-11-15 19:38:09 +00:00
Sandro
4a4d57bd25
Merge pull request #144166 from LibreCybernetics/linux_5_15_aliases 2021-11-12 23:34:53 +01:00
Thiago Kenji Okada
4a9343eb3b
Merge pull request #145384 from SuperSamus/dolphin
dolphinEmu{Master}: removed unnecesary symlink, rename to dolphin-emu{-beta}
2021-11-11 23:04:13 -03:00
Martino Fontana
34503b8bb7 dolphinEmu{Master}: rename to dolphin-emulator{-beta} 2021-11-10 21:15:30 +01:00
Bernardo Meurer
754e2a598c
Merge pull request #145236 from lovesegfault/nix-direnv-stable-nix 2021-11-09 22:44:39 -08:00
Bernardo Meurer
c03040cfd5
nix-direnv: use nix (2.4) and remove enableFlakes
Follow-up to #144197 since nixUnstable is no longer needed for flake
support.
2021-11-09 20:04:47 -08:00
Sandro
0d0df3e192
Merge pull request #145209 from thiagokokada/zhf-remove-libkml 2021-11-09 22:14:30 +01:00
Bernardo Meurer
1f63465879
nixFlakes: nix_2_4 -> nixStable 2021-11-09 10:47:09 -08:00
Thiago Kenji Okada
513c3a8300 libkml: remove
No other package depends on this library, it is abandoned by upstream
(last update was on 2017-01-15), and it is failing to build on
x86_64-linux.
2021-11-09 12:30:29 -03:00
Bernardo Meurer
c37c7299ab
nixFlakes: nixUnstable -> nix_2_4 2021-11-07 18:09:21 -08:00
Michael Weiss
afdd9ddbfa
fscryptctl-experimental: remove the package
It is replaced by "fscryptctl" (version 1.x is incompatible with the
pre-releases in some ways).
2021-11-07 14:45:09 +01:00
Andrew Childs
06f7b8b2ce kibana7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:35:51 +01:00
Andrew Childs
6c2478f462 elasticsearch7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:32:16 +01:00
Maciej Krüger
95436688a2
cloud-print-connector: remove leftover
Is officially deperacted since 31th december

Read more https://support.google.com/chrome/a/answer/9633006
2021-11-03 03:12:07 +01:00
Fabián Heredia Montiel
a495124be6 aliases: add linux_5_15 aliases 2021-11-01 18:18:34 -06:00
Simon Bruder
55c4c014e7
antimicrox: 3.0.1 -> 3.2.0
This changes the source from the (now archived) original antimicroX to a
fork that is actively maintained and includes new features like uinput
support for wayland.

Since upstream changed the executable name from antimicroX to
antimicrox, this also changes the name of the derivation and the file
names to work with Nix 2.4’s nix run and to be consistent. An alias for
antimicroX is added to ensure existing configurations will continue
working.
2021-10-31 15:45:40 +01:00
Fabián Heredia Montiel
b96ab960d3 vtun: remove 2021-10-29 09:12:35 -05:00
Ryan Burns
f67d4dd9c1
Merge pull request #142616 from r-burns/toplevel-system
treewide: remove toplevel `system` attr
2021-10-27 10:03:24 -07:00
Ryan Burns
4246d6ce21 aliases: add pkgs.system
This is an old compat definition for stdenv.hostPlatform.system
2021-10-27 09:36:27 -07:00
davidak
1ec3611b69
Merge pull request #142911 from linsui/jami
jami: add alias ring-daemon -> jami-daemon
2021-10-26 12:54:35 +02:00
linsui
21fddb6407 jami: add alias ring-daemon -> jami-daemon 2021-10-26 08:22:36 +08:00
teutat3s
36587c22b3
packet-cli: 0.5.0 -> metal-cli v0.6.0 2021-10-26 00:48:35 +02:00
Charles Duffy
3e84134af4
curaLulzbot: remove
Per previous discussion, agreeing to remove this package if upstream did
not fix compatibility with a modern dependency chain prior to ZHF for
21.11.
2021-10-23 08:55:40 -05:00
Samuel Dionne-Riel
028159efa9
Merge pull request #130151 from samueldr/feature/plasma-mobile-gear-21.06
Plasma Mobile Gear: 21.05 -> 21.06 -> 21.07 -> 21.08
2021-10-22 19:37:13 -04:00
figsoda
cc5cc3101c
Merge pull request #142267 from figsoda/remove-racerd
rustracerd: remove
2021-10-22 09:30:04 -04:00
Sandro
3b10c17870
Merge pull request #142414 from trofi/drop-ruby-2.6 2021-10-22 15:15:51 +02:00
Sergei Trofimovich
cd754ea4d0 aliases: drop versioned ruby_* and rubyPackages_* aliases 2021-10-22 08:47:38 +01:00
figsoda
6c8fe9c4a5
Merge pull request #142133 from LibreCybernetics/cleanup-aliases
aliases: cleanup
2021-10-21 22:05:15 -04:00
Thiago Kenji Okada
8abb6e72c9 graalvm-ce: 21.2.0 -> 21.3.0
- Drop graalvm8 since it was removed by upstream
- Add update.sh script to make it easier to generate hashes for all
  platforms
- Fix GraalPython, broken since #141825 (sorry)
- Small refactorings and fixes
2021-10-20 09:56:47 +02:00
Mario Rodas
d76a91b1ba source-sans-pro: 3.006 -> 3.046 2021-10-20 04:20:00 +00:00
Mario Rodas
0c21683467 source-serif-pro: 3.000 -> 4.004 2021-10-20 04:20:00 +00:00
Samuel Dionne-Riel
74134f7eee angelfish: Provide as Plasma Mobile Gear 2021-10-19 20:42:59 -04:00
figsoda
28aa1f987c rustracerd: remove 2021-10-19 19:17:46 -04:00
Pavol Rusnak
d31c9bd3f0
Merge pull request #139571 from prusnak/dotnet-cleanup
dotnet: cleanup; point dotnet-sdk alias to 5.0; remove unsupported SDKs
2021-10-19 09:16:11 +02:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs 2021-10-18 23:46:17 +02:00
Fabián Heredia Montiel
64b48e6883 aliases: cleanup
- Remove throws older than 2 years. (29)
 - Correct typo on two dates
2021-10-18 15:32:46 -05:00
Samuel Dionne-Riel
ae5b37c833 keysmith: 0.2 -> 21.06 2021-10-18 16:10:35 -04:00
Fabián Heredia Montiel
f824d27f66 mercurial_4: remove 2021-10-18 12:56:44 -05:00
Sandro
af764f6527
Merge pull request #141812 from thiagokokada/remove-graalvm 2021-10-18 15:24:11 +02:00
Sandro
cdec961ebd
Merge pull request #141236 from witchof0x20/ovmf_tpm 2021-10-16 19:46:38 +02:00
Jade
0b92261d6a
OVMF: add TPM2 support flags 2021-10-16 00:44:31 -04:00
Thiago Kenji Okada
007ea53ba9 graalvm: remove derivation
This derivation was not updated since Jan 18, 2020. It doesn't
build on Hydra because it needs too much memory (~30GB). And no other
packages depend on it.

Also, this is a very complex package and really difficult to maintain.
It is a blocker for https://github.com/NixOS/nixpkgs/pull/141794, since
a recent bump of broke it.

`graalvm8-ce` is the replacement. It is much more up-to-date (`graalvm`
is on version 19.2.1, `graalvm8-ce` is on version 21.2.0), it is much
easier on Hydra (it uses the binary from Oracle).

I also deprecated `jvmci8` and `mx`. I am not sure if `graalvm8`
supplies them, but if something is missing we can always add it later to
`graalvm8-ce`.
2021-10-15 18:37:35 -03:00
Bobby Rong
12856f3877
Merge pull request #141614 from Flakebi/swec
swec: remove
2021-10-15 08:42:17 +08:00
Neubauer, Sebastian
e36b70ed55 swec: remove
The package doesn't run because of missing dependencies. I fixed these
but it still didn't work properly. (It complained that the searched page
was unexpectedly short, although according to strace it didn't even
connect anywhere.)

Upstream (https://gitlab.com/zerodogg/swec) did not see any commits in
the last 9 years, so I think we should just drop this package.

LinkChecker, which is also packaged seems like a good and working
alternative.
2021-10-14 17:52:56 +02:00