Commit graph

48440 commits

Author SHA1 Message Date
freezeboy 1f7e201e9e plink: remove (broken since 2014) 2020-11-02 03:24:16 +01:00
R. RyanTM ee3acf3aa4 calligra: 3.2.0 -> 3.2.1 2020-11-01 23:50:29 +01:00
R. RyanTM 8bb3603932 clipgrab: 3.8.14 -> 3.8.15 2020-11-01 23:50:05 +01:00
Frederik Rietdijk 9436457542 digikam: fix double wrapping 2020-11-01 23:39:05 +01:00
Frederik Rietdijk 2ff2ef1a52 kdenlive: depend on qtmultimedia instead of unsupported qtwebkit 2020-11-01 23:38:03 +01:00
Frederik Rietdijk 016bfce7d2 kdenlive: avoid double wrapping 2020-11-01 23:38:03 +01:00
Kevin Cox ce3a2e6e49
Merge pull request #91792 from jcpetruzza/kakoune-plugins
kakoune: rework plugin support
2020-11-01 15:07:28 -05:00
roconnor eaf06c30ac
Merge pull request #101945 from roconnor/OSCAR
OSCAR: init at 1.2.0
2020-11-01 14:25:49 -05:00
Jonathan Ringer 9122b454f6 csv_fast_export: use python3 2020-11-01 10:54:30 -08:00
Andreas Rammhold df2d47cd39
Merge pull request #102266 from NixOS/firefox-82.02
firefox{,-bin}: 80.0 -> 80.0.2
2020-11-01 19:34:37 +01:00
Matthieu Coudron 295948f40f neovim: dont wrap when is null
restore previous behavior
2020-11-01 18:55:57 +01:00
Vincent Laporte 86c6683e62 ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06 2020-11-01 17:18:02 +01:00
Benjamin Hipple 21c97849d4
Merge pull request #102325 from bryanasdev000/package-popeye-0.9.0
popeye: 0.8.10 -> 0.9.0
2020-11-01 10:02:08 -05:00
Daniel Gorin 464804b43f kakoune: Fix :doc when using plugins
So, kakoune takes the documentation shown for `:doc` from
`$KAKOUNE_RUNTIME/share/kak/doc`. Unfortunately, it seems
that it will ignore files that are symlinks. This is arguably
a bug in kakoune, we workaround it for now by copying the
content of the docfiles.
2020-11-01 14:35:49 +00:00
Daniel Gorin 550389392a kakoune: rework plugin support
The previous implementation of plugin-support for the kakoune derivation
was based on generating, at build time, a `plugins.kak` file that would
source all .kak files in the list of plugins, and wrap the `kak` binary
in a script that would add some command-line arguments so that this
file gets loaded on start-up. The main problem with this approach
is that the plugins' code get executed *after* the user's configuration
file is loaded, so effectively one cannot automatically activate/configure
these plugins.

