1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

26782 commits

Author SHA1 Message Date
Eric Sagnes 30d4eca088 styx-themes: init 2016-12-07 15:01:29 +09:00
Frederik Rietdijk 7d2bc0c2d2 pythonPackages.numtraits: needs six 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 2dba67fbb7 pythonPackages.webassets: disable tests
Test invocation was broken. Now that is fixed, but getting the tests to
pass requires more work.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk 8b5544bea2 pythonPackages.pynzb: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 13017d8ba6 pythonPackages.rpkg: use local rpm and koji 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 19ca20c91f pythonPackages.rpm: rpm for specific python version
rpm provides a Python module that is used by certain packages. We need
to override pkgs.rpm to get a correct version.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk 74276caf19 koji -> pythonPackages.koji
koji is both a library and an application. It is used in Nixpkgs
primarily as a library and therefore I move it.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk be020a2582 pythonPackages: do not propagate pytest
pytest plugins should not propagate pytest. Instead, packages depending
on pytest and plugins, should explicitly depend on both the plugin(s)
and pytest. This change will more easily allow packages to depend on
another version of pytest when needed.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk a8379a1906 pythonPackages.pytestcache: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk d3f3ad3b26 pythonPackages.pyjwt: does not need pytest 2.7 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 49a313c395 pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
2016-12-01 21:07:33 +01:00
Jascha Geerds d69a25dfde pythonPackages.docker: Add myself as a maintainer 2016-12-01 20:42:27 +01:00
Jascha Geerds bfc2721ebf pythonPackages.docker: Fix build for python3 2016-12-01 20:41:14 +01:00
Frederik Rietdijk 9e4538112a pythonPackages.acoustics: init at 0.1.2 2016-12-01 17:51:39 +01:00
Nikolay Amiantov 58d2d460d0 pythonPackages.pyrsistent: propagate six 2016-12-01 17:31:04 +03:00
Pascal Wittmann 130bc32268 Merge pull request #20824 from offlinehacker/pkgs/convoy/init
convoy: init at 0.5.0
2016-12-01 14:35:22 +01:00
Cillian de Roiste d42cfcec92 all-packages: move terminus-ttf beside terminus 2016-12-01 14:10:09 +01:00
goibhniu 304150f576 Merge pull request #20743 from Okasu/terminus-font-ttf
terminus-font-ttf: init at 4.40.1
2016-12-01 14:07:40 +01:00
Frederik Rietdijk d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Franz Pletz b24b6bbfb0
prometheus-blackbox-exporter: init at 0.3.0 2016-12-01 02:04:58 +01:00
Jaka Hudoklin 3675631f63 convoy: init at 0.5.0 2016-11-30 23:28:18 +01:00
Eelco Dolstra c0da5f78d6
make-tarball.nix: Don't check broken packages
They're broken after all. In particular, this prevents us from
evaluating packages that are unsupported on a particular platform.

Reverts a147ddc42c.

Fixes #20817.
2016-11-30 15:21:30 +01:00
Eelco Dolstra e3a873479e
Remove fetchMD5warn
Deprecation warnings should not be used in Nixpkgs because they spam
innocent "nix-env -qa" users with (in this case) dozens of messages
that they can't do anything about.

This also reverts commit 2ca8833383.
2016-11-30 15:14:30 +01:00
Lancelot SIX de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Frederik Rietdijk c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk 07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
Tuomas Tynkkynen 8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
joachim schiele 8806344618
rust: Updates & rename rustUnstable to rustNighly. 2016-11-29 17:09:01 +01:00
Alexander Tsamutali c9b8a6585d Add tools/networking/polysh 2016-11-29 17:32:21 +03:00
Domen Kožar 8b782f4bd4 Merge pull request #19990 from domenkozar/buildtheworld
Build all derivations on Linux, unless specified otherwise
2016-11-29 13:17:13 +01:00
joachim schiele f67061c1de (rustc-nightly) init at 2016-11-26 - precompiled rustc nightly binary 2016-11-29 09:10:39 +01:00
Domen Kožar 5c750e4940 Build all derivations at least for 64bit Linux 2016-11-28 15:19:47 +01:00
Michael Raskin c93ec7b6b7 bftpd: init at 4.4 2016-11-28 13:58:45 +01:00
Joachim Fasting 1915f6908a
linux_grsec_nixos: use the "modinst arg list too long" patch
An alternative to e38b74ba89d3d03e01ee751131d2a6dc316ac33a; see
f19c961b4e for details
2016-11-28 11:41:07 +01:00
Joachim Fasting 4c7323545b
Revert "grsecurity: work around for #20490"
This reverts commit e38b74ba89.

I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
2016-11-28 11:40:55 +01:00
Okasu de925e952e terminus-font-ttf: init at 4.40.1 2016-11-28 10:54:33 +03:00
Graham Christensen d1055c0ed7
all-packages.nix: whitespace cleanup 2016-11-27 22:12:06 -05:00
Michael Fellinger bff2b98290
ruby: 3.2.1 -> 2.3.3 2016-11-27 22:11:49 -05:00
Franz Pletz f38955dd4c Merge pull request #20665 from vdemeester/delve-0.11-alpha
delve: init at 0.11.0-alpha
2016-11-28 03:50:34 +01:00
Michael Weiss 9538176042 sks: init at 1.1.6 (#20717) 2016-11-28 03:28:40 +01:00
Vincent Demeester 6d47cb4131
skopeo: init at 0.1.16
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00
Franz Pletz e394c305a8 Merge pull request #20620 from rnhmjoj/fakeroute
fakeroute: init at 0.3
2016-11-28 03:01:15 +01:00
Graham Christensen 7b5619506b Merge pull request #20250 from guillaumekoenig/add-encryptr-2.0.0
encryptr: init at 2.0.0
2016-11-27 20:59:56 -05:00
Michael Raskin 5d5346d824 julia_05: init at 0.5.0; right now backtrace-related tests are disabled because they fail in this configuration, but the rest works 2016-11-27 10:14:33 +01:00
Frederik Rietdijk 868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk dcff4fdf07 Merge pull request #20747 from ericsagnes/pkg-update/rainbowstream
rainbowstream: 1.3.5 -> 1.3.6
2016-11-27 09:35:52 +01:00
Jörg Thalheim b51aacb456 Merge pull request #20745 from rardiol/allegro5
Allegro5
2016-11-27 09:15:03 +01:00
Eric Sagnes d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00