Commit Graph

1346 Commits

Author SHA1 Message Date
Jonathan Ringer
46bf3585b5 demjson: deprecate to aliases, as python package as deprecated 2022-01-23 01:09:39 +01:00
Janne Heß
76087ffda9
googleearth: Drop the package
See https://support.google.com/earth/thread/2298894/google-earth-frequently-asked-questions?msgid=2298894
points 2 and 8. Download 404s
2022-01-22 22:58:12 +01:00
Sandro
e0efc750bb
Merge pull request #155993 from helsinki-systems/drop/libgroove 2022-01-22 21:29:45 +01:00
Bobby Rong
f614799359
Merge pull request #147099 from jcouyang/synology-drive-client
synology-drive-client: merge with "synology-drive"
2022-01-21 10:16:47 +08:00
ajs124
5bfb738471 libgroove: drop 2022-01-21 03:15:09 +01:00
Brian McKenna
ab001e250a dtrx: 7.1 -> 8.2.1 (resurrected)
The original developer has abandoned this package but some Ubuntu
developers have forked it and maintain it. This means the tests now
work and the package supports Python 3.
2022-01-20 12:56:43 +11:00
Martin Weinelt
9b91a19e87
lilyterm: drop
Drop both variants of lilyterm for requiring an outdated vte version
that is about to be dropped.
2022-01-19 13:45:06 +01:00
Martin Weinelt
08af30fedf
evilvte: drop
Depends on a VTE version that is about to be dropped for depening on
pythn2Packages.pygtk.

