Commit Graph

28096 Commits

Author SHA1 Message Date
Richard Larocque
13884d6de1 antfs-cli: init at unstable-2017-02-11 2017-02-19 16:22:21 -08:00
Richard Larocque
59d2eeff84 openant: init at unstable-2017-02-11 2017-02-19 16:22:20 -08:00
aszlig
7c9f4ee032
lua-packages/luasocket: Fix wrong platforms value
This has surfaced due to 505d7bea3a and
the fixup commit 77f5a50c40.

The individial platform attributes are a list rather than single
elements, so in this case we got:

with platforms; [darwin linux freebsd illumos]

Which results in:

[ ["x86_64-darwin"]
  ["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux"
   "armv7l-linux" "aarch64-linux" "mips64el-linux"]
  ["i686-freebsd" "x86_64-freebsd"]
  ["x86_64-solaris"]
]

So if you don't have allowBroken set in nixpkgs config, you end up with
an evaluation error because meta.platforms is expected to be a list
instead of a list of lists which we got here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @mornfall, @vcunat
2017-02-20 00:05:18 +01:00
Michael Raskin
9d81664480 psi: move out of kdePackages, it doesn't use kdelibs anyway 2017-02-19 18:38:10 +01:00
Michael Raskin
5759206608 qca2: add qca2-qt5 top-level attribute 2017-02-19 18:38:10 +01:00
Vladimír Čunát
77f5a50c40
lua-packages: fix my mass typo in meta 2017-02-19 17:56:49 +01:00
Vladimír Čunát
505d7bea3a
lua-packages: hydraPlatforms -> platforms
I see no original reason.  It seems someone started using hydraPlatforms
in that file and everyone else was just conforming to the style.
2017-02-19 17:40:18 +01:00
Vladimír Čunát
ac7ed3b91f
Merge #22974: luaPackages.luaposix: init at 33.4.0 2017-02-19 17:38:52 +01:00
Jörg Thalheim
19798cb205 Merge pull request #22819 from makefu/pkgs/dymo/init
cups-dymo: init at 1.4.0.5
2017-02-19 16:53:19 +01:00
vbgl
d31577cfd3 Merge pull request #22871 from FlorentBecker/default_ocaml_402
Default ocaml 402
2017-02-19 15:54:54 +01:00
Tuomas Tynkkynen
b53c53b1b4 maintainers: Add script to patch version/sha256 in .nix files
Adds a script to help automatically upgrading packages: this one can
patch name/version attributes like:
    version = "50.1.0";
    name = "bc-1.06";
... to the given version, and updates the sha256 hash to match.

Usage is:

update-source-version <attr> <new-version> [<new-source-hash>]

where:
    - attr is the attribute path of the package
    - new-version is the version string to be patched in
    - new-source-hash is the optional sha256/etc. hash of the source.
      If not given, the script will automatically calculate it.

This is added to a subdirectory where other useful scripts can be added
in the future, like figuring out the newest version from a git repo or
GitHub releases etc.
2017-02-19 16:51:17 +02:00
Lancelot SIX
f149a32315 Merge pull request #22957 from asymmetric/glances-2.8.2
glances: 2.7.1_1 -> 2.8.2

