Commit graph

239175 commits

Author SHA1 Message Date
Mario Rodas eb87f723bb
Merge pull request #95735 from marsam/update-scheme-manpages
scheme-manpages: 2020-05-17 -> 2020-08-14
2020-08-18 22:23:40 -05:00
zowoq 7c93f85b7a genpass: fix darwin build 2020-08-19 11:17:49 +10:00
Jamie 4cb5383141
qt: bring back QML import patch in 5.14 (#95772)
This was missed in the 5.12 -> 5.14 update process.

Resolves #95636
2020-08-19 02:56:19 +02:00
Tobias Mayer e5a097a8cd pythonPackages.coloredlogs: remove obsolete patch 2020-08-18 16:55:02 -07:00
Ryan Mulligan c057e8df83
Merge pull request #95744 from wucke13/master
mattermost: 5.25.0 -> 5.25.3
2020-08-18 16:19:11 -07:00
markuskowa ff592bfaf2
Merge pull request #91176 from ericdallo/add-alda
alda: init at 1.4.2
2020-08-19 01:15:00 +02:00
Ryan Mulligan c1e54bd73b
Merge pull request #95148 from r-ryantm/auto-update/mu
mu: 1.4.12 -> 1.4.13
2020-08-18 16:06:23 -07:00
Martin Weinelt b78e08e981
Merge pull request #95497 from mweinelt/rtl8192eu
linuxPackages.rtl8192eu: 4.4.1.20190319 -> 4.4.1.20200620
2020-08-18 23:19:23 +02:00
Martin Weinelt 2addc08836 python3Packages.sopel: 7.0.5 -> 7.0.6 2020-08-18 14:17:37 -07:00
Martin Weinelt d33659e945 python3Packages.geoip2: 3.0.0 -> 4.0.2 2020-08-18 14:17:37 -07:00
Martin Weinelt e157891bc7 pythonPackages.mocket: init at 3.8.7 2020-08-18 14:17:37 -07:00
Martin Weinelt bc472f8de7 python3Packages.maxminddb: 1.5.4 -> 2.0.2 2020-08-18 14:17:37 -07:00
Martin Weinelt dd03272130
Merge pull request #94810 from elkowar/new_package_pipr
pipr: init at 0.0.12
2020-08-18 22:37:02 +02:00
Lassulus feb9c28902
Merge pull request #95640 from valencik/idris21
idris2: 0.2.0 -> 0.2.1
2020-08-18 21:06:24 +02:00
Vladyslav M c567636159
Merge pull request #95634 from zowoq/cargo-release
cargo-release: fix darwin build
2020-08-18 21:58:43 +03:00
Aaron Andersen 945e4a6697
Merge pull request #92605 from aanderse/perl-packages/dotenv
perlPackages.Dotenv: init at 0.002
2020-08-18 14:35:26 -04:00
Vladimír Čunát c8e727c783
Revert "Merge #94880: thunderbird: enable branding by default"
This reverts commit 4bf857a0f2, reversing
changes made to 00c4808252.
See the PR for discussion; apparently an explicit permission is missing.
2020-08-18 20:21:08 +02:00
oxalica 726bf83ffa mycrypto: 1.7.11 -> 1.7.12 2020-08-18 11:16:19 -07:00
oxalica 1ce7c5af12 mycrypto: fix icon 2020-08-18 11:16:19 -07:00
oxalica e3193c9cdf mycrypto: init at 1.7.11 2020-08-18 11:16:19 -07:00
Daniël de Kok fb7acacd42 python3Packages.spacy: add passthru test
I have been using the main example of the spaCy web page for testing
updates of spacy (and its transitive dependencies). Let's convert this
into a proper test to take out manual testing.
2020-08-18 11:10:47 -07:00
Daniël de Kok 9b55e5bfcb python3Packages.spacy_models: use pythonImportCheck
For each model, check whether we can actually import the model after
building.
2020-08-18 11:10:47 -07:00
Silvan Mosberger f8962fd92e
Merge pull request #95446 from Ma27/improve-opt-not-defined-error
lib/modules: improve error-message for undeclared options if prefix contains no options
2020-08-18 18:26:55 +02:00
elkowar 416cfc71c0 pipr: init at 0.0.12 2020-08-18 18:02:13 +02:00
Tim Steinbach 0a84375ddb
linux: 5.8-rc7 -> 5.9-rc1 2020-08-18 10:00:39 -04:00
Domen Kožar f9b57fd66a
#95747: fix build of GHC 8.10.2 2020-08-18 15:56:45 +02:00
Maximilian Bosch fa30c9abed
lib/modules: improve error-message for undeclared options if prefix contains no options
An easy-to-make mistake when declaring e.g. a submodule is the accidental
confusion of `options` and `config`:

    types.submodule {
      config = {
        foo = mkOption { /* ... */ };
      };
    }

However the error-message

  The option `[definition 1-entry 1].foo' defined in `<expr.nix>' does not exist.

is fairly unhelpful because it seems as the options are declared at the
first sight. In fact, it took a colleague and me a while to track down such
a mistake a few days ago and we both agreed that this should be somehow caught
to save the time we spent debugging the module in question.

At first I decided to catch this error in the `submodules`-type directly
by checking whether `options` is undeclared, however this becomes fairly
complicated as soon as a submodule-declaration e.g. depends on existing
`config`-values which would've lead to some ugly `builtins.tryExec`-heuristic.

This patch now simply checks if the option's prefix has any options
defined if a point in evaluation is reached where it's clear that the
option in question doesn't exist. This means that this patch doesn't
change the logic of the module system, it only provides a more detailed
error in certain cases:

  The option `[definition 1-entry 1].foo' defined in `<expr.nix>' does not exist.

  However it seems as there are no options defined in [definition 1-entry 1]. Are you sure you've
  declared your options properly? This happens if you e.g. declared your options in `types.submodule'
  under `config' rather than `options'.
2020-08-18 15:25:26 +02:00
zimbatm a19e16756b
Merge pull request #95659 from numtide/nixpkgs-fmt
nixpkgs-fmt: 0.9.0 -> 1.0.0
2020-08-18 15:23:55 +02:00
Andika Demas Riyandi f85c04ab55
nixpkgs-fmt: 0.9.0 -> 1.0.0 2020-08-18 20:18:59 +07:00
Silvan Mosberger cfd599e117
Merge pull request #95743 from Ma27/qemu-test-out
nixos/test-instrumentation: properly import `options` for `qemu`-check
2020-08-18 14:29:50 +02:00
Martin Weinelt 6622ba5b25
Merge pull request #95708 from Ma27/matrix-updates
Bump a few packages related to the Matrix ecosystem
2020-08-18 14:19:04 +02:00
Martin Weinelt 392ca2ce5a
linuxPackages.rtl8192eu: 4.4.1.20190319 -> 4.4.1.20200620
Fixes #95448

Co-Authored-By: Dmitry Geurkov <d.geurkov@gmail.com>
2020-08-18 14:15:20 +02:00
Tim Steinbach bae91fb6c9
jenkins: 2.235.3 -> 2.235.5 2020-08-18 08:02:31 -04:00
Tim Steinbach 1cdddfef4b
oh-my-zsh: 2020-08-06 -> 2020-08-17 2020-08-18 08:02:25 -04:00
Gabriel Ebner 08639bcd13
Merge pull request #95701 from gebner/smaller_source_han
source-han-*: reduce closure size by 2x
2020-08-18 12:54:31 +02:00
wucke13 9ce2c3804a mattermost: 5.25.0 -> 5.25.3 2020-08-18 12:29:34 +02:00
Maximilian Bosch 2fbddb0ccb
nixos/test-instrumentation: properly import options for qemu-check
If `qemu-vm.nix` is imported, the option `virtualisation.qemu.consoles`
should be set to make sure that the machine's output isn't rendered on
the graphical window of QEMU.

This is needed when interactively running a NixOS test or in conjunction
with `nixos-build-vms(8)`.

The patch 2578557530 tries to only do this
if the option actually exists, however this condition used to be always
false since `options` wasn't imported in the module and pointed to
`lib.options` due to the `with lib;`-clause.
2020-08-18 12:26:49 +02:00
Frederik Rietdijk fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
Mario Rodas edb74a6b89
scheme-manpages: 2020-05-17 -> 2020-08-14 2020-08-18 04:20:00 -05:00
Daniël de Kok e0c07bc2e2 gocode-gomod: add vendorSha256 2020-08-18 19:16:53 +10:00
Maximilian Bosch 30842d0263
Merge pull request #95718 from Infinisil/fixup-nonexistant-option-error
lib/modules: Fix nonexistant option error
2020-08-18 11:12:39 +02:00
Jan Tojnar ef5246f027
Merge pull request #95671 from dasj19/aisleriot-update
aisleriot: 3.22.9 -> 3.22.11
2020-08-18 11:10:24 +02:00
markuskowa 0657fe4bf4
Merge pull request #93379 from lasandell/direwolf-1.5
direwolf 1.4 -> 1.5
2020-08-18 10:40:45 +02:00
Jonathan Ringer 8a9f58a375 python3Packages.dask: ignore flaky test 2020-08-18 00:41:41 -07:00
Jaka Hudoklin 0f976477e9
Merge pull request #89724 from xtruder/pkgs/gocode-gomod/1.0.0
gocode-gomod: 2019-03-27 -> 1.0.0
2020-08-18 08:46:04 +02:00
Jaka Hudoklin 5e6bc32cbb
Merge pull request #93276 from xtruder/pkgs/protonvpn-linux-gui/init
protonvpn-gui: init at 2.1.1
2020-08-18 08:42:14 +02:00
Jonathan Ringer 7550aab312 azure-cli: lessen number of overrides 2020-08-17 23:33:38 -07:00
Frederik Rietdijk 6770ab0771
Merge pull request #95700 from jonringer/doc-pytestcheckhook
doc/python: add pytestCheckHook section
2020-08-18 08:21:42 +02:00
zowoq 83a1f0ac0a maintainers: remove unneeded quotes from handles 2020-08-18 15:13:23 +10:00
Sarah Brofeldt c5815280e9
Merge pull request #94134 from dtzWill/update/steamrt-0.20200720.0
steam-runtime: 0.20200604.0 -> 0.20200720.0
2020-08-18 07:03:37 +02:00