The idiomatic way of loading plugins is ensuring they end up installed
somwhere under `share/kak/autoload`. Because plugins are already being
packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`,
we can obtain a derivation that includes the plugins simply by doing a
`symlinkJoin` of `kakoune-unwrapped` and all the requested plugins.

For this to work, we need to fix two issues:

  1. By default, kakoune makes `share/kak/autoload` a symbolic link to
     `share/kak/rc`, which contains all builtin definitions. We need
     to patch this to put the symlink under `share/kak/autoload/rc`, so that
     the join works.

  2. By default kakoune expects the `autoload` directory to be in
     `../share/kak/autoload` relative to the location of the `kak` binary.
     We need to set the `KAKOUNE_RUNTIME` to point the symlinked
     share/kak for this to work.
2020-11-01 14:35:49 +00:00
Mario Rodas 21964f4f54
Merge pull request #102328 from r-ryantm/auto-update/compactor
compactor: 0.12.2 -> 1.0.0
2020-11-01 07:08:57 -05:00
Felix Tenley 8d6cac9e03
filebot: 4.9.1 -> 4.9.2 2020-11-01 11:56:06 +01:00
Frederik Rietdijk 790714af65 kdeApplications.okteta: remove alias
After 3 years we can remove the alias.
2020-11-01 11:19:00 +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
R. RyanTM e945bd753c compactor: 0.12.2 -> 1.0.0 2020-11-01 07:54:34 +00:00
Bryan A. S 4f8477a28f popeye: 0.8.10 -> 0.9.0
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-11-01 04:10:08 -03:00
Mario Rodas 26d3fbf215
Merge pull request #102310 from r-ryantm/auto-update/git-gone
gitAndTools.git-gone: 0.3.6 -> 0.3.7
2020-10-31 23:00:45 -05:00
Mario Rodas 76fdf69296
Merge pull request #102303 from r-ryantm/auto-update/git-trim
gitAndTools.git-trim: 0.4.0 -> 0.4.2
2020-10-31 22:11:55 -05:00
R. RyanTM 5535343769 gitAndTools.git-gone: 0.3.6 -> 0.3.7 2020-11-01 02:35:57 +00:00
R. RyanTM 0c77c15642 gitAndTools.git-trim: 0.4.0 -> 0.4.2 2020-11-01 01:10:34 +00:00
Austin Seipp 09ff423bef
Merge pull request #102030 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.10.0 -> 2020.10.2
2020-10-31 19:21:45 -05:00
Andreas Rammhold fdbdd72f5f
firefox-bin: 82.0 -> 82.0.2 2020-10-31 19:53:34 +01:00
Matthieu Coudron 36ac62c6d7
Merge pull request #102231 from teto/neovim_fix
neovim: revert change to extraMakeWrapperArgs
2020-10-31 19:36:49 +01:00
Andreas Rammhold f4490bb28a
firefox: 82.0 -> 82.0.2 2020-10-31 19:34:23 +01:00
Maximilian Bosch a64f9cfab4
Merge pull request #102207 from Frostman/hugo-0.77.0
hugo: 0.76.5 -> 0.77.0
2020-10-31 17:34:54 +01:00
Matthieu Coudron 95702fe6d2 neovim: revert change to extraMakeWrapperArgs
wrapNeovim incited users to use a list instead of a string. Revert that:
the change is not super useful while breaking home-manager.
2020-10-31 14:32:02 +01:00
Michael Weiss 680d320123
tdesktop: 2.4.4 -> 2.4.5 2020-10-31 14:24:49 +01:00
Maximilian Bosch 1ecc5c7760
Merge pull request #102199 from evalexpr/i3status-rust-update-0.14.2
i3status-rust: 0.14.1 -> 0.14.2
2020-10-31 11:59:33 +01:00
Jonathan Wilkins d7ea518958
i3status-rust: 0.14.1 -> 0.14.2 2020-10-31 10:34:23 +00:00
Marek Mahut 2da96f3f9c
Merge pull request #102152 from RaghavSood/ledger-live/2.15.0
ledger-live-desktop: 2.14.0 -> 2.15.0
2020-10-31 10:14:50 +00:00
Marek Mahut 7bea6f9b91
Merge pull request #99929 from JesusMtnez/slack
slack: 4.9.0 -> 4.10.3
2020-10-31 10:14:02 +00:00
Vincent Laporte 8cab21b48b Revert "coq: propagate and install ocaml and findlib"
This reverts commit 5d0e2dedd5.
2020-10-31 09:08:06 +01:00
Benjamin Hipple 4a29d9c069
Merge pull request #102198 from jbedo/last
last: 1066 -> 1133
2020-10-31 00:46:04 -04:00
Sergey Lukjanov 5c4342674b hugo: 0.76.5 -> 0.77.0 2020-10-30 21:20:52 -07: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
Justin Bedo 32573f4b6e
last: 1066 -> 1133 2020-10-31 10:59:02 +11: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
Maximilian Bosch 952dc5c7ff
Merge pull request #101421 from sikmir/geogebra
geogebra: 5-0-593-0 -> 5-0-609-0, geogebra6: 6-0-600-0 -> 6-0-609-0
2020-10-30 23:39:37 +01:00
Martin Weinelt 4221de2b4f
Merge pull request #99523 from mweinelt/ircdog
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
WORLDofPEACE 99600df584
Merge pull request #101112 from deviant/remove-uemacs
uemacs: remove
2020-10-30 16:01:47 -04:00
Lassulus 858e014efc
Merge pull request #102002 from RaghavSood/electrum-ltc/ledger
electrum-ltc: enable hardware wallets
2020-10-30 19:39:43 +01:00
Doron Behar 09fd4270d7 kile: some slight improvements/fixes
Use `buildInputs` instead of `propagatedBuildInputs` - should reduce
closure size a bit. Don't wrap executables twice. Move `kdoctools` to
native. Use libsForQt5 - default version (works).

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2020-10-30 20:39:19 +02:00
Doron Behar c8a7e4da0a firefox/wrapper: Use plasma-browser-integration correctly
Don't rely on the attribute from the aliases.nix, as ofborg checks that
in PRs.
2020-10-30 20:37:58 +02:00
Doron Behar ea9de43bf4 tellico: Use libkcddb from libsForQt5's scope.
Part of (#101369): kdeApplications points to a set of derivations built
with a specific qt version, where libkcddb is available in libsForQt5's
callPackage scope, thanks to the parent commit of this commit.
2020-10-30 20:34:14 +02:00
ajs124 0126c86672 linuxstopmotion: 0.8.0 -> 0.8.5
and qt4 -> qt5
2020-10-30 19:26:36 +01:00