Commit Graph

243718 Commits

Author SHA1 Message Date
Ryan Mulligan
7f0162c3f1
Merge pull request #98026 from danieldk/1password-0.8.6
_1password-gui: 0.8.5-1 -> 0.8.6-2
2020-09-15 06:26:53 -07:00
Ryan Mulligan
2b3a955f07
Merge pull request #98034 from sternenseemann/redo-sh-4.0.3
redo-sh: 2.0.3 → 4.0.3
2020-09-15 06:21:10 -07:00
Timo Kaufmann
66df60b896
Merge pull request #86111 from xaverdh/xserver-rename-use-xfs
nixos/xserver: clean up the useXFS option
2020-09-15 15:01:38 +02:00
Dominik Xaver Hörl
c3be76580f nixos/xserver: clean up the useXFS option
It had confusing semantics, being somewhere between a boolean option and
a FontPath specification. Introduce fontPath to replace it and mark the
old option as removed.
2020-09-15 14:13:34 +02:00
Mario Rodas
cf115674b0
Merge pull request #98021 from marsam/update-shadowsocks-libev
shadowsocks-libev: 3.3.4 -> 3.3.5
2020-09-15 06:56:46 -05:00
sternenseemann
4a56effdfb redo-sh: 2.0.3 → 4.0.3
Additional changes:

* Change platforms from linux to unix. redo-sh should run as long as
  stdenv.shell is a bourne shell.
* Explicitly pass coreutils as a dependency so it can be overriden to
  use, say busybox.