Also unmaintained and with known security issues.
2022-01-19 13:45:06 +01:00
Sandro
2ff2c9595d
Merge pull request #155539 from vs49688/notame 2022-01-19 12:02:16 +01:00
Kierán Meinhardt
f12f99a320
pifi: remove (#155569) 2022-01-19 16:59:22 +08:00
Jörg Thalheim
bae5930da8
Merge branch 'master' into love-cleanup 2022-01-19 05:53:49 +00:00
Zane van Iperen
3c457c542d
airtame: remove
The download has been broken for eons, and the latest
version (4.1.1) has switched to Snap instead of a tarball.

Considering the fact that it hasn't been updated and no one's
complained, I'd say this is ripe for removal.
2022-01-19 11:21:27 +10:00
Sandro Jäckel
1d1dc7798d
tlauncher: remove
tlauncher has a shady past (https://github.com/NixOS/nixpkgs/pull/152744#issuecomment-1014125073)
offers torrents on their website with cracked games and the discussion in their reddit is primarly
around cracked Mincraft versions.

This reverts commit ed4ece3f44.
2022-01-18 20:57:43 +01:00
Jonas Chevalier
2c20f2181d
Merge pull request #154936 from zimbatm/terraform-providers-cleanup
more terraform cleanup
2022-01-18 15:16:07 +01:00
Timo Kaufmann
e3b041ac07
Merge pull request #145767 from midchildan/fix/noto-cjk
noto-fonts-cjk: add missing serif font
2022-01-17 11:23:40 +01:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
midchildan
bd8132ac62
noto-fonts-cjk: add missing serif font
Fixes #99940
2022-01-17 02:04:02 +09:00
Frederik Rietdijk
7c1d6cfb95 gnuradio3_7: remove
Remove older version of gnuradio that still depends on python2.
2022-01-16 09:47:12 +01:00
Jörg Thalheim
cf1d0dd79d love_{0_7,0_8}: improve deprecation message 2022-01-16 07:18:43 +01:00
Jörg Thalheim
1ba023e76b love_0_9: drop 2022-01-16 07:15:14 +01:00
Jörg Thalheim
d720494491 hawkthorne: drop 2022-01-16 07:15:14 +01:00
Jörg Thalheim
51b69623db love_0_7: drop 2022-01-16 07:14:40 +01:00
Jörg Thalheim
e52a956960 rimshot: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:14:40 +01:00
Jörg Thalheim
89cabe5b05 nottetris2: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:13:39 +01:00
Jörg Thalheim
0b087a8cbe love_0_8: drop 2022-01-16 07:13:36 +01:00
Jörg Thalheim
6e6058400a vapor: drop package 2022-01-16 07:13:05 +01:00
Martin Weinelt
3c0752dbe0
displaycal: drop
Last release from 2019, hasn't migrated to python3.

```
Traceback (most recent call last):
  File "/build/DisplayCAL-3.8.9.3/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 258
    print "Bumping version number %s ->" % \
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Bumping version number %s ->" % \)?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
308e8396b7
ino: drop
The package is stuck on python2 while the upstream has archived its
repository and the last commit is from 2014.

```
  File "/build/ino-0.3.6/ino/runner.py", line 78
    print colorize(str(exc), 'red')
          ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:24 +01:00
Martin Weinelt
33610bfeca
gitinspector: drop
Claims to support python3, but I'm seeing it use implicit relative
imports and it also has not adapted to python3.8 gettext API changes.

Removed for working only with python2.
2022-01-16 02:36:23 +01:00
Martin Weinelt
492e5e07c9
lumpy: drop
Removed because it requires python2 and the upstream repository looks
undermaintained.
2022-01-16 02:36:23 +01:00
Martin Weinelt
369db3b2f3
mailpile, nixos/mailpile: drop
Still actively developed and yet stuck on python2. Also marked as
vulnerable and their issue tracker contains yet another security issue
reported in 2021/10 that the upstream hasn't acknowledged yet.

Mind blown.

Closes: #135543, #97274, #97275
2022-01-16 02:36:20 +01:00
Martin Weinelt
608cde3bd4
metamorphose2: drop
Relies on python2 and last upstream release in 2015.

> AttributeError: 'str' object has no attribute 'decode'
2022-01-16 02:34:57 +01:00
Martin Weinelt
4a1da0bed9
neap: drop
Requires pygtk2, which is python2 only and upstream last touched that
script in 2011.
2022-01-16 02:34:57 +01:00
Martin Weinelt
5d0261b438
curaByDagoma: drop
The package is unmaintained and uses python2. There are newer upstream
versions, but upgrading the package requires some dedication, which only
a maintainer should need to provide.
2022-01-16 02:34:56 +01:00
Martin Weinelt
dda538b172
renpy: drop
The packaged version required python2, updating it showed it doesn't
work, since it tries to write to its read-only output directory. Also
renpy now requires their own pygame_sdl2 fork to build.

More work on this would be required, and since there is no maintainer at
this time I opted for the removal.
2022-01-16 02:34:56 +01:00
Martin Weinelt
33df2ffa0a
blink: drop
The package was not updated since 2019 and requires python2 only
dependencies.
2022-01-16 02:34:56 +01:00
Martin Weinelt
802f80b50c
pyrex, pyrex096, pyrex095: drop
Stuck on python2 and last release in 2010.

> NameError: name 'execfile' is not defined
2022-01-16 02:34:55 +01:00
Martin Weinelt
6c67bfc986
cde-gtk-theme: drop
Ships python2 scripts and last updated in 2018.
2022-01-16 02:34:55 +01:00
Tristan Gosselin-Hane
f4ef264724 polymc: init at 1.0.4 2022-01-15 18:07:29 -05:00
zimbatm
090872ef68
terraform_0_12: remove
Remove the last version that doesn't use the registry
2022-01-14 21:02:49 +01:00
Pavol Rusnak
a696f65db3
Merge pull request #153695 from brandonweeks/electron2
electron: remove electron_{3,4,5,6}
2022-01-14 09:46:34 +01:00
06kellyjac
7148ebef25 docbookrx: drop 2022-01-12 12:04:44 +00:00
Jörg Thalheim
d49c972804
Merge pull request #153448 from Mic92/k3d
k3d: remove
2022-01-11 18:24:00 +00:00
Jörg Thalheim
26a427db4f
Merge pull request #154293 from Mic92/paritiy-ui
parity-ui: drop broken package
2022-01-11 18:23:31 +00:00
Alyssa Ross
0a99fa0331 linux_latest: 5.15.12 -> 5.16 2022-01-10 16:32:48 +00:00
Bernardo Meurer
d72a2e7baf
firmwareLinuxNonfree -> linux-firmware
This renames our `firmwareLinuxNonfree` package to `linux-firmware`.
There is prior art for this in multiple other distros[1][2][3].

Besides making the package more discoverable by those searching for the
usual name, this also brings it in-line with the `kebab-case` we
normally see in `nixpkgs` pnames, and removes the `Nonfree` information
from the name, which I consider redundant given it's present in
`meta.license`.

The corresponding alias has been added, so this shouldn't break
anything.

[1]: https://archlinux.org/packages/core/any/linux-firmware/
[2]: https://src.fedoraproject.org/rpms/linux-firmware
[3]: https://packages.gentoo.org/packages/sys-kernel/linux-firmware
2022-01-10 12:28:03 -03:00
Jörg Thalheim
423448195a parity-ui: drop broken package 2022-01-10 16:25:53 +01:00
jmc-figueira
abdbf22a30
wine-wayland: added derivation for building the experimental Wayland driver for Wine 2022-01-07 21:33:45 +00:00
Ben Siraphob
9334785442
crafty: remove 2022-01-07 16:45:55 +07:00
Ben Siraphob
af6a78c0ca
cpuminer-multi: remove 2022-01-07 16:45:55 +07:00
Ben Siraphob
8641b298b1
chunkwm: remove 2022-01-07 16:45:53 +07:00
Ben Siraphob
ea793d9ecc
bunny: remove 2022-01-07 16:45:52 +07:00
Ben Siraphob
45e81e03ac
bsod: remove 2022-01-07 16:45:51 +07:00
Ben Siraphob
05745bdae3
bin_replace_string: remove 2022-01-07 16:45:51 +07:00
Ben Siraphob
16091bda79
bashburn: remove 2022-01-07 16:45:50 +07:00
Ben Siraphob
801c41bd29
asn1c: remove 2022-01-07 16:45:49 +07:00
Ben Siraphob
2c5e45c35c
bypass403: remove 2022-01-07 16:45:45 +07:00
Brandon Weeks
6730766ba0 electron: remove electron_{3,4,5,6}
These versions of Electron are unsued by any packages and have been
not supported by upstream for quite some time.

https://www.electronjs.org/docs/latest/tutorial/support
2022-01-06 16:37:40 -08:00
Brandon Weeks
a7690bba3e openbazaar: remove
The organization behind OpenBazaar ceased operation in January 2021.
The final commit to the software repository was in December 2020.

https://twitter.com/openbazaar/status/1346104369566121986?s=20
https://github.com/OpenBazaar/openbazaar-desktop
2022-01-06 11:16:54 -08:00
c0bw3b
74b562f81a grib-api: remove
From upstream:
GRIB-API is no longer maintained (as of December 2018).
2022-01-05 23:47:11 +01:00
Jörg Thalheim
c8a29fc999 k3d: remove 2022-01-04 08:49:29 +01:00
Martin Weinelt
71e2b303c1
pybitmessage: remove
> "Programming Language :: Python :: 2.7 :: Only",
2022-01-02 13:38:15 +01:00
Martin Weinelt
f91116586a
electrum-dash: remove
Stuck on python2 and abandoned since 2017.
2022-01-02 13:38:15 +01:00
Martin Weinelt
12fb90696e
git-bz: remove
Stuck on python2 and unmaintained since 2015.
2022-01-02 13:38:15 +01:00
Martin Weinelt
5a08535f4b
rawdog: remove
> rawdog requires Python 2.7 or later, and not Python 3.

Have it your way!
2022-01-02 13:38:14 +01:00
Martin Weinelt
73f02a1379
keepnote: remove
Stuck on python2 with last release in 2012.
2022-01-02 13:38:14 +01:00
Martin Weinelt
965d11084e
gtklick: remove
Stuck on python2 and last release in 2010.
2022-01-02 13:38:14 +01:00
Martin Weinelt
8a107229a0
mimms: remove
Stuck on python2 and last release in 2015.
2022-01-02 13:38:14 +01:00
Martin Weinelt
f4fc87ee96
lastfmsubmitd: remove
Stuck on python2 and abandoned by upstream.
2022-01-02 13:38:13 +01:00
Martin Weinelt
4ee61b7c18
blastem: remove
Requires python2 and no release in over two years to resolve the
situation.

```
./img2tiles.py -s font_interlace_variable.spec font_interlace_variable.tiles
  File "/build/blastem-3d48cb0c28be/./img2tiles.py", line 78
    print len(colors), 'distinct 9-bit colors in image'
          ^
SyntaxError: invalid syntax
```
2022-01-02 13:38:13 +01:00
Martin Weinelt
64e2164ef3
dtrx: remove
Uses python2 and the upstream homepage is abandoned, the download link
is dead.
2022-01-02 13:38:13 +01:00
Martin Weinelt
cd7ba30786
knockknock: remove
Uses python2 and abandoned by upstream.
2022-01-02 13:38:13 +01:00
Martin Weinelt
9f0c445d21
creddump: remove
Uses python2 and abandoned by upstream.
2022-01-02 13:38:12 +01:00
Martin Weinelt
a426bc246d
pyrit: remove
Stuck on python2, the upstream added a note to the projectes REAMDE to
watch out for a python3 version. Nothing ever came off it.
2022-01-02 13:38:12 +01:00
Martin Weinelt
7409e5411b
polysh: remove
Uses python2 and abandoned by upstream in 2012.
2022-01-02 13:38:12 +01:00
Martin Weinelt
997c1274bd
pdf-redact-tools: remove
Uses python2 and abandoned by upstream.
2022-01-02 13:38:12 +01:00
Martin Weinelt
ae81c43976
tor-arm: remove
Uses python2 and the upstream has abandoned the project.
2022-01-02 13:38:11 +01:00
Martin Weinelt
74c730bd87
euca2ools: remove
Uses python2 and the upstream stopped maintaining it in 2017.
2022-01-02 13:38:11 +01:00
Martin Weinelt
2be369a7d6
sickrage: remove
Uses python2 and unmaintained in nixpkgs since introduced in 2018.

Upstream still maintains it, but it isn't easy to package, so we'll
remove it now.
2022-01-02 13:38:10 +01:00
Martin Weinelt
a4d3758afa
sickbeard: remove
Python2 user and unmaintained upstream since 2016.
2022-01-02 13:38:10 +01:00
zowoq
128812757b
terraform-providers: remove archived providers (#153015)
these providers have been archived and/or removed from the registry and
don't have a "blessed" fork or replacement linked in the archived repo.
2022-01-02 13:02:00 +01:00
Bobby Rong
eebef8a1de
Merge pull request #151917 from veprbl/pr/holochain-go
holochain-go: remove unmaintained version
2022-01-01 21:38:46 +08:00
Dmitry Kalinkin
a4c94c3861
holochain-go: remove unmaintained version 2022-01-01 08:25:27 -05:00
Artturi
5d172c65b4
Merge pull request #152137 from Artturin/redgam
{redshift,gammastep}: do not double wrap & redshift-wlr: remove
2022-01-01 08:05:08 +02:00
José Romildo
44c1dfb32d qt5ct: move to qt5-packages 2021-12-27 11:03:07 -03:00
Artturin
c1615bbd41 redshift-wlr: remove
deprecated by gammastep
https://github.com/jonls/redshift/pull/663#issuecomment-862058688
2021-12-25 22:54:10 +02:00
Ilan Joselevich
2f2dc9dd62 krita-beta: alias to krita 2021-12-23 19:43:37 +02:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879)
* elk7: 7.11.1 -> 7.16.1

* nixosTests.elk: Improve reliability and compatibility with ELK 7.x

- Use comparisons in jq instead of grepping
- Match for `.hits.total.value` if version >= 7, otherwise it always
  passes
- Make curl fail if requests fails

* nixos/filebeat: Add initial module and test

Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.

This module can be used instead of journalbeat if used with
`filebeat7` and configured with the `journald` input.

* python3Packages.parsedmarc.tests: Fix breakage

- Don't use the deprecated elasticsearch7-oss package
- Improve jq query robustness and add tracing

* rl-2205: Note the addition of the filebeat service

* elk6: 6.8.3 -> 6.8.21

The latest version includes a fix for CVE-2021-44228.

* nixos/journalbeat: Add a loose dependency on elasticsearch

Avoid unnecssary back-off when elasticsearch is running on the same
host.
2021-12-17 00:20:52 +09:00
Silvan Mosberger
e30a4fa4bd
Merge pull request #149404 from Infinisil/remove-scyther 2021-12-16 01:56:39 +01:00
Mario Rodas
f61303a9cb
terraform: 1.0.11 -> 1.1.0 (#149720)
https://github.com/hashicorp/terraform/releases/tag/v1.1.0
2021-12-13 17:16:44 +01:00
sternenseemann
d94eebe616 gitin: remove at 0.2.3
gitin depends on a precise version of git2go. Not even the latest
gitin/git2go version is compatible with an up to date libgit2. As the
upstream project hasn't seen activity in some time and doesn't respond
to the related issue (https://github.com/isacikgoz/gitin/issues/71),
drop this package.
2021-12-13 15:32:17 +01:00
Bart Brouns
9cc9963f56 linuxband: remove
The package was broken, depreciated and was using python2
https://github.com/NixOS/nixpkgs/issues/148779
2021-12-09 08:53:41 +01:00
TredwellGit
04bbfd1b88 linux_5_14: remove
https://lwn.net/ml/linux-kernel/1637500331152110@kroah.com/
https://github.com/openzfs/zfs/issues/12786
2021-12-08 00:15:07 +00:00
Silvan Mosberger
55af3549a3 scyther: remove since it only supports Python 2
See https://github.com/cascremers/scyther/issues/20
2021-12-07 17:58:03 +01:00
Maximilian Bosch
c959de5b30
Merge pull request #148360 from helsinki-systems/drop/pg96
postgresql_9_6: drop
2021-12-06 21:57:05 +01:00
ajs124
47da70cdda
Merge pull request #148783 from oxzi/claws-mail-ciao-cacao-v3
claws-mail: remove claws-mail-gtk2 version
2021-12-06 11:00:00 +00:00
Martin Weinelt
99f275754a
Merge pull request #148784 from doronbehar/pkg/gaia 2021-12-05 23:54:10 +01:00
Doron Behar
3a188316e7 gaia: Remove 2021-12-06 00:17:36 +02:00
Alvar Penning
521f30f80c claws-mail: remove claws-mail-gtk2 version
The GTK+ 2 version of Claws Mail, major version number three, relies on
Python 2, which is end-of-life and might be dropped in the nixpkgs.

In favour of #148779, this older branch of Claws Mail was removed.
2021-12-05 23:08:18 +01:00
Samuel Dionne-Riel
b976947ede
Merge pull request #121345 from samueldr/feature/plasma-mobile
Add support for Plasma Mobile
2021-12-04 15:37:26 -05:00
Samuel Dionne-Riel
6a9d303489 plasma-nano: Init at 5.23.3 2021-12-03 18:06:44 -05:00
Tyler Slabinski
3ed0e42e0f plasma-phone-components: Init at 5.23.3 2021-12-03 18:06:41 -05:00
Jonathan Ringer
cd4005ff32
_0x0: remove
Upstream no longer exists
2021-12-03 11:15:20 -08:00
ajs124
757dd008b2 postgresql_9_6: drop 2021-12-03 01:14:29 +01:00
github-actions[bot]
9c2a129ba1
Merge master into staging-next 2021-12-02 06:01:11 +00:00
Pontus Stenetorp
6e176f712b
julia_10-bin: deprecate
No longer supported upstream:

    https://discourse.julialang.org/t/julia-v1-7-0-has-been-released-and-v1-6-is-now-lts/72336
2021-12-02 01:18:07 +00:00
github-actions[bot]
017d32f216
Merge master into staging-next 2021-11-28 18:00:57 +00:00
rnhmjoj
97a3b2af1d
monero: rename to monero-cli
To make repology.org happy, use the -cli suffix.
2021-11-28 11:35:14 +01:00
github-actions[bot]
43d7f2e53d
Merge master into staging-next 2021-11-27 18:01:10 +00:00
AndersonTorres
d20dc69664 residualvm: remove
Now ResidualVM lives inside ScummVM.
2021-11-27 10:53:16 -03:00
MoritzBoehme
b5080c6914
synology-drive: added alias error message which points to synology-drive-client
synology-drive-client: clear fmt and update error message
2021-11-26 21:30:22 +11:00
github-actions[bot]
a1d98b162f
Merge master into staging-next 2021-11-23 18:01:10 +00:00
Jan Tojnar
0db8b38bd4
Merge pull request #143672 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.14 -> 1.2.0
2021-11-23 16:21:46 +01:00
Jonathan Ringer
4b73049ccc
Merge remote-tracking branch 'origin/staging' into staging-next
Conflicts:
	nixos/tests/custom-ca.nix
2021-11-22 21:33:23 -08:00
github-actions[bot]
28641f51dc
Merge master into staging-next 2021-11-22 18:01:08 +00:00
Jan Tojnar
0bbd6b822e debugedit: unstable-2021-07-05 → 5.0
https://sourceware.org/git/?p=debugedit.git;a=shortlog;h=refs/tags/debugedit-5.0
2021-11-22 16:30:44 +01:00
Sandro
36c04ba35c
Merge pull request #144003 from sbruder/update-antimicrox 2021-11-22 16:24:19 +01:00
Alyssa Ross
28625f7861 selinux: 2.9, 3.0 -> 3.3
These are all released together, so I'm updating them all in a single
commit.
2021-11-21 13:51:54 +00:00
github-actions[bot]
6ad93ecdbb
Merge master into staging-next 2021-11-21 06:01:18 +00: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
github-actions[bot]
c83cfc58e5
Merge master into staging-next 2021-11-19 00:01:26 +00:00
Janne Heß
95b8513b39
mumsi/mumlib: Drop 2021-11-18 22:33:10 +01:00
github-actions[bot]
385e4f8531
Merge master into staging-next 2021-11-18 06:01:22 +00:00
jgart
50bbc006ba svgcleaner: Remove deprecated package. 2021-11-17 22:51:20 -05:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
Dmitry Kalinkin
922661273c
beret: remove
Was broken for 6 years
2021-11-16 17:22:36 -05:00
github-actions[bot]
ca7a3ad2e8
Merge master into staging-next 2021-11-16 18:01:14 +00:00
Sandro
dc37c7483e
Merge pull request #140829 from deshaw/kcat 2021-11-16 18:36:37 +01:00
github-actions[bot]
617d1d1f17
Merge staging-next into staging 2021-11-16 12:02:01 +00:00
TredwellGit
f726b6c476 linux-rt_5_11: remove 2021-11-15 19:38:09 +00:00
github-actions[bot]
e972a20a60
Merge staging-next into staging 2021-11-13 00:02:24 +00:00
Sandro
4a4d57bd25
Merge pull request #144166 from LibreCybernetics/linux_5_15_aliases 2021-11-12 23:34:53 +01:00
github-actions[bot]
fd8fae936e
Merge staging-next into staging 2021-11-12 06:02:01 +00: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
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01: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