Commit graph

644 commits

Author SHA1 Message Date
Raghav Sood 1fd8d571ed
cpp_ethereum: remove 2020-11-30 03:23:21 +00:00
Jan Tojnar bb368b77fd
Merge pull request #104908 from con-f-use/init_mcomix3 2020-11-26 22:17:10 +01:00
con-f-use a94fd94d5c mcomix3: init at 20201123
closes #75028
2020-11-26 19:26:43 +01:00
Sandro 0677e4efbf
Merge pull request #102271 from symphorien/check-systemd
check_systemd: init at 2.2.1
2020-11-26 02:56:13 +01:00
Symphorien Gibol 590aa37109 check_systemd: init at 2.2.1
and remove pynagsystemd, which it replaces.
2020-11-25 22:48:39 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
freezeboy 38b041bdf8 libsForQt5.qtcurve: fix build with Qt5.15
moved the initial qtcurve package to mkLibsForQt5 function
to decouple from Qt5 version

added an alias qtcurve -> libsForQt5.qtcurve for backward compatibility

add option to disable gtk2 support (still enabled by default)
2020-11-20 22:24:27 +01:00
freezeboy ecf4fd16b9 retroshare: move to alias and explain why it is broken 2020-11-20 22:24:27 +01:00
freezeboy ed7a64c4ee qcsxcad: migrate to Qt511 + additional cleanup
* Split into multiple outputs
 * Rewrite the derivation without stdenv
2020-11-20 22:24:18 +01:00
makefu 955548855d
aliases: rfkill is replaced by utillinux, not util-linux 2020-11-17 20:12:43 +01:00
Frederik Rietdijk 36b27ccf77
Merge pull request #103462 from NixOS/staging-next
Staging next
2020-11-16 15:23:47 +01:00
Bart Brouns 89fae7b7c7 vdirsyncerStable: deprecate 2020-11-16 20:23:49 +08:00
Doron Behar 9db44f61a7 rubyMinimal: remove
Due to being unused, and seemingly unusable, added appropriate release
notes.
2020-11-09 16:17:41 +02:00
Michael Weiss 197ddbced2
mesa: Replace all usages of old aliases 2020-11-08 22:56:55 +01:00
freezeboy da04a8e397 k9copy: remove for being broken since 2014 2020-11-06 12:09:42 +01:00
Masanori Ogino b5de671861 pythonPackages.smugline: remove
Upstream states that it is no longer maintained.

Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
freezeboy dc0f5ed6d2 btc1: remove 2020-11-04 12:26:42 +01:00
Kevin Cox 8230e62f57
Merge pull request #100495 from DianaOlympos/riak-cs-delete
riak-cs: delete
2020-11-03 11:17:42 -05:00
Daniël de Kok 2730e02a90
Merge pull request #102525 from freezeboy/remove-pdf2htmlEx
pdf2htmlEx: remove
2020-11-03 13:17:36 +01:00
Daniël de Kok 042cda99f1
Merge pull request #102422 from freezeboy/remove-dvb-apps
dvb_apps: remove (broken since 2018)
2020-11-03 13:15:24 +01:00
Daniël de Kok d33642978c
Merge pull request #102412 from freezeboy/remove-flvtool2
flvtool2: remove (broken since 2018)
2020-11-03 13:14:43 +01:00
freezeboy 516f48a84c dvb_apps: remove (broken since 2018) 2020-11-03 11:45:45 +01:00
freezeboy 2c233e06d8 flvtool2: remove (broken since 2018) 2020-11-03 11:43:07 +01:00
freezeboy d4ad2a8723 pdf2htmlEx: remove
This package is broken since 2018 and the project itself is abandonned
upstream since 2017, so there is no hope to see it evolve
2020-11-03 11:41:29 +01:00
Maciej Krüger 16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
Frederik Rietdijk 54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
ajs124 edce0de0d2
Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
ajs124 a5bce15b5d skype_call_recorder: drop
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Jan Tojnar 3d3792020d
Merge pull request #102163 from mkenigs/rm-glacier-cmd
amazon-glacier-cmd-interface: remove package
2020-10-30 22:05:50 +01:00
Doron Behar a728279d70 sddm: Move to libsForQt5*
Part of #101369: Inherit it in aliases.nix, for backwards compatibility.
2020-10-30 20:37:59 +02:00
Doron Behar b5c6505e63 treewide: Safer libsForQt5.callPackage
Intro:

Part of #101369: Every attribute from kdeApplications and kdeFrameworks
can be built with a few different qt5 versions. It's hard to tell the
difference between an application and a library and some applications
rely on inputs from kdeApplications and libsForQt5 alike.