2020-09-15 10:16:30 +02:00
Jörg Thalheim
00bf6abad1
Merge pull request #97516 from Izorkin/nginx-modules 2020-09-15 08:34:21 +02:00
Milan
c15bcdd91f
percona-server: 5.6.43-84.3 -> 5.6.49-89.0 (#97923)
Fixes build with recent versions of glibc.

ZHF: #97479
2020-09-15 08:25:19 +02:00
Daniël de Kok
8d6b2c0301
Merge pull request #97853 from danieldk/softmaker-office-1020
softmaker-office: 1018 -> 1020
2020-09-15 08:21:23 +02:00
Daniël de Kok
715790e27f _1password-gui: 0.8.5-1 -> 0.8.6-2
Changelog:
https://discussions.agilebits.com/discussion/115787/1password-development-preview-0-8-6
2020-09-15 08:19:50 +02:00
Jörg Thalheim
c407eb8c88
Merge pull request #96514 from khumba/system76 2020-09-15 07:51:10 +02:00
Josef Kemetmüller
ce065c6251 cli-visualizer: Fix build 2020-09-14 21:40:27 -07:00
Mario Rodas
c1d2464fdb shadowsocks-libev: 3.3.4 -> 3.3.5
https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.5
2020-09-14 23:19:21 -05:00
Erik Arvstedt
be33b54672 maintainers/build: skip packages that don't evaluate 2020-09-14 21:17:13 -07:00
Tom Repetti
89c781cc50 vimPlugins.vim-ocaml: init at 2020-08-20 2020-09-14 20:55:57 -07:00
Tom Repetti
0617d9cfef vimPlugins: update 2020-09-14 20:55:57 -07:00
Austin Butler
9511b32979 vscode-extensions.ms-python.python: 2020.7.96456 -> 2020.8.103604 2020-09-14 20:51:04 -07:00
Mathnerd314
47ba35d6d4
unnethack: 5.2.0 -> 5.3.2 (#97595)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-14 20:48:49 -07:00
Matthew Bauer
a4ad9e740a
Merge pull request #97507 from jonascarpay/gambatte-alsa-fix
gambatte: add alsa dependency, 2016-05-03 -> 2020-03-14
2020-09-14 21:44:19 -05:00
ajs124
441a7da808
Merge pull request #95800 from oxzi/claws-mail-mailto
claws-mail: patch mailto handling
2020-09-15 04:11:02 +02:00
Benjamin Hipple
dc622edc2e
Merge pull request #97978 from zimbatm/awscli2-2.0.48
awscli2: 2.0.46 -> 2.0.48
2020-09-14 22:07:05 -04:00
WORLDofPEACE
0026c20ea1
Merge pull request #98007 from neonfuz/akira
akira: 2020-05-01 -> 0.0.13
2020-09-14 20:53:02 -04:00
WORLDofPEACE
d23f814eb3
Merge pull request #98004 from romildo/upd.nm-applet
nixos/nm-applet: starts the applet with Appindicator support
2020-09-14 20:44:51 -04:00
José Romildo Malaquias
0c6e1ddf61 nixos/pantheon: disable nm-applet indicator 2020-09-14 21:27:00 -03:00
José Romildo Malaquias
0d7a2f67df nixos/nm-applet: starts the applet with Appindicator support
As of version 1.18.0 Appindicator support is available in the official
network-manager-applet package. To use nm-applet in an Appindicator
environment the applet should be started  with the following command:

$ nm-applet --indicator

Without this option it does appear in the Enlightenment panel systray,
for instance.
2020-09-14 21:11:15 -03:00
Aaron Andersen
9f68287e3d
Merge pull request #97942 from aanderse/tomcat-native
tomcat-native: 1.2.24 -> 1.2.25
2020-09-14 19:55:51 -04:00
aszlig
7447bdc523
nixos/plasma5: Fix eval of colord-kde/wacomtablet
Regression introduced by 053b05d14d.

The commit in question essentially removed the "with pkgs;" from the
scope around the various packages added to environment.systemPackages.

Since services.colord.enable and services.xserver.wacom.enable are false
by default, the change above didn't directly result in an evaluation
error.

Tested evaluation before and after this change via:

  for cfg in hardware.bluetooth.enable \
             networking.networkmanager.enable \
             hardware.pulseaudio.enable \
             powerManagement.enable \
             services.colord.enable \
             services.samba.enable \
             services.xserver.wacom.enable; do
    nix-instantiate --eval nixos --arg configuration '{
      services.xserver.desktopManager.plasma5.enable = true;
      '"$cfg"' = true;
    }' -A config.environment.systemPackages > /dev/null
  done

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2020-09-15 01:19:15 +02:00
Ryan Mulligan
8cdf9c95c4
Merge pull request #97280 from tex/airscan
airscan: 0.99.8 -> 0.99.16
2020-09-14 14:52:55 -07:00
Sage Raflik
de248c05cf akira: 2020-05-01 -> 0.0.13 2020-09-14 16:31:11 -05:00
Robert Scott
58802bec5f
Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
Henri Menke
9d60354fae nixos/shadowsocks: add test without plugin 2020-09-14 22:35:05 +02:00
Henri Menke
e587b5a8a8 nixos/shadowsocks: add extraConfig 2020-09-14 22:35:05 +02:00
Daniël de Kok
0023908b4e
Merge pull request #97983 from Flakebi/rgp
rgp: 1.7.0.29 -> 1.8
2020-09-14 21:54:08 +02:00
Robert Scott
9743a383cc
Merge pull request #97927 from NieDzejkob/chez-fix
chez-modules: Fix path to csv-site.
2020-09-14 20:51:04 +01:00
Vincent Laporte
cc4a33d78c ott: 0.30 → 0.31 2020-09-14 21:42:22 +02:00
Robert Scott
9fb14d899d pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency 2020-09-14 20:37:59 +01:00
pancho horrillo
c814b0ef24
caddy1: fix build (#97988)
main.go gets overwritten in order to build caddy with telemetry
disabled, but the global variable `run` got neglected, and this in turn
broke the test in caddy/main_test.go.

This commit fixes that, and build can now complete.
2020-09-14 19:31:08 +00:00
Sebastian Neubauer
26c23c01a6
rgp: 1.7.0.29 -> 1.8 2020-09-14 20:03:38 +02:00
Jonathan Ringer
10e2e5be30 vimPlugins.asyncomplete-vim: init at 2020-08-09 2020-09-14 10:37:50 -07:00
Jonathan Ringer
258cbe62f7 vimPlugins: resolve github repository redirects 2020-09-14 10:37:50 -07:00
Jonathan Ringer
b92f79e128 vimPlugins: update 2020-09-14 10:37:50 -07:00
Viacheslav Lotsmanov
68896cd397 vimPlugins.nerdtree-git-plugin: init at 2020-09-11 2020-09-14 10:15:43 -07:00
Maximilian Bosch
441818c4ff
element-desktop: 1.7.5 -> 1.7.7
https://github.com/vector-im/element-desktop/releases/tag/v1.7.6
https://github.com/vector-im/element-desktop/releases/tag/v1.7.7
2020-09-14 18:56:48 +02:00
Maximilian Bosch
33d02b3396
element-web: 1.7.5 -> 1.7.7
https://github.com/vector-im/element-web/releases/tag/v1.7.6
https://github.com/vector-im/element-web/releases/tag/v1.7.7
2020-09-14 18:56:15 +02:00
Lancelot SIX
79b9007c94
Merge pull request #97961 from sikmir/timezonefinder
pythonPackages.timezonefinder: fix build
2020-09-14 17:12:57 +01:00
Daniël de Kok
04e9c9b0a3
Merge pull request #97976 from Flakebi/amdvlk
amdvlk: 2020.Q3.4 -> 2020.Q3.5 and add 32-bit build
2020-09-14 17:55:44 +02:00
Sebastian Neubauer
50733da4b0 amdvlk: 2020.Q3.4 -> 2020.Q3.5 2020-09-14 17:41:24 +02:00
Sebastian Neubauer
0dca8d5b1e nixos/manual: add 32-bit amdvlk usage 2020-09-14 17:41:23 +02:00
Sébastien Maret
234b39a6d4
gildas: 20200601_b -> 20200901_a (#97968) 2020-09-14 11:18:06 -04:00
Théo Zimmermann
1074c0a37f ocamlPackages.graphql_ppx: 0.7.1 -> 1.0.1 2020-09-14 16:23:28 +02:00