Commit Graph
243690 Commits
Author SHA1 Message Date
ajs124andGitHub 441a7da808 Merge pull request #95800 from oxzi/claws-mail-mailto
claws-mail: patch mailto handling
2020-09-15 04:11:02 +02:00
Benjamin HippleandGitHub 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
WORLDofPEACEandGitHub 0026c20ea1 Merge pull request #98007 from neonfuz/akira
akira: 2020-05-01 -> 0.0.13
2020-09-14 20:53:02 -04:00
WORLDofPEACEandGitHub 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 AndersenandGitHub 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 MulliganandGitHub 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 ScottandGitHub 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 MenkeandBenno Fünfstück 9d60354fae nixos/shadowsocks: add test without plugin 2020-09-14 22:35:05 +02:00
Henri MenkeandBenno Fünfstück e587b5a8a8 nixos/shadowsocks: add extraConfig 2020-09-14 22:35:05 +02:00
Daniël de KokandGitHub 0023908b4e Merge pull request #97983 from Flakebi/rgp
rgp: 1.7.0.29 -> 1.8
2020-09-14 21:54:08 +02:00
Robert ScottandGitHub 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 LaporteandVincent 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 horrilloandGitHub 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 NeubauerandFlakebi 26c23c01a6 rgp: 1.7.0.29 -> 1.8 2020-09-14 20:03:38 +02:00
Jonathan RingerandJon 10e2e5be30 vimPlugins.asyncomplete-vim: init at 2020-08-09 2020-09-14 10:37:50 -07:00
Jonathan RingerandJon 258cbe62f7 vimPlugins: resolve github repository redirects 2020-09-14 10:37:50 -07:00
Jonathan RingerandJon b92f79e128 vimPlugins: update 2020-09-14 10:37:50 -07:00
Viacheslav LotsmanovandJon 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 SIXandGitHub 79b9007c94 Merge pull request #97961 from sikmir/timezonefinder
pythonPackages.timezonefinder: fix build
2020-09-14 17:12:57 +01:00
Daniël de KokandGitHub 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 MaretandGitHub 234b39a6d4 gildas: 20200601_b -> 20200901_a (#97968) 2020-09-14 11:18:06 -04:00
Théo ZimmermannandVincent Laporte 1074c0a37f ocamlPackages.graphql_ppx: 0.7.1 -> 1.0.1 2020-09-14 16:23:28 +02:00
Anderson TorresandGitHub a5931fa6e3 Merge pull request #95409 from utdemir/stream_layered_image_fix
dockerTools.streamLayeredImage: Store the customisation layer as a tarball
2020-09-14 11:05:48 -03:00
Stig PandGitHub 0d82843d16 Merge pull request #84559 from deshaw/contrib/perl-rpm2
perlPackages.RPM2: init at 1.4
2020-09-14 13:53:04 +00:00
Tim SteinbachandGitHub 8822778094 netatop: 2.0 -> 3.1 (#97779)
linuxPackages_hardkernel_4_14.netatop linuxPackages_hardkernel_latest.netatop remain broken. 
linuxPackages-libre.netatop linuxPackages.netatop linuxPackages_4_14.netatop linuxPackages_4_19.netatop linuxPackages_4_4.netatop linuxPackages_4_9.netatop linuxPackages_5_7.netatop linuxPackages_5_8.netatop linuxPackages_hardened.netatop linuxPackages_latest-libre.netatop linuxPackages_latest_hardened.netatop linuxPackages_latest_xen_dom0.netatop linuxPackages_latest_xen_dom0_hardened.netatop linuxPackages_testing_bcachefs.netatop linuxPackages_xen_dom0.netatop linuxPackages_xen_dom0_hardened.netatop linuxPackages_zen.netatop are good
2020-09-14 15:34:32 +02:00
zimbatm 60d443d0cd awscli2: 2.0.46 -> 2.0.48 2020-09-14 15:14:28 +02:00
Tim Steinbach 7f52b1f339 awscli: 1.18.128 -> 1.18.137 2020-09-14 09:11:08 -04:00
Tim Steinbach 8bf7fe69c5 boto3: 1.14.51 -> 1.14.60 2020-09-14 09:11:08 -04:00
Tim Steinbach 8ec1cb8b7a botocore: 1.17.51 -> 1.17.60 2020-09-14 09:11:08 -04:00
Sebastian Neubauer 13beb432fb amdvlk: Add i686-linux platform 2020-09-14 15:04:57 +02:00
Daniël de KokandGitHub d2098f90e3 Merge pull request #97852 from danieldk/1password-gui-0.8.5
_1password-gui: 0.8.4 -> 0.8.5-1
2020-09-14 15:01:20 +02:00
Tim Steinbach 7699e31abb oh-my-zsh: 2020-09-09 -> 2020-09-12 2020-09-14 08:42:05 -04:00
Tim Steinbach 37149b8bfe linux: 5.8.8 -> 5.8.9 2020-09-14 08:42:04 -04:00
Tim Steinbach 06f28063d3 linux: 5.4.64 -> 5.4.65 2020-09-14 08:42:04 -04:00
Tim Steinbach cbe5a50976 linux: 4.9.235 -> 4.9.236 2020-09-14 08:42:03 -04:00
Tim Steinbach 5a6b1176ea linux: 4.4.235 -> 4.4.236 2020-09-14 08:42:03 -04:00
Tim Steinbach 0b5ca2c00f linux: 4.19.144 -> 4.19.145 2020-09-14 08:42:03 -04:00
Tim Steinbach 94be165d1f linux: 4.14.197 -> 4.14.198 2020-09-14 08:41:59 -04:00
Stig PandGitHub f9a8f94ee0 Merge pull request #84831 from deshaw/contrib/perl-clihelpers
perlPackages.CLIHelpers: init at 1.8
2020-09-14 12:31:29 +00:00
Souvik SenandSouvik Sen 612bb9c796 perlPackages.CLIHelpers: init at 1.8 2020-09-14 07:46:22 -04:00
Maximilian BoschandGitHub f73b1097bc Merge pull request #97865 from doronbehar/pkg/gotify-client
gotify-cli: Add version and commit to ldflags
2020-09-14 12:54:06 +02:00