Built and tested locally.
2017-02-19 15:08:53 +01:00
Florent Becker
4c5f083d70 prooftree: move out of ocamlPackages 2017-02-19 13:06:25 +01:00
Florent Becker
6893d8a2fd llpp: move out of ocamlPackages 2017-02-19 13:06:25 +01:00
Florent Becker
88dac94e3b switch ocamlPackages to 4.02 2017-02-19 13:06:24 +01:00
Florent Becker
f18ac15dca ocamlPackages.spacetime: only build with ocaml-4.04 2017-02-19 13:06:24 +01:00
Florent Becker
cc9a50ec03 virt-top: compile with ocaml 4.01 2017-02-19 13:06:24 +01:00
Florent Becker
bf13a2cfc6 ocamlPackages.camlimages_4_0: only build with ocaml 4.01 2017-02-19 13:05:47 +01:00
Florent Becker
2a17b75fb1 ocamlPackages.bitsring: associate ocaml versions with bitstring versions univocally 2017-02-19 13:05:47 +01:00
Florent Becker
ba993ad506 coccinelle: build with caml 4.01 2017-02-19 13:05:46 +01:00
Florent Becker
2f46fb2cba sks: fix build with ocaml 4.02+ 2017-02-19 13:05:46 +01:00
Florent Becker
b0d7d60fd4 prooftree: force ocaml 4.01 2017-02-19 13:05:46 +01:00
Florent Becker
ea68576b7a satallax: force ocaml 4.01 2017-02-19 13:05:45 +01:00
Florent Becker
ad671eaba9 mldonkey: force ocaml 4.01 2017-02-19 13:05:45 +01:00
Florent Becker
11e4fcf941 ocamlPackages.llpp: only allow with ocaml-4.04 2017-02-19 13:05:44 +01:00
Florent Becker
eec3973004 leo2: force ocaml-4.01 2017-02-19 13:05:44 +01:00
Guillaume Maudoux
9016be4589 qtikz: update to Qt5; remove ktikz 2017-02-19 12:26:51 +01:00
sternenseemann
a452714799 ocaml-cow: init at 2.2.0 2017-02-19 11:16:25 +00:00
Vincent Laporte
d2a4a84f00 ocamlPackages.uri: 1.9.1 -> 1.9.2
The old version is also kept, under the attribute `uri_p4`.
It is built against `sexplib` version prior to 113.33 and needed by `trv`.
2017-02-19 11:57:24 +01:00
Joachim F
184f574283 Merge pull request #22915 from pradeepchhetri/envconsul
envconsul: init at 0.6.2
2017-02-19 10:23:58 +01:00
Nikolay Amiantov
b322271dd6 pythonPackages.webassets: 0.12 -> 0.12.1
Fixes #22965
2017-02-19 11:35:59 +03:00
sternenseemann
4f0feb4f5f ocaml-logs: init at 0.6.2 2017-02-19 04:36:14 +00:00
Pradeep Chhetri
1973a29536 envconsul: init at 0.6.2 2017-02-19 09:36:39 +05:30
rushmorem
87cf2231fa intecture-agent: init at 0.3.0 2017-02-19 03:49:33 +02:00
Rushmore Mushambi
0982d9b00f Merge pull request #22979 from rushmorem/intecture
intecture-auth: init at 0.1.0
2017-02-19 03:28:37 +02:00
rushmorem
31d4b7b830 intecture-auth: init at 0.1.0 2017-02-19 03:20:37 +02:00
sternenseemann
d738ac4fd5 ocaml-angstrom: init at 0.3.0 2017-02-19 02:12:52 +01:00
Rushmore Mushambi
de4a17409f Merge pull request #22972 from rushmorem/incli
intecture-cli: init at 0.3.2
2017-02-19 02:45:36 +02:00
rushmorem
af6c722a7b intecture-cli: init at 0.3.2 2017-02-19 02:35:47 +02:00
Renato Alves
523444db38
luaPackages.luaposix: init at 33.4.0 2017-02-19 01:09:51 +01:00
Tim Steinbach
2423313581
kernel: 4.9.10 -> 4.9.11 2017-02-18 18:33:36 -05:00
rushmorem
39aac045f6 rustPackages: update to latest 2017-02-19 00:50:05 +02:00
Rushmore Mushambi
23e2824d0f Merge pull request #22955 from rushmorem/czmq-update
czmq: v3.0.2 -> v4.0.2
2017-02-19 00:01:35 +02:00
rushmorem
3f09f8fa4d czmq: v3.0.2 -> v4.0.2 2017-02-18 23:54:50 +02:00
ikervagyok
0860565ee0 btrfs-dedupe: init at 1.1.0 (#22938) 2017-02-18 22:20:42 +01:00
Lorenzo Manacorda
fccea07869 glances: 2.7.1_1 -> 2.8.2 2017-02-18 20:27:23 +01:00
Ricardo M. Correia
fca09185d0 pycurl: 7.19.5 -> 7.19.5.1
Fixes import error when curl was built with LibreSSL.
2017-02-18 20:09:04 +01:00
Cray Elliott
5e0b978eff mwprocapture: init at 1.2.3269 (#22160) 2017-02-18 15:44:31 +01:00
Rahul Gopinath
7901a7a65f dgsh-unstable: Init at 2017-02-05 (#22657)
Dgsh is the directed graph shell
2017-02-18 14:25:49 +01:00
Frederik Rietdijk
8a6fa4a320 Merge pull request #22244 from AndersonTorres/intercal
Intercal: a little fix
2017-02-18 14:10:44 +01:00
Rene Treffer
5236e23502 prometheus-bind-exporter: init at 20161221
prometheus-bind-exporter: init at 20161221
2017-02-18 13:43:59 +01:00
AndersonTorres
9d82b3ebeb Intercal: a little fix
Intercal doesn't build with the most recent version of flex -
it complains with an "undefined reference to `yywrap'"
in the link phase.

So, we need to downgrade flex.
2017-02-18 10:05:02 -02:00
Vladimír Čunát
432dba859e
Merge branch 'staging'
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
Graham Christensen
c4bbadf2d5
tomcat6: more thoroughly remove tomcat6 2017-02-17 22:25:52 -05:00
Thomas Tuegel
a8b49802db Merge pull request #22902 from ttuegel/kde5-instructions
KDE 5 packaging instructions
2017-02-17 21:09:31 -06:00
Joachim Fasting
e8007c0e89
linux_4_9: patch for CVE-2017-5986
Seems fairly low impact[1] but we might as well patch it until a new 4.9
version is released

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1420276
2017-02-17 19:11:30 +01:00
Thomas Tuegel
b510dccc94
kde5.applications: update instructions 2017-02-17 11:48:14 -06:00
Bjørn Forsman
73112a6e78 pcsctools: unbreak 'gscriptor' by adding cairo
Fixes this:

  $ gscriptor
  Can't load '/nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so' for module Pango: /nix/store/17w6hdwbli924v7d43xxxp66qhgqpc24-perl-Pango-1.227/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/auto/Pango/Pango.so: undefined symbol: cairo_font_type_to_sv at /nix/store/5z1wn7knhckr3a0asb8lzp99sdai09f2-perl-5.22.2/lib/perl5/5.22.2/x86_64-linux-thread-multi/DynaLoader.pm line 193.
   at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
  Compilation failed in require at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
  BEGIN failed--compilation aborted at /nix/store/srdac7af3nz6fb74haa8l8ls9wd9pas0-perl-Gtk2-1.2498/lib/perl5/site_perl/5.22.2/x86_64-linux-thread-multi/Gtk2.pm line 31.
  Compilation failed in require at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
  BEGIN failed--compilation aborted at /nix/store/sgy2xsyvmam09pl25x8gb507gyiz9ybn-pcsc-tools-1.4.25/bin/.gscriptor-wrapped line 28.
2017-02-17 17:01:29 +01:00
Joachim F
fe4552420e Merge pull request #22680 from dtzWill/feature/creduce
creduce: init at 2.6.0
2017-02-17 16:58:37 +01:00
Philipp Gesang
b4e9bcfc12 afio: init at 2.5.1
Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
2017-02-17 15:29:03 +01:00
Orivej Desh
47ded42788 lumail: init at 2.9 2017-02-17 12:14:20 +01:00
Orivej Desh
cc4fd4f715 perl-Net-IMAP-Client: init at 0.9505 2017-02-17 12:14:20 +01:00
Nikolay Amiantov
8ecd5c4019 Merge pull request #22864 from abbradar/dbus-etc
Redo DBus configuration
2017-02-17 11:47:51 +03:00
Daiderd Jordan
8a5c6153d7 Merge pull request #22814 from veprbl/wxpython
wxPython30: fix on darwin
2017-02-17 08:35:39 +01:00
Robin Gloster
b3c58dc38b Merge pull request #22222 from afldcr/polybar-3.0.3
polybar: init at 3.0.4
2017-02-17 02:49:44 +01:00
Brian McKenna
17f566d1e1 keybase-gui: init at 20170209.17b641d
The GUI requires the keybase and kbfs packages to be installed and
running with /keybase as the mount.
2017-02-17 02:44:06 +01:00
Mogria
cfea446920 phpPackages.memcached: add missing zlib build dependency 2017-02-17 02:18:58 +01:00
David Terry
90d225db76 microsoft_gsl: init at 2017-02-13 2017-02-17 02:14:12 +01:00
Pradeep Chhetri
6515854248 awless: init at 0.0.13 2017-02-17 02:12:23 +01:00
Dmitry Kalinkin
0a44f259b5
python27Packages.taskcoach: mark as broken on darwin 2017-02-16 18:48:09 -05:00
Robin Gloster
101d90d18b
libzrtpcpp: remove 2017-02-17 00:14:15 +01:00
Robin Gloster
d7e5883d5e
freeswitch: 1.6.9 -> 1.6.15 2017-02-17 00:14:13 +01:00
Robin Gloster
4324ff2f73
sflphone: remove 2017-02-17 00:14:10 +01:00
Robin Gloster
538aed6dea
twinkle: remove 2017-02-17 00:14:07 +01:00
Robin Gloster
d9d66375ec
pythonPackages.boto3: 1.4.2 -> 1.4.4 2017-02-17 00:13:49 +01:00
Robin Gloster
0abc829590
pythonPackages.pyopenssl: 16.1.0 -> 16.2.0 2017-02-17 00:13:42 +01:00
Robin Gloster
38ef3bbc08
perlPackages.CryptOpenSSLRandom: 0.10 -> 0.11 2017-02-17 00:13:27 +01:00
Robin Gloster
b1d24a0472
libressl: default to 2.4 due to recent breakages 2017-02-17 00:13:21 +01:00
Vladimír Čunát
03024b39b7
tex4ht: fixup evaluation errors in the broken package
https://github.com/NixOS/nixpkgs/pull/22873#issuecomment-280390590
2017-02-16 20:24:56 +01:00
Vladimír Čunát
e962a3c95f
Merge branch 'master' into staging 2017-02-16 19:02:37 +01:00
Frederik Rietdijk
624cd8ae9e Merge pull request #22593 from teh/master
Update scrapy & dependencies
2017-02-16 17:27:57 +01:00
Tom Hunger
69363e9611 Move scrapy to its own module and add patch to fix broken permission code.
Scrapy is usually installed via pip where copying all permissions
makes sense. In Nix the files copied are owned by root and
readonly. As a consequence scrapy can't edit the project templates so

  scrapy startproject

fails.
2017-02-16 16:21:46 +00:00
Graham Christensen
073ca2b34f
aspcu: 1.9.0 -> 1.9.1 2017-02-16 07:55:25 -05:00
Graham Christensen
52026edf98 Merge pull request #22839 from ilya-kolpakov/master
boost: 1.63.0 (not default)
2017-02-16 07:42:40 -05:00
Nikolay Amiantov
3e23ec4450 makeDBusConf: init
Use XSLT transform to modify stock dbus configuration file. This is needed
because some dbus components doesn't support <include> so we need to put our
core configuration in the main file.
2017-02-16 15:41:23 +03:00
Eelco Dolstra
97fc806a7b
nix-prefetch-zip: Remove
This script is not needed anymore since "nix-prefetch-url --unpack
<url>" and "nix-prefetch-url -A foo.src" (where "foo.src" is a
fetchzip / fetchFromGitHub call) work fine.
2017-02-16 11:28:23 +01:00
Graham Christensen
7943dc8978 Merge pull request #22843 from bendlas/update-webkitgtk
webkitgtk212x: remove
2017-02-15 21:28:35 -05:00
Tom Hunger
c10b0e7bc4 scrapy: 1.1.2 -> 1.3.1 2017-02-15 22:13:16 +00:00
Tom Hunger
dde5350971 w3lib: 1.14.2 -> 1.17.0 2017-02-15 22:13:16 +00:00
Tom Hunger
17e9f21b9c parsel: 1.0.3 -> 1.1.0 2017-02-15 22:13:16 +00:00
Jascha Geerds
900fc49013 Merge pull request #22775 from peterhoeg/u/qtox
tox clients and libraries updates
2017-02-15 23:05:14 +01:00
Herwig Hochleitner
54e3fad0f4 webkitgtk212x: remove
2.12 isn't maintained anymore and superseded by the (compatible) 2.14
2017-02-15 20:29:05 +01:00
Ilya Kolpakov
6d8235210d boost: 1.63.0 (not default) 2017-02-15 18:29:39 +01:00
Ross MacLeod
aba35a5c2d python2.7-future: #22590 remove platform restriction (#22837)
Per #22590, `haskellPackages.servant` and by extension any package which transitively depends on `pythonX.Y-future` will fail to build on darwin even though there's apparently no reason why it can't be built there.
2017-02-15 18:02:22 +01:00
Kristoffer Søholm
0ed06bcce7 pypandoc: 1.2.0 (broken) -> 1.3.3 (#22782) 2017-02-15 15:28:23 +00:00
Michael Raskin
c731738ecc graphviz_2_0: hide inside monotoneViz
The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.
2017-02-15 15:10:00 +01:00
Frederik Rietdijk
397e59b4c9 pythonPackages.Keras: 1.0.3 -> 1.2.2 2017-02-15 12:56:58 +01:00
Frederik Rietdijk
97c3bebd92 tensorflowCuDNN -> tensorflowWithCuda
and move expression
2017-02-15 12:32:44 +01:00
Frederik Rietdijk
a069c16c22 tensorflowNoGpuSupport -> tensorflowWithoutCuda
and move expression
2017-02-15 12:32:44 +01:00
Rahul Gopinath
e69f76470a aenum: Init at 1.4.7 2017-02-15 10:25:37 +01:00
Rahul Gopinath
ce8af120f2 leather: Init at 0.3.3 2017-02-15 10:24:53 +01:00
makefu
76da40e5a7
cups-dymo: init at 1.4.0.5 2017-02-15 09:07:40 +01:00
Vladimír Čunát
35b2159671
Merge branch 'master' into staging
Over 11k rebuilds on master.
2017-02-15 08:41:35 +01:00
rardiol
195ca7393c widelands: 18 -> 19 (#22796) 2017-02-15 07:11:59 +01:00
Franz Pletz
f87eb8920c
grafana-old: outdated, probably without users 2017-02-15 00:42:29 +01:00
Daiderd Jordan
7929888e8d Merge pull request #22614 from cstrahan/ycm
YouCompleteMe: use ycmd package
2017-02-14 21:32:09 +01:00
Tuomas Tynkkynen
c86798125b amoeba: init at 1.1
This uses all the patches from Debian since otherwise it would work on
i686 among other things.
2017-02-14 15:45:09 +02:00
Eelco Dolstra
c5fb67259e Merge pull request #22785 from jpierre03/pr-cpan-cgi
Perl::CGI: 4.31 -> 4.35
2017-02-14 12:38:30 +01:00
Gabriel Ebner
8493a2d060 heaptrack: init at 2017-02-14 2017-02-14 12:19:40 +01:00
Jean-Pierre PRUNARET
c9d822b518 Perl::CGI: 4.31 -> 4.35 2017-02-14 11:38:24 +01:00
Frederik Rietdijk
733dc656b1 pythonPackages.enum34: 1.0.4 -> 1.1.6 2017-02-14 09:24:00 +01:00
Frederik Rietdijk
58175843b1 pythonPackages: python.majorVersion -> python.pythonVersion
...because we're interested in the version of the language, not of the
interpreter. This is important for PyPy packages.
2017-02-14 09:23:59 +01:00
Frederik Rietdijk
dc2262b41c pythonPackages.urllib3: 1.12 -> 1.20 2017-02-14 09:23:59 +01:00
Peter Hoeg
eb52ef12c2 ratox: use libtoxcore-old 2017-02-14 14:59:08 +08:00
Peter Hoeg
5a88ab3f55 tox-prpl: 20141202 -> 0.5.1 2017-02-14 14:58:28 +08:00
Peter Hoeg
8cef304ede libtoxcore: init at 0.1.6 and move old versions away 2017-02-14 14:57:48 +08:00
Daiderd Jordan
07c21bfaf7
ycmd: fix darwin build 2017-02-14 00:31:29 +01:00
Daiderd Jordan
b165de3be5 Merge pull request #22730 from ndowens/master
epic5: init at 2.0.1
2017-02-14 00:17:51 +01:00
ndowens
dda70d9b06 epic5: init at 2.0.1
Added conditional to support darwin

Changed comment about buildInputs

Added 's' to optional condition
2017-02-13 15:53:12 -06:00
Robin Gloster
7e5424ac09
php: default to php71 2017-02-13 22:48:45 +01:00
Franz Pletz
7b6a88c95e
urh: init at 1.3.3 2017-02-13 22:22:13 +01:00
Vladimír Čunát
c0c50dfcb7
Re-revert "pythonPackages.unittest2: without argparse""
This reverts commit 4882e431c7.
Moved from master.
2017-02-13 21:57:56 +01:00
Vladimír Čunát
8d8c337884
Merge branch 'master' into staging 2017-02-13 21:57:49 +01:00
Vladimír Čunát
4882e431c7
Revert "pythonPackages.unittest2: no need to depend on argparse"
This reverts commit 6891c9291d.
Moving the mass rebuild to staging.
2017-02-13 21:55:54 +01:00
Robert Helgesson
a2d2649a8f
perl-MooseX-Types: 0.46 -> 0.50 2017-02-13 21:54:54 +01:00
Frederik Rietdijk
982520d771 pythonPackages.awesome-slugify: fix test runner 2017-02-13 21:16:07 +01:00
Frederik Rietdijk
4a8c2a5d0a Merge pull request #22749 from vrthra/pytimeparse
pytimeparse: 1.1.5 -> 1.1.6
2017-02-13 21:11:48 +01:00
George Whewell
5af946bd2c skip failing tests on darwin 2017-02-13 16:36:40 +00:00
Rahul Gopinath
7a0f1f4462 pytimeparse: 1.1.5 -> 1.1.6 2017-02-13 08:35:12 -08:00
Joachim F
dd9172022c Merge pull request #22166 from DerTim1/postgres-plugin-tsearch-extras
tsearch-extras: init at 0.2
2017-02-13 16:26:43 +01:00
Franz Pletz
04f72ca64c Merge pull request #22740 from Mic92/libasyncns
gajim: use libasyncns as resolver
2017-02-13 15:08:16 +01:00
georgewhewell
99fdc8b651 pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin (#22741) 2017-02-13 15:03:59 +01:00
Frederik Rietdijk
5d00edcf4f cudatoolkit5 fixup, fixes eval 2017-02-13 14:45:18 +01:00
Frederik Rietdijk
c2e2a4d2c5 Python: remove 2.6 2017-02-13 14:42:24 +01:00
Frederik Rietdijk
6891c9291d pythonPackages.unittest2: no need to depend on argparse 2017-02-13 14:42:24 +01:00
Frederik Rietdijk
d5c4737c2d pythonPackages.aws_shell: cleanup 2017-02-13 14:42:24 +01:00
Eelco Dolstra
c71a893334
Revert "Use looser 9pfs caching in VM tests/builds"
This reverts commit bbd03e236a.
2017-02-13 14:38:19 +01:00
Jörg Thalheim
b059f63c6e
pythonPackages.libasyncns: init at 0.7.1 2017-02-13 14:11:56 +01:00
Peter Simons
5d3bb96f62 LTS Haskell 8.0
This includes an update to hackage-packages.nix, which was generated by hackage2nix v2.0.4-11-gd82133a
from Hackage revision 53fcf98366.
2017-02-13 12:21:04 +01:00
Eelco Dolstra
4af79a7331
Revert "linux: Apply 9p veryloose patch to 4.9"
This reverts commit a82810c7a7.

Fixes #22695.
2017-02-13 12:16:39 +01:00
Frederik Rietdijk
94db8d7dd2 Revert "pythonPackages.argparse: only for Python < 2.7"
This reverts commit 12d9eac8f0.
2017-02-13 09:52:07 +01:00
Tim Digel
8616c0d391 tsearch-extras: init at 0.2 2017-02-13 07:28:25 +01:00
Graham Christensen
4450327c06
flow: pin ocaml to ocaml_4_02 2017-02-12 20:52:37 -05:00
Dan Peebles
4c0aae964c ssm-agent: init at 2.0.633.0 2017-02-13 01:33:33 +00:00
Franz Pletz
12ebd6c058 Merge pull request #22708 from mguentner/ipfs_0_4_5
ipfs: 0.4.4 -> 0.4.5 // ipfsapi: 0.4.0 -> 0.4.5-pre
2017-02-13 02:10:01 +01:00
Jörg Thalheim
71ca18ae32 Merge pull request #22716 from ndowens/master
worker: init at 3.8.5
2017-02-13 01:21:38 +01:00
Graham Christensen
63d7ff883e Merge pull request #22457 from peterhoeg/u/suil
suil: 0.8.2 -> 0.8.4
2017-02-12 19:00:21 -05:00
ndowens
a77705748b worker: init at 3.8.5
modified:   pkgs/top-level/all-packages.nix

    pick 8096649e47 worker: init at 3.8.5
    squash 9267acbd46 modified:   pkgs/top-level/all-packages.nix

worker: updated default.nix license field

Added myself to lib/maintainers.nix

    squash 28173341fa worker: updated default.nix license field
    squash b22407cf5c Added myself to lib/maintainers.nix

Fixed indent and added missing > in maintainers.nix

Fixed curly bracket indent
2017-02-12 17:45:42 -06:00
Will Dietz
a82b3dd8e2 creduce: init at 2.6.0
Also includes perl dependency 'GetOpt::Tabular'.
2017-02-12 14:31:16 -06:00
Maximilian Güntner
072adafb66
ipfsapi: 0.4.0 -> 0.4.5-pre 2017-02-12 19:55:06 +01:00