1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

218205 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
Christian Kögler 4c9bd5d52a redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
Removed dependency to mkdoc, which is only needed to build the webpage.
2020-03-22 19:11:15 +01: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
Simon Lackerbauer 017dca51fa
fail2ban: fix firewall warning 2020-03-22 18:11:36 +01:00
Travis CI 9280064b8b gitAndTools.git-machete: 2.13.5 -> 2.13.6
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @worldofpeace @tfc @jtraue
2020-03-22 17:54:44 +01:00
Martin Weinelt 4cb0894bc1
zsh-powerlevel10k: v1.4.0 → v1.5.0
Changes since the last release

    New and changed parameters:
        Two additional parameters are available in gcloud: P9K_GCLOUD_CONFIGURATION and P9K_GCLOUD_PROJECT_NAME.
        gcloud segment can now be in two states: PARTIAL and COMPLETE. See documentation.

    Wizard:
        The screen asking whether to display current time now offers a choice between two formats: 24-hour and 12-hour.
        os_icon is no longer bold.
        Slanted and flat separators are now using glyphs from Box Drawing Unicode block. They should look much better in fonts with correctly sized Box Drawing glyphs.
        gcloud now displays project name instead of project id whenever possible.

    Bug fixes:
        Powerlevel10k no longer resolves symbolic links when calling commands that might act differently depending on argv[0].
        java_version now works properly when using AdoptOpenJDK.

    Misc:
        Arch Linux users can now install Powerlevel10k with pacman. See instructions.
        There is a new version of MesloLGS NF (the recommended font) with better alignment of powerline glyphs and 44% larger icons (by area). iTerm2 users can upgrade by typing p10k configure. Users of other terminals can follow manual installation instructions.
2020-03-22 17:44:45 +01:00
Tim Steinbach e692babf05
vivaldi: 2.11.1811.47-1 -> 2.11.1811.49-1 2020-03-22 12:08:50 -04:00
R. RyanTM 41b1f02027 jotta-cli: 0.6.21799 -> 0.6.24251 2020-03-22 16:05:58 +00: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
R. RyanTM 77dca14031 intel-gpu-tools: 1.24 -> 1.25 2020-03-22 15:36:46 +00: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
R. RyanTM 47c947241e glusterfs: 7.3 -> 7.4 2020-03-22 14:13:49 +00: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
Mario Rodas 0c59458e44
bat: 0.12.1 -> 0.13.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0
2020-03-22 07:25:00 -05:00
Marek Mahut e8cfb12f46 tessera: init at 0.10.2 2020-03-22 13:22:14 +01:00
Christian Kögler 8f12a72488 kodi: fix lirc support
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc
2020-03-22 12:47:25 +01:00
R. RyanTM d19d265bbe fsuae: 3.0.2 -> 3.0.3 2020-03-22 11:23:30 +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
Christian Kögler d315b3d267 vdr-xinelinboutput: fix pkg-config for opengl
Up to including nixos-19.09 configure fall back and included right
libraries. Since nixos-20.03 pkg-config returns a valid value for opengl, but
opengl misses glx symbols.
2020-03-22 12:01:45 +01: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
Mario Rodas a991be8fde
starship: 0.37.0 -> 0.38.1 2020-03-22 04:20:00 -05:00
Mario Rodas e2e4e95cbd
tflint: 0.15.2 -> 0.15.3
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.3
2020-03-22 04:20:00 -05:00
Mario Rodas b2df6d541d
lean: 3.7.0 -> 3.7.2 2020-03-22 04:20:00 -05:00
Mario Rodas 6c756e8b15
z-lua: 1.7.4 -> 1.8.4 2020-03-22 04:20:00 -05: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
mlatus 3e35b4b15b do not set QT_SCREEN_AUTO_SCALE_FACTOR 2020-03-22 11:48:18 +08: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