214518 Commits

Author SHA1 Message Date
Robert Hensing
9c0ab2f26d lib/modules.nix: Add file context to unmerged values in mergeDefinitions
This helps with troubleshooting exceptions in config values, which were hard
to track down for options with many definitions.
The trace will look like:

    error: while evaluating the attribute 'config.foo' at undefined position:
    [...]
    while evaluating the option `foo':
    [...]
    while evaluating definitions from `/home/user/mymod.nix':
    while evaluating 'dischargeProperties' at /home/user/nixpkgs/lib/modules.nix:464:25, called from /home/user/nixpkgs/lib/modules.nix:392:137:
    while evaluating the attribute 'value' at /home/user/nixpkgs/lib/modules.nix:277:44:
    Value error!

where the `/home/user/mymod.nix` module is

    { lib, ... }: {
      options.foo = lib.mkOption {
        type = lib.types.lines;
      };
      config.foo = builtins.throw "Value error!";
    }
2020-02-24 00:15:36 +01:00
Maximilian Bosch
a9b0ccd68e
diffoscope: 136 -> 137
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/137
2020-02-23 23:23:18 +01:00
Michael Lingelbach
74f312e042 python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs
2020-02-23 14:20:38 -08:00
R. RyanTM
eda05110a0 hpx: 1.4.0 -> 1.4.1 2020-02-23 14:12:57 -08:00
Jonathan Ringer
0d1d43d49c pythonPackages.psutil: 5.6.7 -> 5.7.0 2020-02-23 14:01:08 -08:00
R. RyanTM
68481e3a02 nfdump: 1.6.18 -> 1.6.19 2020-02-23 13:59:04 -08:00
R. RyanTM
e4f4fab2c6 shairport-sync: 3.3.5 -> 3.3.6 2020-02-23 13:58:19 -08:00
R. RyanTM
b5788ccdf3 jruby: 9.2.9.0 -> 9.2.10.0 2020-02-23 13:56:45 -08:00
R. RyanTM
f4b1d118a4 libreswan: 3.29 -> 3.30 2020-02-23 13:56:00 -08:00
R. RyanTM
16ef1be710 python27Packages.filebytes: 0.10.0 -> 0.10.2 2020-02-23 13:51:56 -08:00
R. RyanTM
394762391e cantata: 2.3.3 -> 2.4.1 2020-02-23 13:46:25 -08:00
R. RyanTM
c8c9d617fb calibre: 4.8.0 -> 4.11.2 2020-02-23 13:45:45 -08:00
R. RyanTM
2b337d2778 eventstore: 5.0.5 -> 5.0.6 2020-02-23 13:43:35 -08:00
R. RyanTM
9090ce676b ghostwriter: 1.8.0 -> 1.8.1 2020-02-23 13:42:30 -08:00
R. RyanTM
6082646aff jython: 2.7.2b2 -> 2.7.2b3 2020-02-23 13:41:27 -08:00
Samuel Dionne-Riel
972678ec74
Merge pull request #80680 from samueldr/fix/71157
runInLinuxVM: Ensure tools requiring /etc/passwd work
2020-02-23 16:05:21 -05:00
Jonathan Ringer
2c12bb39a8 pythonPackages.chalice: disable pip version bounds 2020-02-23 12:46:32 -08:00
Kevin Amado
3c72558ef0 pythonPackages.fluidasserts: 20.1.33141 -> 20.2.30165
- Release entirely the version pinning, the active development of
  the package makes it be compatible with the latest dependency
  versions
- Added more tests, and missing packages
2020-02-23 12:43:39 -08:00
Kevin Amado
638251852e pythonPackages.promise: init at 2.3 2020-02-23 12:43:39 -08:00
Kevin Amado
c6f75c74df pythonPackages.graphql-server-core: init at 1.2.0 2020-02-23 12:43:39 -08:00
Kevin Amado
58dac999c2 pythonPackages.graphql-core: init at 2.3.1 2020-02-23 12:43:39 -08:00
Kevin Amado
36a1d1023a pythonPackages.pywinrm: missing dependency
- Keberos is a dependency that you really want included in the pkg,
  this is also needed to run the test suite by default
