about summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim133-861/+443
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-27go: propagate target build dependencies correctlyJörg Thalheim4-7/+4
When using strict deps we have to use depsTargetTargetPropagated as go is added as a nativeBuildInputs to our build.
2020-03-27ocaml: 4.09.0 → 4.09.1Vincent Laporte1-2/+5
2020-03-26pythonPackages.distributed: remove bad check dependency on pytest-faulthandlerBenjamin Hipple1-3/+2
2020-03-26python2Packages.pytest-faulthandler: remove packageBenjamin Hipple2-36/+0
This has been upstreamed into pytest itself as of pytest 5.0, which we have: https://github.com/pytest-dev/pytest-faulthandler Since it should no longer be used, let's remove from nix.
2020-03-26python2Packages.faulthandler: 3.1 -> 3.2 and fix buildBenjamin Hipple2-7/+29
It is currently failing on master and 20.03. I spent some time reading the src code but was not able to figure out why the env var activation is not working. Since this is currently failing, and since it's dying alongside python 2 anyways I propose we just disable the 1 failing test. There's some more information inline in the comment if someone wants to fix this or dig further.
2020-03-27pythonPackages.tesserocr: 2.5.0 -> 2.5.1Marcos Benevides1-2/+2
2020-03-27pythonPackages.fritzconnection: 0.8.4 -> 1.2.1Vincent Breitmoser1-10/+23
2020-03-27pythonPackages.marshmallow-polyfield: 5.7 -> 5.9Drew Risinger1-2/+2
2020-03-27Merge pull request #81421 from gnidorah/mameDmitry Kalinkin1-2/+2
mame: 0.218 -> 0.219
2020-03-26Merge pull request #83120 from JeffLabonte/update_brave_1.5.112_to_1.5.115Mario Rodas1-2/+2
brave: 1.5.112 -> 1.5.115
2020-03-26Merge pull request #83455 from marsam/update-nodejs-13_xMario Rodas1-2/+2
nodejs-13_x: 13.11.0 -> 13.12.0
2020-03-26Revert "mypy: 0.761 -> 0.770"Samuel Dionne-Riel1-2/+2
This reverts commit e7c3e277b621e281c44d5835a97215ec2d2f8739. See https://github.com/NixOS/nixpkgs/issues/83458 This currently blocks the channel.
2020-03-26Merge pull request #83444 from r-ryantm/auto-update/clipmenuBenjamin Hipple1-2/+2
clipmenu: 5.6.0 -> 6.0.1
2020-03-26Merge pull request #83342 from r-ryantm/auto-update/python2.7-graph-toolBenjamin Hipple1-10/+10
python27Packages.graph-tool: 2.29 -> 2.30
2020-03-26Merge pull request #83440 from Frostman/hugo-0.68.3Mario Rodas1-2/+2
hugo: 0.68.1 -> 0.68.3
2020-03-27iwd: 1.5 -> 1.6Maximilian Bosch1-2/+2
2020-03-27ell: 0.28 -> 0.30Maximilian Bosch1-2/+2
2020-03-26Merge pull request #83437 from marsam/fix-mpv-darwinMario Rodas1-1/+9
mpv: fix cocoa backend
2020-03-26Merge pull request #83453 from zowoq/buildahMario Rodas1-2/+2
buildah: 1.14.3 -> 1.14.4
2020-03-27solfege: fix runOrivej Desh1-14/+8
It was failing with: Traceback (most recent call last): File "/nix/store/…-solfege-3.22.2/bin/.solfege-wrapped", line 55, in <module> from solfege import presetup File "/nix/store/…-solfege-3.22.2/share/solfege/solfege/presetup.py", line 22, in <module> import gtk ImportError: No module named gtk
2020-03-27rambox: 0.7.4 -> 0.7.5Maximilian Bosch1-3/+3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-26nootka: init at 1.4.7, init unstable at 1.7.0-beta1Orivej Desh3-0/+67
2020-03-26nodejs-13_x: 13.11.0 -> 13.12.0Mario Rodas1-2/+2
Changelog: https://github.com/nodejs/node/releases/tag/v13.12.0
2020-03-27buildah: 1.14.3 -> 1.14.4zowoq1-2/+2
https://github.com/containers/buildah/releases/tag/v1.14.4
2020-03-26mautrix-whatsapp: 2020-02-09 -> 2020-03-26Maximilian Bosch1-4/+4
2020-03-26tony: init at 2.1.1Orivej Desh2-0/+39
2020-03-26muse: fix parallel buildingOrivej Desh1-0/+15
2020-03-26qtractor: enable parallel buildingOrivej Desh1-0/+2
2020-03-26vamp-plugin-sdk: 2.7.1 -> 2.9Orivej Desh1-6/+8
2020-03-26vamp-plugin-sdk: rename from vamp.vampSDKOrivej Desh9-54/+42
2020-03-26Merge pull request #83409 from r-ryantm/auto-update/xscreensaverMichael Raskin1-3/+3
xscreensaver: 5.43 -> 5.44
2020-03-26signal-desktop: 1.32.2 -> 1.32.3Michael Weiss1-2/+2
2020-03-26python3Packages.rope: 0.14.0 -> 0.16.0Ben Darwin1-3/+3
2020-03-26python27Packages.graph-tool: 2.29 -> 2.30R. RyanTM1-10/+10
2020-03-26Merge pull request #83389 from jonringer/add-xdgMatthieu Coudron5-13/+46
python3Packages.xdg: init at 4.0.1
2020-03-26clipmenu: 5.6.0 -> 6.0.1R. RyanTM1-2/+2
2020-03-26mypy: 0.761 -> 0.770Daiderd Jordan1-2/+2
2020-03-26hugo: 0.68.1 -> 0.68.3Sergey Lukjanov1-2/+2
2020-03-26Merge pull request #83413 from jonringer/bump-argcompleteLancelot SIX1-8/+20
python3Packages.argcomplete: 1.10.3 -> 1.11.1
2020-03-26python3Packages.spacy_models: 2.2.0 -> 2.2.5Daniël de Kok1-30/+30
With the exception of xx_ent_wiki_sm, since it does not have a newer model available.
2020-03-26pythonPackages.qiskit-ibmq-provider: 0.4.5 -> 0.5.0Drew Risinger1-2/+4
2020-03-26pythonPackages.arrow: 0.15.4 -> 0.15.5Drew Risinger1-2/+2
2020-03-26pythonPackages.qiskit-ibmq-provider: init at 0.4.5Drew Risinger2-0/+65
Qiskit Provider for accessing the quantum devices and simulators at IBMQ. Requirement of qiskit package.
2020-03-26Merge pull request #40082 from jarjee/update/mongodbMaximilian Bosch9-51/+186
mongodb: 3.4.10 -> 4.0.12
2020-03-26python3Packages.argcomplete: 1.10.3 -> 1.11.1Jonathan Ringer1-8/+20
2020-03-26Revert "nixos-container: use systemd-run instead of nsenter"Maximilian Bosch1-4/+4
This reverts commit 7cb100b6833e020d4a4b25c3766cfde507e763e6. See also #83432. This appears to break at least the `container`-backend of `nixops`: when running `switch-to-configuration` within `nixos-container run`, the running `systemd`-instance gets reloaded which appears to kill the `systemd-run` command and causes `nixos-container run` to hang. The full issue is reported in the original PR[1]. [1] https://github.com/NixOS/nixpkgs/pull/67332#issuecomment-604145869 (cherry picked from commit 7f1ba606ac632c50efd33c435aa59e69d4f58acc)
2020-03-26ghc: 8.10.0.20200123 -> 8.10.1Domen Kožar1-3/+3
2020-03-26Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0Ryan Mulligan3-0/+61
inconsolata-nerdfont: init at 2.0.0
2020-03-26Merge pull request #83159 from khumba/pydfMatthew Bauer1-0/+6
pydf: install man page and default config file