Matthew Daiter
d331e538c2
erlang_basho_R16: B03-1 -> B02-8
2016-12-02 16:12:14 +01:00
Jonathan Glines
538ec0cc92
teensyduino: init at 1.31 ( #20807 )
2016-12-02 11:31:01 +01:00
Frederik Rietdijk
da3d8d077d
pythonPackages.django_guardian: add missing pytest
2016-12-02 10:35:17 +01:00
Jörg Thalheim
acddb5d367
Merge pull request #20805 from danbst/rxvt-vtwheel
...
urxvt: add vtwheel extension
2016-12-02 08:27:51 +01:00
Joachim Fasting
4e2e2039c2
pythonPackages.acoustic: fix meta.license
...
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
2016-12-02 03:26:52 +01: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
danbst
5c0367ee5b
urxvt: add vtwheel extension
...
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.
Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02: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