Commit Graph
216168 Commits
Author SHA1 Message Date
Cole MickensandJon 2f893b54bb pythonPackages.importlib-metadata: 1.3.0 -> 1.5.0 2020-02-23 22:35:59 -08:00
Jesse WattenbargerandJon 8cbb538be5 devede: Add needed setuptools dependency
- devede_ng.py fails trying to import pkg_resources in a clean env w/o python3.7 installed
- Adding setuptools (which has pkg_resources) to the dependencies seems to fix it
2020-02-23 22:27:30 -08:00
Mario RodasandJon 9ad04f069c vazir-fonts: 19.2.0 -> 22.1.0 2020-02-23 22:24:56 -08:00
R. RyanTMandJon 99e0ed1339 mnemosyne: 2.7 -> 2.7.1 2020-02-23 22:12:58 -08:00
Guillaume BouchardandJon 5c11e174b2 pythonPackages.pyopengl: fix runtime shared library loading failure
This closes #76822.

pyopengl 3.1.4 introduced a new logic for shared library loading: it
tests a few combinations of library name and suffix (such as .so.X).

Our previous patch was just replacing the library name (e.g. 'glut') by
the full path to the nix store. This does not work anymore with pyopengl
3.1.4 new heuristic.

This commit just keep the behavior of pyopengl but adds the nix store
path to the list of tried paths.
2020-02-23 22:07:56 -08:00
R. RyanTM a3ac72c337 ocamlPackages.uri: 3.0.0 -> 3.1.0 2020-02-24 03:35:34 +00:00
Jan TojnarandGitHub a850d0a83d Merge pull request #80101 from NixOS/fwupd-1.3.8
fwupd: 1.3.7 → 1.3.8
2020-02-24 03:11:19 +01:00
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