Commit graph

217968 commits

Author SHA1 Message Date
Matthew Bauer bacccb7823
Merge pull request #80784 from enolan/fix-eatmydata
libeatmydata: fix launcher script - find shell library properly
2020-03-22 14:42:52 -04:00
Michele Guerini Rocco 58858fab89
Merge pull request #82425 from Ralith/vulkan-loader-pkgconfig
vulkan-loader: use vulkan-headers include path in pkgconfig file
2020-03-22 18:17:57 +01:00
Robert Hensing 4580564d4a
Merge pull request #83124 from gnprice/pr-python39full
python39Full: fix to use Python 3.9 rather than 3.8
2020-03-22 18:12:41 +01:00
Tim Steinbach e692babf05
vivaldi: 2.11.1811.47-1 -> 2.11.1811.49-1 2020-03-22 12:08:50 -04:00
Tim Steinbach f0d17c2a17
linux_latest-libre: 17322 -> 17387 2020-03-22 12:05:45 -04:00
Tim Steinbach 8055a37aca
linux: 5.5.9 -> 5.5.11 2020-03-22 12:05:34 -04:00
Tim Steinbach 05716b70b0
linux: 5.4.25 -> 5.4.27 2020-03-22 12:05:08 -04:00
Tim Steinbach 07ffdf9de3
linux: 4.9.216 -> 4.9.217 2020-03-22 12:04:42 -04:00
Tim Steinbach 04d15d1839
linux: 4.4.216 -> 4.4.217 2020-03-22 12:04:20 -04:00
Tim Steinbach 8e278a8e2d
linux: 4.19.109 -> 4.19.112 2020-03-22 12:03:57 -04:00
Tim Steinbach 1315193c36
linux: 4.14.173 -> 4.14.174 2020-03-22 12:02:43 -04:00
Dmitry Kalinkin 54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00
Maximilian Bosch fc316f7b31
nixos/ssmtp: declare all option renames manually
While renaming `networking.defaultMailServer` directly to
`services.ssmtp` is shorter and probably clearer, it causes eval errors
due to the second rename (directDelivery -> enable) when using e.g. `lib.mkForce`.

For instance,

``` nix
{ lib, ... }: {
  networking.defaultMailServer = {
    hostName = "localhost";
    directDelivery = lib.mkForce true;
    domain = "example.org";
  };
}
```

would break with the following (rather confusing) error:

