Commit Graph
216262 Commits
Author SHA1 Message Date
Jan Tojnar 10c7a4d176 rictydiminished-with-firacode: 1.2.0 → 1.2.2 2020-02-24 03:10:20 +01:00
Jan Tojnar a6f12202d0 fwupd: 1.3.7 → 1.3.8
https://github.com/fwupd/fwupd/compare/1.3.7...1.3.8
2020-02-24 03:03:33 +01:00
Mario RodasandGitHub 2702da0d8f Merge pull request #80901 from dywedir/skim
skim: 0.7.0 -> 0.8.0
2020-02-23 20:27:56 -05:00
José Romildo Malaquias 9ceb05adc0 mate.mate-themes: 3.22.20 -> 3.22.21 2020-02-23 22:02:31 -03:00
Brett Lyons 976aa97435 vimPlugins.notational-fzf-vim: Fix missing runtime deps 2020-02-23 17:53:51 -07:00
worldofpeace fa76150235 nixos/rngd: fix clean shutdown
It seems disabling DefaultDependencies
removes these implicit dependencies [0] that
we needed for shutdown to happen cleanly.

Fixes #80871

[0]: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Default%20Dependencies
2020-02-23 18:53:52 -05:00
Timo KaufmannandGitHub f4dbf4402b Merge pull request #80759 from Thra11/fix-r
Fix R
2020-02-23 23:48:21 +00:00
skykaninandJon deb4c21865 maintainers: add skykanin 2020-02-23 15:38:27 -08:00
skykaninandJon 923b41eab1 colorz: init at 1.0.3 2020-02-23 15:38:27 -08:00
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
Tyler Compton 2ae7a8d710 go_1_12, go_1_13: remove velovix from maintainers 2020-02-23 15:08:58 -08: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 LingelbachandJon 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. RyanTMandJon eda05110a0 hpx: 1.4.0 -> 1.4.1 2020-02-23 14:12:57 -08:00
Jonathan RingerandJon 0d1d43d49c pythonPackages.psutil: 5.6.7 -> 5.7.0 2020-02-23 14:01:08 -08:00
R. RyanTMandJon 68481e3a02 nfdump: 1.6.18 -> 1.6.19 2020-02-23 13:59:04 -08:00
R. RyanTMandJon e4f4fab2c6 shairport-sync: 3.3.5 -> 3.3.6 2020-02-23 13:58:19 -08:00
R. RyanTMandJon b5788ccdf3 jruby: 9.2.9.0 -> 9.2.10.0 2020-02-23 13:56:45 -08:00
R. RyanTMandJon f4b1d118a4 libreswan: 3.29 -> 3.30 2020-02-23 13:56:00 -08:00
R. RyanTMandJon 16ef1be710 python27Packages.filebytes: 0.10.0 -> 0.10.2 2020-02-23 13:51:56 -08:00
R. RyanTMandJon 394762391e cantata: 2.3.3 -> 2.4.1 2020-02-23 13:46:25 -08:00
R. RyanTMandJon c8c9d617fb calibre: 4.8.0 -> 4.11.2 2020-02-23 13:45:45 -08:00
R. RyanTMandJon 2b337d2778 eventstore: 5.0.5 -> 5.0.6 2020-02-23 13:43:35 -08:00
R. RyanTMandJon 9090ce676b ghostwriter: 1.8.0 -> 1.8.1 2020-02-23 13:42:30 -08:00
R. RyanTMandJon 6082646aff jython: 2.7.2b2 -> 2.7.2b3 2020-02-23 13:41:27 -08:00
R. RyanTM 883ba2fa38 lsscsi: 0.30 -> 0.31 2020-02-23 21:36:46 +00:00
Samuel Dionne-RielandGitHub 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 RingerandJon 2c12bb39a8 pythonPackages.chalice: disable pip version bounds 2020-02-23 12:46:32 -08:00
Kevin AmadoandJon 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 AmadoandJon 638251852e pythonPackages.promise: init at 2.3 2020-02-23 12:43:39 -08:00
Kevin AmadoandJon c6f75c74df pythonPackages.graphql-server-core: init at 1.2.0 2020-02-23 12:43:39 -08:00
Kevin AmadoandJon 58dac999c2 pythonPackages.graphql-core: init at 2.3.1 2020-02-23 12:43:39 -08:00
Kevin AmadoandJon 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 HilhorstandJon 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 HilhorstandJon 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 RingerandJon f128322912 lutris.chrootenv: add libbsd 2020-02-23 11:52:31 -08:00
Artemis Tosini 099359afc7 libfido2: add macOS support
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781)
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
  correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Ryan MulliganandGitHub 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
Benno Fünfstück 07cf03630f lbzip2: fix build
The release tarball is no longer available at the specified URL, so
building from git. Also, the gnulib in the release tarball was too old
for our recent glibc version.
2020-02-23 19:23:43 +01:00
Benno Fünfstück 98bb71f41b grub2: simplify gnulib usage 2020-02-23 19:17:48 +01:00
Benno Fünfstück 4ca87c08a2 xprintidle-ng: simplify gnulib usage 2020-02-23 19:17:03 +01:00
Benno Fünfstück 9d5cc98363 gnulib: 20190811 -> 20200223
This update makes gnulib work even if it is installed into a readonly
location, so some hacks in nixpkgs can be removed.
2020-02-23 19:16:02 +01:00
Franz PletzandGitHub 02fc8dc4dc Merge pull request #79882 from petabyteboy/feature/netifd
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
Vladyslav M 5259b4f9cc skim: 0.7.0 -> 0.8.0 2020-02-23 18:34:56 +02:00
Michael Weiss f58a7349f9 wayvnc: init at 0.1.0 2020-02-23 17:34:00 +01:00
Michael Weiss 5111cf2da9 neatvnc: init at 0.1.0 2020-02-23 17:28:20 +01:00
Konrad Borowski 420b444773 noweb: fix build 2020-02-23 17:22:14 +01:00
Konrad Borowski 0302cbf42b icon-lang: fix build 2020-02-23 17:22:13 +01:00
adisbladisandGitHub 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 SchaeferandGitHub 4441a6a8a4 Merge pull request #80838 from maxxk/pyfribidi-fix
pythonPackages.pyfribidi: fix build
2020-02-23 16:22:22 +01:00