Jörg Thalheim
da32d7ea85
python3Packages.neovim: include trollius only for py < 3.4
...
trollius breaks python3 because it includes the enum module
2016-10-12 20:56:58 +02:00
Tim Steinbach
d313a114f1
Merge pull request #19488 from peterhoeg/mysqltuner
...
mysqltuner: init at 1.6.18
2016-10-12 12:41:08 -04:00
Tim Steinbach
259dcac753
Merge pull request #19484 from peterhoeg/vala
...
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Peter Hoeg
7849677a70
mysqltuner: init at 1.6.18
2016-10-12 21:26:53 +08:00
Peter Hoeg
a6d1d06a95
vala: unify builders for various versions
...
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.
This PR gets rid of a ton of duplication and uses a standard builder.
Secondly, we add a definition for the latest vala 0.34.1.
Lastly, we add a generic "vala" that refers to the latest stable
version.
I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.
According to upstream:
"Well-maintained packages are expected to always build with the latest
stable Vala version."
Maybe this means that my generic builder is then no longer necessary. Oh well...
I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...
Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Robin Gloster
b743ddf8f9
sslscan: enable ssl2 checking
2016-10-12 14:36:41 +02:00
Benjamin Saunders
d608456005
shaderc-git: init at 2016-09-08
2016-10-12 13:19:34 +01:00
lummax
9757757170
spirv-tools: init at 20160718
2016-10-12 13:19:34 +01:00
Joe Hermaszewski
aa8b69c1f6
vulkan-loader: init at 1.0.21.0
2016-10-12 13:19:34 +01:00
Joe Hermaszewski
e6cfc62063
glslang: init at 20160727
2016-10-12 13:18:27 +01:00
Robin Gloster
9838b80e91
docker-distribution: init at 2.5.1
2016-10-12 14:05:09 +02:00
Jörg Thalheim
9079bc08e5
Merge pull request #19362 from davorb/purple-facebook
...
purple-facebook: init at 66ee77378d82
2016-10-12 13:38:34 +02:00
Franz Pletz
8a59ad167e
atlassian-crowd: init at 2.10.1
2016-10-12 13:17:24 +02:00
Franz Pletz
7edaceeb33
atlassian-jira: init at 7.2.2
2016-10-12 13:17:24 +02:00
Franz Pletz
18790e45d8
atlassian-confluence: init at 5.10.4
2016-10-12 13:17:24 +02:00
Michael Raskin
2ca8833383
make-tarball.nix: filter out MD5 warnings in evaluation check
2016-10-12 10:50:58 +02:00
Charles Strahan
da36847d92
nixos: make it easy to apply kernel patches
...
This makes it easy to specify kernel patches:
boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];
To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:
pkgs.linuxPackages.extend (self: super: {
kernel = super.kernel.override {
kernelPatches = super.kernel.kernelPatches ++ [
pkgs.kernelPatches.ubuntu_fan_4_4
];
};
});
Closes #15095
2016-10-11 19:59:00 -04:00
Jascha Geerds
289c7cfc69
pythonPackages.libtmux: 0.5.0 -> 0.6.0
2016-10-11 23:51:41 +02:00
Daiderd Jordan
39106e757c
Merge pull request #19458 from dipinhora/boto-update
...
boto: 2.41.0 -> 2.42.0
2016-10-11 23:22:44 +02:00
Daiderd Jordan
0dd3f7d4e9
Merge pull request #19461 from dipinhora/packet-python
...
packet-python: init at 1.31
2016-10-11 23:18:09 +02:00
Domen Kožar
735c1cacbd
fix unstable job evaluation
2016-10-11 23:08:50 +02:00
Peter Simons
2804067fc8
Merge pull request #19462 from dipinhora/pony-stable
...
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
dipinhora
8a7cb597ae
pony-stable: init at 2016-10-10
2016-10-11 16:07:55 -04:00
dipinhora
67d22db807
packet-python: init at 1.31
2016-10-11 15:35:15 -04:00
Graham Christensen
945da0166c
Merge pull request #19432 from sternenseemann/libhttpseverywhere
...
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Vladimír Čunát
9d1dfc9ed0
Merge #18861 : add AMDGPU-PRO driver
2016-10-11 19:57:30 +02:00
David McFarland
3b4ce62451
amdgpu-pro: Init at 16.30.3-315407
2016-10-11 14:19:38 -03:00
dipinhora
7aac81d93a
boto: 2.41.0 -> 2.42.0
2016-10-11 10:49:12 -04:00
sternenseemann
3229de5eb5
libhttpseverywhere: init at 0.1.0
2016-10-11 07:58:51 +02:00
Shea Levy
ecb596b898
uri: init at 2016-09-04
2016-10-10 20:27:07 -04:00
Sander van der Burg
b44e79e240
lhasa: init at 0.3.1
2016-10-10 20:48:00 +00:00
Daiderd Jordan
3e8af1ec90
libcaca: fix missing darwin inputs
2016-10-10 19:05:37 +02:00
Davor Babić
7cf6f46bd1
purple-facebook: init at 66ee77378d82
...
adds inherit src meta
2016-10-10 16:23:27 +02:00
Jörg Thalheim
e325f010f0
Merge pull request #17579 from leenaars/arpa2deps
...
quick-der library, asn2quickder + hexio tools
2016-10-10 11:55:45 +02:00
Jörg Thalheim
6f389da98d
Merge pull request #19399 from sternenseemann/master
...
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Jörg Thalheim
905239db28
Merge pull request #18868 from RonnyPfannschmidt/enpass
...
enpass: init at 5.3.0
2016-10-10 07:56:56 +02:00
Jörg Thalheim
0516c3cdb2
whoosh: ignore failing test
...
https://hydra.nixos.org/build/41749850/nixlog/1
2016-10-09 23:38:41 +02:00
Jörg Thalheim
361c554e06
Whoosh: duplicate of whoosh
2016-10-09 23:38:41 +02:00
Michiel Leenaars
08011fa2af
quickder: init at 1.0-RC1
2016-10-09 22:45:51 +02:00
Michiel Leenaars
651beb0592
asn2quickder: init at 0.7RC1
2016-10-09 22:45:51 +02:00
Michiel Leenaars
19f2556773
asn1ate: init at unstable-201608010
2016-10-09 22:45:51 +02:00
Michiel Leenaars
620f367a60
hexio: init at 1.0RC1
2016-10-09 22:45:51 +02:00
Jörg Thalheim
cd99ddfbce
Merge pull request #19398 from offlinehacker/pkgs/kops/init
...
kops: init at 1.4.0
2016-10-09 22:15:53 +02:00
sternenseemann
e0faee950c
valadoc: init at 2016-10-09
2016-10-09 22:04:14 +02:00
Jörg Thalheim
c40b3e55e7
Merge pull request #19373 from rnhmjoj/afpfs
...
afpfs-ng: init at 0.8.2
2016-10-09 21:12:59 +02:00
rnhmjoj
8546928f69
afpfs-ng: init at 0.8.2
2016-10-09 20:13:49 +02:00
sternenseemann
011f3d700d
libgee_0_8: init at 0.8.6
...
some vala packages require this specific version
2016-10-09 20:08:47 +02:00
Jaka Hudoklin
2041f5b817
kops: init at 1.4.0
2016-10-09 19:31:44 +02:00
Ricardo Ardissone
ca6b9be5d1
openclonk: init at 7.0
...
fixes #17931
2016-10-09 18:34:10 +02:00
Domen Kožar
69e614d1e6
nixpkgs: add tested alias for unstable job
2016-10-09 17:43:23 +02:00
Robin Gloster
e904bb4871
nixbot: init at unstable-2016-10-09
2016-10-09 15:05:02 +02:00
Ronny Pfannschmidt
98895f5b67
enpass: init at 5.3.0
2016-10-09 13:16:50 +02:00
Franz Pletz
5325163374
sslscan: use oldest openssl to support SSLv2/SSLv3 checking
2016-10-09 12:51:49 +02:00
Robin Gloster
cd45a2a1ac
github3: 1.0.0a2 -> 1.0.0a4
2016-10-09 12:46:27 +02:00
Robin Gloster
30accf4d3e
treewide: fix licence -> license occurences
2016-10-09 12:45:32 +02:00
Vincent Laporte
731b616fdb
camlp4: fix for OCaml-4.03
2016-10-09 11:55:19 +02:00
Joachim Fasting
16cc58977a
pythonPackages.jsonrpclib: init at 0.1.7
2016-10-09 11:28:50 +02:00
Jörg Thalheim
5275d07fea
Merge pull request #19357 from NeQuissimus/httpstat
...
httpstat: init at 1.2.0
2016-10-09 11:28:31 +02:00
Chris Darnell
fd7134d9d0
sxhkd-unstable: init at 2016-08-29
2016-10-08 20:19:15 -04:00
Tim Steinbach
26f75f7d31
httpstat: init at 1.2.0
2016-10-08 18:48:04 -04:00
Jörg Thalheim
2132cd5913
Merge pull request #19354 from gnidorah/master
...
uade123: init at 2.13, openmpt123: init at 0.2.7025-beta20.1
2016-10-08 23:59:10 +02:00
Alex Ivanov
c8a72dfc2a
openmpt123: init at 0.2.7025-beta20.1
2016-10-09 00:08:18 +03:00
Oliver Dunkl
e67e18a52b
pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1 ( #18657 )
...
pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1
2016-10-08 16:07:39 +02:00
Franz Pletz
fa405aa264
bind: split out dnsutils & host binaries ( #18903 )
...
These tools are commonly used but don't require the other bind binaries.
Bind's libs are used, so they've also been split into an extra output.
The old version of host isn't maintained anymore and was removed From Debian
back in 2009: https://packages.qa.debian.org/h/host.html
2016-10-08 16:01:15 +02:00
José Romildo Malaquias
2763d4d4c7
input-fonts: init at 2016-10-06 ( #19080 )
2016-10-08 16:00:08 +02:00
Graham Christensen
034ba88850
Merge pull request #19267 from vbgl/proofgeneral-4.4
...
ProofGeneral: 4.2 -> 4.4
2016-10-08 09:00:11 -04:00
Graham Christensen
a72dd11b3e
Merge pull request #19341 from grahamc/sudolikeaboss
...
sudolikeaboss: init at 0.2.1
2016-10-08 08:52:02 -04:00
Nicolas Pouillard
8643f9c2a0
pythonPackages.trezor_agent: 0.6.5 -> 0.7.0
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
37f9d30107
pythonPackages.keepkey: 0.7.0 -> 0.7.3
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
ded452aaa4
pythonPackages.trezor: 0.6.11 -> 0.7.4
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
45da3d6459
pythonPackages.hidapi: 0.7.99.post12 -> 0.7.99.post15
2016-10-08 14:15:35 +02:00
Nikolay Amiantov
f561eb158e
jre8_headless: use plain jre8 on Darwin
2016-10-08 12:28:54 +03:00
Damien Cassou
225cc1c106
vdirsyncer: 0.11.3 -> 0.13.1
...
vdirsyncer > 0.13.0 does not support python 2 anymore.
https://github.com/pimutils/vdirsyncer/blob/master/CHANGELOG.rst#version-0130
2016-10-08 09:15:11 +02:00
Graham Christensen
969cffca97
sudolikeaboss: init at 0.2.1
2016-10-07 22:19:33 -04:00
Marco Maggesi
435673b948
Revert "Revert "linux*: remove 3.14, as it's no longer maintained""
...
In the end, it is too dangerous to have an unmaintained kernel in
nixpkgs. Revert the revert.
This reverts commit e921725176
.
2016-10-07 23:26:32 +02:00
Frederik Rietdijk
edebd5150e
pythonPackages.pip: set priority, fixes collision #19327
2016-10-07 23:13:17 +02:00
Daiderd Jordan
5d69399184
Merge pull request #19285 from acowley/pcl-darwin-opengl
...
pcl: fix problem finding OpenGL on darwin
2016-10-07 21:41:39 +02:00
Alex Ivanov
982330d6f4
uade123: init at 2.13
2016-10-07 18:58:46 +03:00
Jörg Thalheim
b061b12adc
Merge pull request #19325 from primeos/lf
...
lf: init at 2016-10-02
2016-10-07 17:37:48 +02:00
Damien Cassou
0e69fb2f19
Merge pull request #18985 from dudebout/emacs-with-c-src
...
emacs: add an option to install the C source
2016-10-07 17:23:19 +02:00
Shea Levy
eca0f17ad2
nix-buffer support improvements.
...
Use inherit-local, add per-package elisp hooks.
2016-10-07 10:31:37 -04:00
Marco Maggesi
e921725176
Revert "linux*: remove 3.14, as it's no longer maintained"
...
This is the simplest way to reenable the use of BLCR
(which at present requires linux version >3.12 <3.18)
until we find a better solution.
This reverts commit 6a9e765e27
.
2016-10-07 14:31:24 +02:00
Andrey Trachenko
67e732d8f8
simavr: init at 1.3
...
Closes https://github.com/NixOS/nixpkgs/pull/15961
2016-10-07 14:11:22 +02:00
Michael Weiss
8d17e63465
lf: init at 2016-10-02
...
Add the package "lf" (as in "list files") at version 2016-10-02
(nightly) under the category "tools/misc", add it to the top-level
package collection and set myself as the maintainer.
I have tested this package under NixOS and Gentoo+Nix.
2016-10-07 14:07:46 +02:00
Graham Christensen
902511069f
Merge pull request #19233 from HappyEnte/ardour-happy
...
ardour: 4.7 -> 5.4
2016-10-07 08:04:50 -04:00
Joachim F
030a298406
Merge pull request #19212 from romildo/new.lxqt
...
lxqt: init at 0.11
2016-10-07 14:00:54 +02:00
Joachim F
7425ce511d
Merge pull request #19282 from peterhoeg/zeal
...
zeal: 0.2.1 -> 0.3.0
2016-10-07 12:28:00 +02:00
Nikolay Amiantov
a1791e8543
Merge pull request #19167 from abbradar/java-gui
...
jre8: minimize minimal build and add more GUI dependencies to the regular one
2016-10-07 14:12:33 +04:00
Joachim F
86afc6f145
Merge pull request #19318 from ericsagnes/pkg-init/styx
...
styx: init at 0.1.0
2016-10-07 10:38:15 +02:00
Eric Sagnes
3cc8f21086
styx: init at 0.1.0
2016-10-07 15:25:20 +09:00
Domen Kožar
b2c9402529
libcloud: 0.18.0 -> 1.2.1
2016-10-07 08:05:11 +02:00
Vincent Laporte
4e60f99b83
ProofGeneral: remove legacy version 4.3pre
2016-10-07 07:27:48 +02:00
Joachim F
cb1d475693
Merge pull request #19310 from gabesoft/camingo-code
...
camingo-code: init at 1.0
2016-10-07 03:32:58 +02:00
Gabriel Adomnicai
18d7e2ac33
camingo-code: init at 1.0
2016-10-06 17:47:50 -07:00
Bjørn Forsman
777db492b1
pythonPackages.IMAPClient: 0.11 -> 0.13
...
Needed for future update of gmvault.
2016-10-06 22:22:39 +02:00
Michael Raskin
667c2fb025
obliv-c: init at 0.0pre20161001
2016-10-06 17:48:05 +02:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Frederik Rietdijk
e3deccc0d7
Merge pull request #19296 from luispedro/add_biopython
...
pythonPackages.biopython : init at 1.68
2016-10-06 14:02:48 +02:00
Luis Pedro Coelho
8ff62102cb
pythonPackages.biopython : init at 1.68
...
BioPython is a set of bioinformatics utilities in Python.
2016-10-06 13:56:49 +02:00
Frederik Rietdijk
c6e21c90ea
pythonPackages.twine: init at 1.8.1
2016-10-06 13:36:07 +02:00
José Romildo Malaquias
49bb848816
pcmanfm-qt: use version from the LXQt desktop
...
pcmanfm-qt is part of the LXQt desktop. With the addition of LXQt to
nixpkgs, including a newer package for pcmanfm-qt, the older one is
removed and the entry in all-packages refers to the one in lxqt.
2016-10-06 08:05:20 -03:00
Joachim Schiele
5f64eacf6a
Merge pull request #19257 from primeos/pgpdump
...
pgpdump: init at v0.31
2016-10-06 13:03:41 +02:00
José Romildo Malaquias
3b7a6f9c29
lxqt: init at 0.11
2016-10-06 08:02:34 -03:00
Frederik Rietdijk
6f836eb0d4
Kippo: move pythonPackages.twisted_11 to kippo expression
2016-10-06 12:59:05 +02:00
Joachim F
f7294c8df6
Merge pull request #19245 from gnidorah/master
...
pakcs: init at 1.14.0
2016-10-06 10:55:32 +02:00
Nikolay Amiantov
bb2c20bb0a
Merge pull request #19290 from FRidh/octo
...
Octoprint: make sockjs-tornado and tornado_4_0_1 private
2016-10-06 12:26:31 +04:00
Frederik Rietdijk
354c588cf2
Octoprint: make sockjs-tornado and tornado_4_0_1 private
...
Tornado 4.0.1 is old and insecure, however, a package still depends on
it. We now move the package from the main Python package set into the
expression of the package that needs it.
2016-10-06 10:05:54 +02:00
Jörg Thalheim
91f947130f
Merge pull request #19229 from samuelrivas/crafty
...
crafty: 23.4 -> 25.0.1 (and: fix the build, remove obsolete options)
2016-10-06 10:04:17 +02:00
Anthony Cowley
1a10a377ec
pcl: fix problem finding OpenGL on darwin
2016-10-06 02:01:46 -04:00
Peter Hoeg
127a04f4ee
zeal: 0.2.1 -> 0.3.0
...
This new version fixes #8008 which despite the issue being closed was
still a problem.
We now compile it with the default qt5 which as of today is 5.6.1
instead of forcing 5.5.
2016-10-06 13:11:26 +08:00
Michael Weiss
8268f0a759
pgpdump: init at v0.31
...
Add the package "pgpdump" at version v0.31 under the category
"tools/security", add it to the top-level package collection and set
myself as the maintainer (I added myself to lib/maintainers.nix).
I have tested this package under NixOS and Gentoo+Nix.
2016-10-06 03:17:01 +02:00
Michael Lieberman
5baecbc4af
ptpython: init at 0.35
2016-10-05 15:36:57 -04:00
Robin Gloster
cd1ec18b42
thin-provisioning-tools: init at 0.6.3 ( #19268 )
2016-10-05 20:28:28 +02:00
Alex Ivanov
2aeb234f25
pakcs: update to 1.14.0
2016-10-05 21:20:58 +03:00
Vincent Laporte
7b805bd0b0
ProofGeneral: 4.2 -> 4.4
2016-10-05 19:09:36 +02:00
Vladimír Čunát
30f551d8b2
Merge branch 'master' into staging
2016-10-05 19:02:48 +02:00
Frederik Rietdijk
529a4050cd
Merge pull request #19241 from MostAwesomeDude/tahoe
...
python2.7-nevow: 0.11.1 -> 0.14.2
2016-10-05 18:57:01 +02:00
Frederik Rietdijk
3631da6c20
Merge pull request #19266 from NixOS/python-wip
...
Python package updates
2016-10-05 18:50:35 +02:00
Frederik Rietdijk
197b9ec123
Merge pull request #19260 from lsix/update_tornado
...
pythonPackages.tornado: 4.4.1 -> 4.4.2
2016-10-05 17:03:01 +02:00
Lancelot SIX
e380a84ad9
pythonPackages.tornado: 4.4.1 -> 4.4.2
...
Release details:
http://www.tornadoweb.org/en/stable/releases/v4.4.2.html
2016-10-05 16:47:19 +02:00
Frederik Rietdijk
b0808b084a
pythonPackages.geventhttpclient: 1.2.0 -> 1.3.1
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
11433cc798
pythonPackages.netlib: remove since it is not used anymore by mitmproxy
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
cbc2327fab
pythonPackages.mitmproxy: 0.14 -> 0.17.1
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
9caf12c88e
pythonPackages.html2text: 2015.11.4 -> 2016.9.19
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
5fc1a22a23
pythonPackages.widgetsnbextension: init at 1.2.6
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
e1bd33004c
pythonPackages.attrs: 16.0.0 -> 16.2.0
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
f56185c924
pythonPackages.scipy: 0.18.0 -> 0.18.1
2016-10-05 15:44:47 +02:00
Frederik Rietdijk
bde9e11f5d
pythonPackages.pandas: 0.18.1 -> 0.19.0
2016-10-05 15:44:47 +02:00
Edward Tjörnhammar
e4bdbfc247
languagetool: init at 3.5
2016-10-05 15:11:20 +02:00
Frederik Rietdijk
a6de7142ce
Merge pull request #19218 from Profpatsch/searx-pyopenssl
...
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Frederik Rietdijk
8d42c1e95d
pythonPackages.numpy: 1.11.1 -> 1.11.2
2016-10-05 12:36:17 +02:00
Frederik Rietdijk
9364cb0feb
pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
ee843b79ce
pythonPackages.Theano: 0.8.1 -> 0.8.2
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
4dee695764
pythonPackages.scikitlearn: 0.17.1 -> 0.18
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
5e0ac16e1f
pythonPackages.Kajiki: 0.5.2 -> 0.5.5
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
7ad156b476
pythonPackages.notebook: 4.2.2 -> 4.2.3
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
08d61cea4b
pythonPackages.jupyter_core: 4.1.1 -> 4.2.0
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
a60c4bb61a
pythonPackages.jupyter_client: 4.3.0 -> 4.4.0
2016-10-05 12:36:13 +02:00
Frederik Rietdijk
0abc704b6a
pythonPackages.ipywidgets: 4.1.1 -> 5.2.2
2016-10-05 12:36:13 +02:00
Lancelot SIX
74e52576e0
pythonPackages.django_1_10: 1.10.1 -> 1.10.2 ( #19193 )
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
2016-10-05 12:28:17 +02:00
Philip Potter
f94072196d
cookiecutter: 1.3.0 -> 1.4.0 ( #19232 )
...
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`. This in turn fixes python3 support.
In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.
I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:
$ cookiecutter gh:audreyr/cookiecutter-pypackage
Traceback (most recent call last):
File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
from cookiecutter.cli import main
ImportError: No module named cookiecutter
I'm not sure how to debug this.
2016-10-05 12:26:20 +02:00
Frederik Rietdijk
f1074590da
pythonPackages.ipyparallel: 5.0.1 -> 5.2.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
02801ab700
pythonPackages.ipykernel: 4.3.1 -> 4.5.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
57168395b8
pythonPackages.jupyterlab: 0.1.1 -> 0.4.1
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
8295fd9365
pythonPackages.GitPython: 2.0.2 -> 2.0.8
2016-10-05 10:03:50 +02:00
Frederik Rietdijk
8a4bb467a4
pythonPackages.decorator: 4.0.9 -> 4.0.10
2016-10-05 10:03:50 +02:00
Kirill Boltaev
3e646865f4
treewide: use ocaml.version ( #19192 )
2016-10-05 09:32:30 +02:00
Corbin
dec4ec07bd
python2.7-nevow: 0.11.1 -> 0.14.2
...
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Thomas Tuegel
d067b7bd35
Merge branch 'kde-5' into staging
2016-10-04 21:50:17 -05:00
Matt Billenstein
6bfbb7a07c
mongodb: fix build on OSX by adding Security framework
2016-10-04 19:38:32 -07:00