2020-02-23 12:43:39 -08:00
Patrick Hilhorst
7062fa3d57 codebraid: init at 0.5.0-unstable-2019-12-11
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Patrick Hilhorst
35e5fc34ff pythonPackages.bespon: init at 0.3.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-23 11:56:10 -08:00
Jonathan Ringer
f128322912 lutris.chrootenv: add libbsd 2020-02-23 11:52:31 -08:00
Ryan Mulligan
d34aa25b1f
Merge pull request #80622 from r-ryantm/auto-update/nextcloud
nextcloud: 18.0.0 -> 18.0.1
2020-02-23 10:30:38 -08:00
Franz Pletz
02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
adisbladis
5c50087566
Merge pull request #80880 from Infinisil/poetry-python-3.8
poetry: Fix build with Python 3.8
2020-02-23 16:55:58 +01:00
Daniel Schaefer
4441a6a8a4
Merge pull request #80838 from maxxk/pyfribidi-fix
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00
worldofpeace
c0c1f11889 maintainers: correct my name stylization
Out of many variations, it's almost never like that.
2020-02-23 09:26:57 -05:00
Andreas Rammhold
f7fb60baeb
Merge pull request #80884 from NinjaTrappeur/nin-patchwork-3175
ssb-patchwork: 3.17.4 -> 3.17.5
2020-02-23 14:55:58 +01:00
Peter Hoeg
e17dff1104
Merge pull request #80004 from peterhoeg/f/crun
crun: run tests and show the proper version number
2020-02-23 21:15:44 +08:00
Andreas Rammhold
14fb155d3e
Merge pull request #80892 from andir/firefox
firefox cleanup
2020-02-23 13:53:09 +01:00
tobim
44a4a3839c
nixos/gdm: Fix pulseaudio tmpfiles structure (#80274)
* nixos/gdm: Fix pulseaudio tmpfiles structure

Fix the following startup failure of the sound service in the gdm
session that was introduced by #75893:
```
Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] core-util.c: Failed to open configuration file '/run/gdm/.config/pulse//daemon.conf': Not a directory
Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Not a directory
Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Failed with result 'exit-code'.
Feb 16 11:44:15 qp systemd[1380]: Failed to start Sound Service.
```

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-02-23 07:50:19 -05:00
worldofpeace
65bdc05ae8
Merge pull request #78935 from worldofpeace/update-gnome3-iso-expression
installation-cd-graphical-gnome: updates
2020-02-23 07:39:48 -05:00
Daniel Schaefer
dd4cf6639b
Merge pull request #80787 from maxxk/whitebox-tools_1.2.0
whitebox-tools: 0.16.0 -> 1.2.0
2020-02-23 13:39:11 +01:00
worldofpeace
ad4565caa1 installation-cd-graphical-gnome: updates
Note we're not using wayland default in the graphical media because it
could cause headaches for Nvidia users. But the session is still available
if someone logs out.
2020-02-23 07:17:37 -05:00
Andreas Rammhold
a5ae1b2ffd
firefox: remove unused patches 2020-02-23 13:13:36 +01:00
Andreas Rammhold
9fd425e56f
firefox: remove unused function arguments 2020-02-23 13:10:16 +01:00
worldofpeace
fbb170ca07
Merge pull request #80508 from r-ryantm/auto-update/ideogram
ideogram: 1.3.0 -> 1.3.2
2020-02-23 06:43:17 -05:00
Félix Baylac-Jacqué
073727fcac
ssb-patchwork: 3.17.4 -> 3.17.5 2020-02-23 11:15:25 +01:00
Maxim Krivchikov
23f265cdf5 python27Packages.seaborn: remove FRidh from maintainers 2020-02-23 10:46:36 +01:00
Silvan Mosberger
8f5b5baed7
poetry: Fix build with Python 3.8 2020-02-23 10:09:24 +01:00
zowoq
d4879a6962
shfmt: 3.0.1 -> 3.0.2 (#80842)
https://github.com/mvdan/sh/releases/tag/v3.0.2
2020-02-22 21:22:25 -10:00
Maxim Krivchikov
a517238f9f Add patch for python2 build with clang 2020-02-23 07:21:10 +00:00
John Ericson
83a4705f49
Merge pull request #80843 from obsidiansystems/rust-no-std
rust 1.41: Fix build with no_std only target
2020-02-23 00:48:45 -05:00
Klaas van Schelven
c597007cce python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
worldofpeace
cbef6cbf16
Merge pull request #80854 from NixOS/revert-71079-theming
Revert "Theming options for Gtk and Qt"
2020-02-22 20:43:42 -05:00
worldofpeace
2442f99d40
Revert "Theming options for Gtk and Qt" 2020-02-22 20:42:27 -05:00
worldofpeace
9d82f069da
Merge pull request #80852 from r-ryantm/auto-update/peek
peek: 1.4.0 -> 1.5.1
2020-02-22 20:27:16 -05:00