```
error: The option value `services.ssmtp.enable' in `/home/ma27/Projects/nixpkgs/nixos/modules/programs/ssmtp.nix' is not of type `boolean'.
(use '--show-trace' to show detailed location information)
```
2020-03-22 15:52:01 +01:00
Daiderd Jordan ce12576dd0
Merge pull request #83079 from LnL7/darwin-gotools
gotools: fix darwin build
2020-03-22 14:41:16 +01:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Michael Raskin afd997aab6
Merge pull request #83000 from djahandarie/master
nixos/supplicant: Don't *stop* supplicant on machine resume. Fixes #51582
2020-03-22 12:36:33 +00:00
Graham Christensen 28cb73749b
Merge pull request #82696 from bhipple/u/ami
nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
2020-03-22 07:18:53 -04:00
Elis Hirwing 96502b1904
Merge pull request #83110 from flokli/drush-php73
drush: build with php73
2020-03-22 11:50:33 +01:00
Max Wittig 2878b4073a
gitlab-runner: 12.8.0 -> 12.9.0 (#83085) 2020-03-22 09:42:26 +00:00
Michele Guerini Rocco 92a43999d1
Merge pull request #82555 from r-ryantm/auto-update/magnetico
magnetico: 0.9.0 -> 0.11.0
2020-03-22 10:12:14 +01:00
Jörg Thalheim 2edf67b62f
Merge pull request #82801 from Izorkin/fail2ban
nixos/fail2ban: add warning if work fail2ban without firewall
2020-03-22 08:31:50 +00:00
Michele Guerini Rocco bb9cf0f369
Merge pull request #83115 from rnhmjoj/monero
monero-gui: 0.15.0.1 -> 0.15.0.4
2020-03-22 09:14:21 +01:00
Izorkin fd3936ec94
ioping: add support for netdata
fixes #82985
2020-03-22 07:51:32 +00:00
Dmitry Kalinkin 7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Anders Kaseorg 1134b0bc6e
ansible: Use overridePythonAttrs to get the right name attribute (#83107)
Fixes #83105.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-03-22 03:09:42 -04:00
Greg Price c93acee712 python39Full: fix to use Python 3.9 rather than 3.8
Looks like this was a typo when python39 was added in 648152fdb.
2020-03-21 23:48:45 -07:00
Matthew Bauer b94300945a
Merge pull request #75940 from davidtwco/wooting-init
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Matthew Bauer c08d6d55dc
Merge pull request #82781 from DieGoldeneEnte/llvm10-rc4
llvmPackages_10: rc3 -> rc4 -> rc5, polly enabled by default
2020-03-22 02:00:41 -04:00
Jan Tojnar d951c534da
Merge pull request #82274 from jtojnar/suitesparese-5.6
suitesparse: 5.4.0 → 5.7.1 + clean up
2020-03-22 06:58:25 +01:00
Benjamin Hipple 129176452c nixos-ami: update nvme_core.io_timeout for linux kernel >= 4.15
NixOS 20.03 is built on kernel 5.4 and 19.09 is on 4.19, so we should update
this option to the highest value possible, per linked upstream instructions from
Amazon.
2020-03-22 00:35:56 -04:00
Matthew Bauer 81d84153c7
Merge pull request #82633 from kolbycrouch/master
retroarch: 1.8.1 -> 1.8.5
2020-03-21 23:49:01 -04:00
Matthew Bauer ed46adb48b retroarch/cores.nix: use correct license for gw
This should be zlib the license, not zlib the package.
2020-03-21 23:38:58 -04:00
Matthew Bauer a8a0cb147f retroarch: remove macOS app support
This is badly out of date so requires extra work to get working.

Anyway, you can still use it without the menu, with no problem.
2020-03-21 23:36:54 -04:00
Matthew Bauer 9d8d66baf5
nixos/nixpkgs.nix: Allow just using config in system (#80818)
* nixos/nixpkgs.nix: Allow just using config in system

This assertion requires system to work properly. We might not have
this in cases where the user just sets config and wants Nixpkgs to
infer system from that. This adds a default for when this happens,
using doubleFromSystem.

* parens
2020-03-21 23:23:24 -04:00
Matthew Bauer 6b95893a6d
Merge pull request #81042 from KoviRobi/zhf-20.03-fix-noweb
noweb: fix installation of manpages, use placeholders
2020-03-21 23:21:19 -04:00
Matthew Bauer 0127594a93
Merge pull request #80778 from expipiplus1/restic-cross
restic: fix cross compilation
2020-03-21 23:18:51 -04:00
Matthew Bauer 4327049a1c
Merge pull request #82708 from hamishmack/openssl-musl
openssl: Fix openssl build for x86_64-unknown-linux-musl
2020-03-21 23:10:53 -04:00
Matthew Bauer 293b16aae9 Merge remote-tracking branch 'origin/master' into retroarch-update 2020-03-21 23:01:45 -04:00
Matthew Bauer f094e132e2 retroarch/cores.nix: cleanup
- Avoid using overrides unless necessary
- Set platform and ARCH by default
- Don’t set dontConfigure unless absolutely necessary
- Use preBuild instead of overriding entire configurePhase
2020-03-21 23:01:01 -04:00
Matthew Bauer d513980ea6 retroarch: 1.8.4 -> 1.8.5 2020-03-21 22:59:18 -04:00
Matthew Bauer e1cab10dcd Revert " Fix init"
This reverts commit e68a4094d2.
2020-03-21 22:58:58 -04:00
rnhmjoj 3c93f1ba96
monero-gui: 0.15.0.1 -> 0.15.0.4 2020-03-22 03:37:45 +01:00
rnhmjoj ddabb09c35
monero: use a compatible protobuf version 2020-03-22 03:37:45 +01:00
R. RyanTM b0c75e811a tiledb: 1.7.5 -> 1.7.6 2020-03-21 17:53:34 -07:00
Mario Rodas f08105e7b3
Merge pull request #83097 from Frostman/hugo-0.68.0
hugo: 0.67.1 -> 0.68.0
2020-03-21 19:46:37 -05:00
Florian Klink 382e751a68 drush: still needs php 7.3
If invoked with php 7.4 on a up2date Drupal 7 installation, drush
complains with a deprecation warning, that swallows all legit output:

> drush uli
Deprecated function: Array and string offset access syntax with curly braces is   [error]
deprecated in include_once() (line 20 of
/var/www/…/htdocs/includes/file.phar.inc).

Use php7.3 when invoking drush.
2020-03-22 01:27:58 +01:00
Florian Klink 3b3e2c080f drush: fix buildInputs / nativeBuildInputs
`makeWrapper` is a nativeBuildInput, and `php` and `which` are actually
only needed when constructing the wrapper, but no `buildInputs`.
2020-03-22 01:26:24 +01:00
Jan Tojnar cc73796779
Merge pull request #82699 from hedning/libnma
libnma: init at 1.8.28
2020-03-22 00:33:35 +01:00
Maximilian Bosch dcda17d856
nethack: 3.6.5 -> 3.6.6 2020-03-21 22:06:49 +01:00
Michael Weiss 68e9ddacc2
fuse3: 3.9.0 -> 3.9.1 (#82999) 2020-03-21 21:41:37 +01:00