Before this change, some applications that were defined with
`libsForQt5.callPackage` used libraries from the kde* sets compiled with
a specific qt5 version,

Due to `inherit (kde*) <lib or app>;` used in the widest scope, we had
issues with packages that depended on packages defined by this
`inherit`. This led to mismatched qt versions used in the same inputs,
or the inputs of inputs etc.

Hence, we added to all libsForQt5* sets, packages that will be used from
the correct libsForQt5 set, in accordance to the
`libsForQt5*.callPackage` used. All `inherit (kdeApplications) <pkgs>`
and similar inheritance was moved out of all-packages.nix to aliases.nix
only for backwards compatibility.

Now some KDE applications show up in the attribute sets `libsForQt5*`
which didn't show up there previously. This is sort of misleading, as
these are not necessary libraries, but they show up in the wider scope
thanks to them in aliases.nix. Hence it's the best that can be done
considering the circumstances and the urgency of the issue.
2020-10-30 20:32:19 +02:00
Matthew Kenigsberg b5faf8e4c6 amazon-glacier-cmd-interface: remove package
Last real upstream activity appears to be ~6 years ago and depends on
python2 packages that will soon be vulnerable

Helps #101964
2020-10-30 11:44:57 -05:00
Peter Hoeg 0d25246f4d kdeconnect: part of kdeApplications 2020-10-30 22:34:02 +08:00
luc65r 345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
Thomas Depierre 63caecee7d riak-cs: delete 2020-10-28 19:31:33 +01:00
Andreas Rammhold ff957d06ac
Merge pull request #99718 from ckauhaus/99286-suil-qt5-alias
suil-qt5: remove from aliases.nix
2020-10-24 23:07:57 +02:00
Dominik Xaver Hörl 9c3bc4a757 pkgs/top-level/aliases.nix: improve error messages
Change error messages to start with or at least mention the name of the
package being referenced. This avoids obscure error messages like
"error: Abandoned by upstream." when rebuilding your system.
Also do some trivial cosmetic changes while touching things.
2020-10-22 19:53:04 +02:00
Rebecca Turner e19a5b3f95
ytop: Add "ytop" to ytop's error message
Right now, running `nixos-rebuild` gives an obscure error:
```
$ nixos-rebuild switch
building Nix...
building the system configuration...
error: Abandoned by upstream. Consider switching to bottom instead
(use '--show-trace' to show detailed location information)
```

(And `--show-trace` adds no useful information.)

The error message doesn't indicate that `ytop` is what's causing the problem.
By adding `ytop` to the error message, configurations that still reference
`ytop` will be easier to debug and fix.
2020-10-19 18:24:28 -04:00
Ruud van Asseldonk b82ca4d2e1 mopidy-local-sqlite: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
2020-10-18 19:33:55 +02:00
Ruud van Asseldonk 79a823ceae mopidy-local-images: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older plugins any more.
2020-10-18 19:32:55 +02:00
Vladimír Čunát 04821fbe46
Merge #93333: julia: Remove version 0.7 and 1.1 2020-10-18 10:29:04 +02:00
Mario Rodas d497f8b360
Merge pull request #100453 from berbiche/deprecate-ytop-gotop
ytop: remove
2020-10-14 21:14:14 -05:00
Nicolas Berbiche 258ebb540e
ytop: remove
Upstream has archived the repository and recommends bottom
2020-10-14 12:10:30 -04:00
rnhmjoj b42a421e47
transmission-remote-cli: remove
This finally stopped working after transmission upgraded the API
protocol to v3.0.
2020-10-14 09:26:23 +02:00
José Romildo Malaquias e2064ae542
Merge pull request #99704 from Vonfry/update/dracula
dracula-theme: 1.3.0 -> 2.0 and rename ant-dracula to dracula-theme
2020-10-11 16:07:12 -03:00
Vonfry 0f1be68116
dracula-theme: rename ant-dracula-theme to dracula-theme and update 2020-10-11 20:16:27 +08:00
Florian Klink 7d8c02e04f
Merge pull request #100088 from flokli/remove-oracle-xe
oracleXE: remove
2020-10-09 23:23:02 +02:00
WORLDofPEACE 2023cbe998
Merge pull request #100089 from mkg20001/spidm
spidermonkey: drop from all-packages, add to aliases
2020-10-09 12:09:18 -04:00
ajs124 178213fad1
Merge pull request #99961 from helsinki-systems/upd/asterisk
asterisk: Bump all packages
2020-10-09 17:39:49 +02:00
Maciej Krüger 556ad0d6a8
spidermonkey: drop from all-packages, add to aliases 2020-10-09 16:53:07 +02:00