Commit Graph
113558 Commits
Author SHA1 Message Date
Frederik Rietdijk fec771fbb4 python.pkgs.pyx: disable tests to fix build 2017-08-25 19:36:16 +02:00
Frederik Rietdijk b1c1892e2d python.pkgs.odfpy: 0.9.6 -> 1.3.5 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 1e4029fa0a python.pkgs.python-editor: fix by disabling tests 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 84adeffc6d mypy: 0.511 -> 0.521 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 19183d17ed mitmproxy: use older tornado
because python.pkgs.tornado is not < 4.5 anymore.
2017-08-25 19:36:16 +02:00
Frederik Rietdijk e7b5917af1 python.pkgs.fetchPypi: makeOverridable
to make it easier to override packages to use a newer version.
2017-08-25 19:36:15 +02:00
Frederik Rietdijk f30d3635f5 python.pkgs.pytest-forked: init at 0.2 2017-08-25 19:36:15 +02:00
Frederik Rietdijk 2930c65557 python.pkgs.setuptools_scm_18: remove
because we do not keep multiple versions and it is not used anywhere.
2017-08-25 19:36:15 +02:00
Frederik Rietdijk da32df875b python.pkgs.pytest-django: fix hash patch 2017-08-25 19:36:15 +02:00
Lancelot SIXandFrederik Rietdijk 84c6e6b4d7 pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6 2017-08-25 19:36:15 +02:00
Lancelot SIXandFrederik Rietdijk d2b5850ad0 pythonPackages.py: 1.4.31 -> 1.4.34 2017-08-25 19:36:15 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Frederik Rietdijk fb43574456 python.pkgs.obfsproxy: fix build 2017-08-24 19:48:31 +02:00
Albert PescharandFrederik Rietdijk f2cdc1e5c2 twisted: update to 17.5.0 2017-08-24 19:48:31 +02:00
Thomas Tuegel 72d6389ca1 dropbox: 32.4.23 -> 33.4.23 2017-08-24 11:48:11 -05:00
Thomas TuegelandGitHub 27c043c49b Merge pull request #28470 from benley/fix-pam-kwallet5
nixos: Fix pam_kwallet5 integration
2017-08-24 11:32:49 -05:00
Jörg ThalheimandGitHub f54018cee8 Merge pull request #28532 from makefu/pkgs/metasploit/update
metasploit: 4.14.25 -> 4.16.1
2017-08-24 14:20:10 +01:00
Joachim Fasting 6d795e1bae ntbtls: init at 0.1.1 2017-08-24 14:14:43 +02:00
Michael Weiss d6eb43eed4 quiterss: 0.18.6 -> 0.18.7 2017-08-24 13:07:54 +02:00
makefu 6a51bc8bd3 metasploit: 4.14.25 -> 4.16.1 2017-08-24 13:00:56 +02:00
Robert Helgesson 9351c5c3b5 perl-Connector: 1.16 -> 1.22 2017-08-24 12:50:12 +02:00
Robert Helgesson 2913bfb250 perl-Git-PurePerl: 0.51 -> 0.53 2017-08-24 12:49:42 +02:00
Robert Helgesson 30b21f11dd perl-IO-Socket-SSL: 2.039 -> 2.050 2017-08-24 12:14:26 +02:00
Joachim FandGitHub 9447b8b9cd Merge pull request #28338 from oxij/nixos/better-tor
nixos: better tor config
2017-08-24 08:12:59 +00:00
Jörg ThalheimandGitHub ab3de8ed6c Merge pull request #28526 from jraygauthier/jrg/vscode-extensions-improvs
vscode-with-extension: improvements
2017-08-24 08:21:54 +01:00
Jörg ThalheimandGitHub 733151b782 Merge pull request #28528 from volth/patch-57
mirrors: update apache and cpan mirrors
2017-08-24 08:01:19 +01:00
Jörg ThalheimandGitHub ba16b4ebb6 Merge pull request #28529 from sigma/pr/dgraph-0.8.1
dgraph: init at 0.8.1
2017-08-24 07:59:37 +01:00
Gabriel Ebner d444c0056b zinnia: 2015-03-15 -> 2016-08-28
This fixes the build issue with GCC 6.
2017-08-24 08:21:15 +02:00
volthandGitHub 0d80fabbf9 mirrors: update apache and cpan mirrors
removed dead mirrors, added new
2017-08-24 04:22:07 +00:00
Yann Hodique af852d08ac dgraph: init at 0.8.1 2017-08-23 21:21:10 -07:00
Raymond Gauthier 763f7f7578 vscode-with-extension: improvements
-  Now simply let the default `unpackPhase` unzip the vsix file. This
    should allow users to retrieve the extension directly from github.
 -  Extensions now installed using their unique id as install folder.
 -  Extensions under `vscode-extensions` now use the unique id
    as extension name.
2017-08-23 21:31:57 -04:00
Jörg ThalheimandGitHub d3532906da Merge pull request #28506 from apeyroux/up-dropboxapi
pythonPackages.dropbox: 3.37 -> 8.0.0
2017-08-24 00:09:54 +01:00
Tuomas Tynkkynen b471e125c2 nixos/tests/installer: Add stdenvNoCC to extraDependencies
The installer tests are failing after 505e94256e
due to `nixos-rebuild switch` in the installed system trying to build
stdenvNoCC.

Seems that previously, stdenvNoCC wasn't in the installed
system either, but all the direct dependencies for the build were
(I don't really understand why, for that matter), so the building
actually went fine and everything worked.

But now gcc is also a direct build dependency due to allowedRequisites
containing gcc (even though it doesn't become a runtime dependency)
which doesn't get to the installed system.

All in all, let's ensure stdenvNoCC actually gets to the installed
system. It's after all necessary in almost any NixOS config build.
2017-08-24 02:07:56 +03:00
Jörg ThalheimandGitHub c60cbef91c Merge pull request #28513 from benley/slack-2.7.1
Slack: 2.6.2 -> 2.7.1
2017-08-24 00:04:04 +01:00
Jörg ThalheimandGitHub 3069a1dc50 Merge pull request #28517 from bachp/prometheus-unifi-exporter-0.4.0+git1
prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
2017-08-23 23:45:32 +01:00
Jörg ThalheimandGitHub abdcdd2eef Merge pull request #28520 from jtojnar/firefox-bin-update
firefox-beta-bin update
2017-08-23 23:41:28 +01:00
Vincent Laporte 6e200f2644 ocamlPackages.core: 0.9.0 -> 0.9.1 2017-08-23 20:22:00 +00:00
Vincent Laporte cf7df9230b ocamlPackages.ppx_derivers: init at 1.0
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.

Homepage: https://github.com/diml/ppx_derivers
2017-08-23 20:22:00 +00:00
Jan Tojnar ac55f68afe firefox-devedition-bin: 55.0b2 -> 56.0b5 2017-08-23 21:58:07 +02:00
Jan Tojnar 8b8fa402fe firefox-beta-bin: 55.0b2 -> 56.0b5 2017-08-23 21:50:05 +02:00
Alexandre PeyrouxandJoachim F a65a499ca2 grammalecte: 0.5.17.2 -> 0.5.18 (#28510) 2017-08-23 19:47:47 +00:00
Joachim FandGitHub 65e4856058 Merge pull request #28489 from LumiGuide/elk-5.5.2
elk: 5.4.2 -> 5.5.2
2017-08-23 19:29:04 +00:00
Joachim FandGitHub caf64dd537 Merge pull request #28518 from fadenb/emby_3.2.28.0
emby: 3.2.26.0 -> 3.2.28.0
2017-08-23 19:26:07 +00:00
Joachim FandGitHub 3709a864df Merge pull request #28508 from juliendehos/eigen3
eigen: fix configuration file for pkg-config
2017-08-23 19:25:11 +00:00
Tristan Helmich 19677f811b emby: 3.2.26.0 -> 3.2.28.0 2017-08-23 20:49:24 +02:00
Joachim FandGitHub e9f9dee39f Merge pull request #28421 from sifmelcara/fix/rstudio
rstudio: fix build
2017-08-23 18:26:05 +00:00
Pascal Bach dd876330be prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
There were several fixes that make the exporter work with new unifi software
However there is not yet a release so I just updated to the latest master.
2017-08-23 20:25:06 +02:00
Philipp HausmannandJoachim F de1a25cd69 nixos/hail: init (#28442) 2017-08-23 18:23:13 +00:00
Shea Levy ed9526949f terragrunt: 0.12.25 -> 0.13.0 2017-08-23 14:19:55 -04:00
Shea Levy ff9666772d terraform: Add 0.10.2 2017-08-23 14:16:59 -04:00