Commit graph

26523 commits

Author SHA1 Message Date
Tim Steinbach
04b22dd935 Merge pull request #19982 from sternenseemann/netcat
Make netcat-openbsd the default netcat
2016-11-02 19:44:29 -04:00
Christine Koppelt
c9d27cc3ea nodejs-7_x: init 2016-11-03 00:21:44 +01:00
John Ericson
eed34bd214 top-level: Remove redundant arguments from top-level/{all-package,stdenv}.nix 2016-11-02 18:36:02 -04:00
John Ericson
68a04c1195 top-level: Inline topLevelArugments, and make pkg named arg for stdenv
[Trying my best to indent properly while avoiding excessive drift]
2016-11-02 18:35:03 -04:00
Robert Helgesson
f7e2675ed5
perl-Moo: 2.002003 -> 2.002005 2016-11-02 23:04:27 +01:00
Robert Helgesson
bcb0a65f23
perl-Role-Tiny: 2.000003 -> 2.000005 2016-11-02 23:04:27 +01:00
John Ericson
05977b236b top-level: Remove redundant parentheses 2016-11-02 17:38:16 -04:00
John Ericson
a113382f2c top-level: Use nixpkgsFun to avoid import ../.. 2016-11-02 21:50:24 +01:00
rbasso
fa46c22354 exercism: init at 2.3.0 2016-11-03 03:25:07 +09:00
Vincent Laporte
5f49eeb935 coq: move out of ocamlPackages 2016-11-02 19:23:15 +01:00
Tobias Pflug
a5dad8aeeb nodejs: refactor derivations (#19973)
* refactor and clean up the derivation composition
* add slim variation: the slim variations configure node without npm.
Building node with npm introduces a python runtime depndency through
gyp - slim variation makes sense for building small nodejs production
images
2016-11-02 17:46:01 +01:00
Rok Garbas
18375a7331
Revert "python: adding a back python27Full"
This reverts commit 822f480922.

See here for more discussion: 822f480922
2016-11-02 16:18:22 +01:00
Franz Pletz
b806e14a3c
pythonPackages.django_1_8: 1.8.15 -> 1.8.16
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:54 +01:00
Franz Pletz
58ad105cd4
pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Franz Pletz
6ad14d4256
pythonPackages.django_1_10: 1.10.2 -> 1.10.3
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Bart Brouns
efcfcfc789 ladspaPlugins: 0.4.15 -> 0.4.17 2016-11-02 14:01:49 +01:00
Frederik Rietdijk
e4d7515aef Merge pull request #20054 from magnetophon/fmsynth
fmsynth: init at 2015-02-07
2016-11-02 13:58:29 +01:00
Frederik Rietdijk
1558b09a32 Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Bart Brouns
4396ee9536 fmsynth: init at 2015-02-07 2016-11-02 13:42:45 +01:00
Bart Brouns
d315ca4080 libjack2-git: 2015-09-03 -> 2016-08-18 2016-11-02 12:51:22 +01:00
Robert Helgesson
68f2bc8fb3
perl-Image-Info: 1.38 -> 1.39
Fixes information disclosure security issue. See
https://lwn.net/Vulnerabilities/704702/.
2016-11-02 11:48:06 +01:00
Florent Becker
f00e28164b pdfjam: remove obsolete version
pdfjam is included in texlive
fixes #19826
2016-11-02 10:30:34 +01:00
Arseniy Seroka
4ae2a59aaa Merge pull request #20060 from jokogr/u/samsung-unified-linux-driver-4.01.17
samsung-unified-linux-driver: add 4.01.17
2016-11-02 11:42:47 +03:00
Eelco Dolstra
5926192e55 blender: 2.78 -> 2.78a 2016-11-01 22:52:48 +01:00
Eelco Dolstra
5ecb427368 cudatoolkit: Add 8.0.44 2016-11-01 22:52:26 +01:00
Domen Kožar
ec2ca34933 Merge pull request #20022 from teh/altair
Altair
2016-11-01 22:15:51 +01:00
Domen Kožar
d6247cf560 Merge pull request #20067 from teh/updates-1
Updates 1
2016-11-01 22:14:19 +01:00
romildo
a25e6bc8db lumina: init at 1.1.0-p1 2016-11-01 17:06:39 -02:00
Tom Hunger
a1b80797c4 partd: 0.3.3 -> 0.3.6 2016-11-01 17:40:07 +00:00
Peter Simons
fac1168816 callHackage: make 'all-cabal-hashes' repository overridable
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.

People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:

  {
    packageOverrides = super: {
      all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz";
    };
  }
2016-11-01 18:35:19 +01:00
Ioannis Koutras
270365a1ee samsung-unified-linux-driver: add 4.01.17 2016-11-01 19:19:53 +02:00
Joachim Fasting
0ee7d1ea4e
encfs: 1.8.1 -> 1.9.1
Packaging changes
- Uses cmake
- Removes depends on rlog and boost, uses tinyxml to parse xml

Note that the encfssh utility is disabled, it requires patching to
work (and didn't work in previous versions of the package, either).
Better to leave it unusable until fixed.
2016-11-01 15:57:29 +01:00
Dan Peebles
3f61621354 pythonPackages.cached-property: works on Darwin 2016-11-01 10:13:33 -04:00
Tim Steinbach
dc04a8e49d Merge pull request #19980 from cko/cleanup_node_packages
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Daniel Peebles
1fa9d99776 Merge pull request #20046 from copumpkin/omg-test
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Shea Levy
2dbaf3a336 lksctp-tools: init at 1.0.17 2016-11-01 07:28:41 -04:00
Dan Peebles
50874525d1 db47: remove outdated version 2016-11-01 03:18:01 +00:00
Dan Peebles
89915f8206 db45: remove outdated version 2016-11-01 03:10:13 +00:00
Dan Peebles
e41d2a8306 db44: remove outdated version 2016-11-01 03:06:57 +00:00
John Wiegley
a12f3d232d
coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2 2016-10-31 16:22:04 -07:00
Tom Hunger
bca7914a44 altair: init at 1.0.0 2016-10-31 17:01:11 +00:00
Tom Hunger
5142165d80 vega: init at 0.4.4 2016-10-31 17:01:10 +00:00
Lancelot SIX
8617a068b8 pythonPackages.mezzanine: Fix template project
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Lancelot SIX
0f7decd012 pythonPackages.django_1_6: disable for python >= 3.4
django 1.6 does not support python>=3.4
2016-10-31 16:38:44 +01:00
Lancelot SIX
830a9bf4fb pythonPackages.filebrowser_safe: disable tests
The distribution do not seem to include tests, and fails when trying to
run them
2016-10-31 15:27:25 +01:00
Franz Pletz
aa2b8d25d6 Merge pull request #19931 from mguentner/ipfs_update
ipfs: i20160112 -> 0.4.4, fetchgx
2016-10-31 14:42:05 +01:00
Edward Tjörnhammar
f7ad0c0fd5 Merge pull request #19675 from edwtjo/dictd-touchup
Dictd touchup
2016-10-31 13:08:57 +01:00
Rok Garbas
822f480922
python: adding a back python27Full
to make pypi2nix work with old and new nixpkgs. in future nixos release
we can remove it, but at least one release cycle of deprecation would
be nice.
2016-10-30 23:08:47 +01:00
Gabriel Ebner
3a962071af Merge pull request #19979 from 8573/8573/pkg/update/rustRegistry/2016-10-29/1
rustRegistry: 2016-09-29 -> 2016-10-29
2016-10-30 16:36:19 -04:00
Arseniy Seroka
75374120eb Merge pull request #19881 from matthiasbeyer/add-loc
loc: init at 0.3.0
2016-10-30 23:12:41 +03:00
sternenseemann
e2372502d3 netcat: make netcat-openbsd the default netcat (#19411)
The motivation for this change is the following: As gnu-netcat,
e. g. does not support ipv6, it is not suitable as default netcat.

This commit also fixes all obvious build issues caused by this change.
2016-10-30 15:06:04 +01:00
Rok Garbas
b65c443276
pythonPackage.tweepy: disabling tests
tests require access to twitter.com api, fixes #19987
2016-10-30 14:56:59 +01:00
Christine Koppelt
caa10b7233 nodejs: set default to v6 2016-10-30 14:40:48 +01:00
c74d
aef020c232 rustRegistry: 2016-09-29 -> 2016-10-29
Update the `rustRegistry` package from version 2016-09-29, revision
rust-lang/crates.io-index@12dc47026c, to
version 2016-10-29, revision
rust-lang/crates.io-index@623cc0d932.

I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
2016-10-29 21:22:43 +00:00
Jude Taylor
cff04e5503 pythonPackages: add pip2nix 2016-10-29 13:54:12 -07:00
Rok Garbas
a432815fc4 pythonPackages.neovim_gui: 0.1.2 -> 0.1.3
also pythonPackages.neovim update: 0.1.9 -> 0.1.10
2016-10-29 22:35:50 +02:00
Frederik Rietdijk
ac75b9b263 Merge pull request #19833 from 2chilled/master
pyload: init at stable
2016-10-29 19:14:08 +02:00
Matthias Herrmann
9431130f4b pycurl: add missing shared library 2016-10-29 18:46:21 +02:00
Matthias Herrmann
a22c990e33 pyload: init at 0.4.9-next 2016-10-29 18:46:10 +02:00
Vladimír Čunát
0896dbde46
Merge recent staging
... to avoid double rebuild due to openldap (thousands of jobs).
2016-10-29 17:13:51 +02:00
Vladimír Čunát
e78ef9cc12
gnumake-3.81: remove
It doesn't seem to be of any use, except for spitting warnings about md5.
2016-10-29 15:49:27 +02:00
Vladimír Čunát
e9fee02ff9 Merge branch 'master' into staging 2016-10-29 15:25:59 +02:00
Domen Kožar
ffc6e46dad Merge pull request #19962 from canndrew/openra-update
openra: 20160508 -> 20161019
2016-10-29 15:23:34 +02:00
Frederik Rietdijk
8bb63d11e6 Merge pull request #19964 from f--t/master
scikit-image: updated version and dependencies
2016-10-29 14:12:24 +02:00
Frederik Rietdijk
3d5600d8b8 Merge pull request #19866 from guillaumekoenig/fix/add-reno-1.8.0
reno: init at 1.8.0
2016-10-29 14:07:45 +02:00
Joachim F
ffb5f5a140 Merge pull request #19937 from Ericson2314/rm-dead-guile-tests
Delete guile-2-test.nix; grep says its dead code
2016-10-29 13:44:48 +02:00
Guillaume Koenig
dd04af4fcc reno: init at 1.8.0 2016-10-29 13:30:18 +02:00
ft
2ad39a5670 updated version and dependencies 2016-10-29 01:17:03 -07:00
Andrew Cann
40cab6182c OpenNAT: init at 2.1.0 2016-10-29 13:28:24 +08:00
Franz Pletz
ff04adf871
fetchgx: fetch dependencies with gx and gx-go 2016-10-29 05:17:27 +02:00
Daniel Peebles
ed9b30728f Merge pull request #19947 from zimbatm/awscli-1.11.10
Awscli 1.11.10
2016-10-28 22:30:50 -04:00
Graham Christensen
55909c32d1 Merge pull request #16286 from kirelagin/gpg2-osx
Enhance gnupg experience on OS X
2016-10-28 21:35:37 -04:00
Kirill Elagin
22f2f6e045 gnupg: Use pintenty-mac on Darwin by default 2016-10-29 00:24:56 +03:00
Robert Helgesson
236a32069a
perl-DBIx-Class: remove myself as maintainer 2016-10-28 23:07:50 +02:00
Frederik Rietdijk
9ab271a4be Merge pull request #19952 from igsha/patch
pythonPackages.patch: init at 1.16
2016-10-28 20:35:53 +02:00
Jude Taylor
872087a8a6 disable DBIxClass tests again 2016-10-28 11:29:35 -07:00
Igor Sharonov
5d83aaee96 pythonPackages.patch: init at 1.16 2016-10-28 21:21:13 +03:00
Sean Bartell
64b1fe26a7 nc6: remove
The download sources are gone and the program is obsolete now that
the popular versions of netcat support IPv6. See:
http://www.deepspace6.net/projects/netcat6.html
2016-10-28 10:54:33 -05:00
Christine Koppelt
162c65fc87
nodejs-0_10: remove
node.js 0.10 reaches end of LTS in a few days (see https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 dependant packages to broken as they don't build anymore
2016-10-28 07:43:04 -04:00
Vladimír Čunát
f706ab7dbe Merge #19918: mesa: enable intel vulkan driver 2016-10-28 13:20:47 +02:00
Frederik Rietdijk
cb2de9354f Merge pull request #19932 from igsha/passlib
pythonPackages.passlib: 1.6.2 -> 1.6.5
2016-10-28 12:49:07 +02:00
Matthias Beyer
1176973ab4 loc: init at 0.3.0 2016-10-28 09:45:51 +02:00
Jude Taylor
3cb116f708 qt48: fix eval 2016-10-27 20:28:22 -07:00
John Ericson
f4fdec3fc0 Delete guile-2-test.nix, grep says its dead code 2016-10-27 11:04:38 -07:00
Igor Sharonov
b846d5198e pythonPackages.passlib: 1.6.2 -> 1.6.5 2016-10-27 19:59:28 +03:00
Frederik Rietdijk
334d8705d5 Merge pull request #19928 from igsha/fasteners
pythonPackages.fasteners: 0.13.0 -> 0.14.1
2016-10-27 18:56:50 +02:00
zimbatm
8fbe389fab pythonPackages.boto3: 1.3.1 -> 1.4.1 2016-10-27 17:35:39 +01:00
zimbatm
3e648d1ec6 pythonPackages.awscli: 1.10.51 -> 1.11.10 2016-10-27 17:29:33 +01:00
Igor Sharonov
4383a45fa5 pythonPackages.fasteners: 0.13.0 -> 0.14.1 2016-10-27 19:03:56 +03:00
Ertugrul Söylemez
9c8f6fb4fb pari-unstable: 2.8.0 -> 2.8.1, "alpha" -> "unstable". 2016-10-27 14:48:03 +02:00
AbigailBuccaneer
6d4aa25e35 pythonPackages.markdown-macros: init at 0.1.2 2016-10-27 12:11:46 +01:00
Frederik Rietdijk
2728d12210 Merge pull request #19699 from makefu/update/devpi-client
devpi-client: 2.3.2 -> 2.7.0
2016-10-27 12:25:11 +02:00
Jörg Thalheim
6e4769ee2d Merge pull request #19888 from Mic92/influxdb
influxdb: make v1.0.2 default, remove 0.13
2016-10-27 11:43:27 +02:00
Jörg Thalheim
5f3f810e27
influxdb: make v1.0.2 default, remove 0.13 2016-10-27 11:41:52 +02:00
makefu
63dc801899
devpi-client: 2.3.2 -> 2.7.0
devpi-common: 2.0.8 -> 3.0.1
2016-10-27 10:11:53 +02:00
Shea Levy
41d894b87f libiconv: Just include the iconv headers 2016-10-26 22:34:27 -04:00
Charles Strahan
ca2b03439f Merge pull request #19496 from Ericson2314/overridePackages
Make `overridePackages` extend rather than replace existing overrides
2016-10-26 14:01:13 -04:00
Travis Whitaker
6f1f1d86c1 gcc-arm-embedded: fix ncurses for gdb 2016-10-26 17:49:28 +02:00
Frederik Rietdijk
ef9eeb8a2c Revert "all-packages: Remove unnecessary python3 overrides"
This reverts commit 95b5d8f752.
2016-10-26 15:42:38 +02:00
Frederik Rietdijk
82cba42dc4 diffoscope: fix evaluation
In 95b5d8f752 an override was removed, but
not entirely.
2016-10-26 15:10:44 +02:00
zimbatm
9970b28680 Merge pull request #19799 from vmandela/ruby-zoom
ruby-zoom: init at 4.1.0
2016-10-26 13:18:43 +01:00
Venkateswara Rao Mandela
219b9d5086 ruby-zoom: init at 4.1.0
From the website,

https://gitlab.com/mjwhitta/zoom

Zoom adds some convenience to ag/ack/grep by allowing you to quickly
open your search results in your editor of choice.

Also available as a ruby gem.

https://rubygems.org/gems/ruby-zoom

In addition to including the ruby-zoom tool, we also added a global
override for the ruby-terminfo gem to handle the ncurses build time
dependency.
2016-10-26 17:26:26 +05:30
Frederik Rietdijk
7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Michael Raskin
28aa92de64 maxima: support building with ECL; optionally support building maxima.fas when building with ECL 2016-10-26 11:06:41 +02:00
Michael Raskin
5bdd22bf4e arb-git: init at 2.9.0pre20161013. This ARB version is less annoying to use with FLINT 2016-10-26 11:06:41 +02:00
Michael Raskin
bdaff5f256 fplll_20160331: init at 20160331, obviously. The snapshot that Sage seems to like 2016-10-26 11:06:41 +02:00
Michael Raskin
2bed05d8e1 singular: add an option to install as libsingular 2016-10-26 11:06:40 +02:00
Michael Raskin
02fb2e5150 fflas-ffpack_1: init at 1.6.0 2016-10-26 11:06:39 +02:00
Michael Raskin
792026d795 fflas-ffpack: init at 2.2.2 2016-10-26 11:06:39 +02:00
Michael Raskin
516e27c20e givaro_3_7: init at 3.7.2 2016-10-26 11:06:38 +02:00
Michael Raskin
80b8f39a7a givaro_3: init at 3.8.0 2016-10-26 11:06:38 +02:00
Michael Raskin
d5547a9409 libgap: init at 4.8.3 2016-10-26 11:06:37 +02:00
Michael Raskin
e35a8d52ab iml: init at 1.0.5 2016-10-26 11:06:37 +02:00
Michael Raskin
f9f6d00995 pythonPackages.pynac: init at 0.2 2016-10-26 11:06:36 +02:00
Michael Raskin
5f418b75d6 nauty: init at 26r7 2016-10-26 11:06:36 +02:00
Michael Raskin
a67a50895c gfan: init at 0.5 2016-10-26 11:06:36 +02:00
Michael Raskin
2ac12966e6 cddlib: init at 0.94h 2016-10-26 11:06:35 +02:00
Michael Raskin
9fe49b39fb arb: init at 2.8.1 2016-10-26 11:06:35 +02:00
Michael Raskin
0337440ba3 eclib: init at 20160720 2016-10-26 11:06:34 +02:00
Michael Raskin
2bb5bdd12c flint: init at 2.5.2 2016-10-26 11:06:34 +02:00
Michael Raskin
71f659d86d pari_alpha: init at 2.8.0.alpha: planning to use for Sage 2016-10-26 11:06:34 +02:00
Michael Raskin
411d5742ca symmetrica: init at 2.0 2016-10-26 11:06:33 +02:00
Michael Raskin
c450d7b0a8 ratpoints: init at 2.1.3 2016-10-26 11:06:33 +02:00
Michael Raskin
0ac7e336c0 mpfi: init at 1.5.1 2016-10-26 11:06:32 +02:00
Michael Raskin
e405c88d5b fplll: init at 5.0.2 2016-10-26 11:06:32 +02:00
Michael Raskin
22821970ba givaro: init at 4.0.2 2016-10-26 11:06:32 +02:00
Michael Raskin
1998a0d4d2 gf2x: init at 1.1 2016-10-26 11:06:31 +02:00
Michael Raskin
36d3038e3d mpir: init at 2.7.2 2016-10-26 11:06:31 +02:00
Robert Helgesson
de3860229a
perl-Test-Simple: 1.302056 -> 1.302062 2016-10-26 10:20:42 +02:00
Robert Helgesson
4860c08607
perl-Importer: 0.014 -> 0.024 2016-10-26 10:20:42 +02:00
Guillaume Koenig
43a91b2598 ansible: add dnspython dependency
This dependency is required to use the lookup plugging for performing
dns lookups.

http://docs.ansible.com/ansible/playbooks_lookups.html#the-dns-lookup-dig
2016-10-25 18:59:32 +02:00
Shea Levy
be02229f06 Add libcxxStdenv attribute to recent llvm package sets 2016-10-25 10:29:40 -04:00
Frederik Rietdijk
fea23020fe Merge pull request #19585 from veprbl/distutils_fix
python: add C++ compiler support for distutils
2016-10-25 14:16:28 +02:00
Jascha Geerds
76b696d7db pythonPackages.ansible: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Jascha Geerds
61548a0baa pythonPackages.ansible2: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Frederik Rietdijk
cdd0a5beab pythonPackages.moviepy: init at 0.2.2.11 2016-10-25 13:55:43 +02:00
Frederik Rietdijk
513cadeefa pythonPackages.imageio: init at 1.6 2016-10-25 13:55:43 +02:00
Jascha Geerds
6d70dd2760 kargo: init at 0.4.6 2016-10-25 11:46:00 +02:00
Frederik Rietdijk
66103ac3e9 pythonPackages.blaze: 0.10.2 -> 0.11.0 2016-10-25 10:07:06 +02:00
Frederik Rietdijk
9d8734906c pythonPackages.bokeh: 0.12.1 -> 0.12.3 2016-10-25 09:59:43 +02:00
Frederik Rietdijk
c95700f253 Merge pull request #19701 from teh/tensorflowcudnn
Tensorflowcudnn
2016-10-25 09:20:19 +02:00
Tim Steinbach
b3f7d626c1
kernel: remove 4.7 2016-10-24 21:30:00 -04:00
Kier Davis
a057dfc57f
unigine-valley: init at 1.0-1
Closes https://github.com/NixOS/nixpkgs/pull/19813
2016-10-24 19:35:06 -04:00
Dmitry Kalinkin
f9b2f9bb92
octave: use openblasCompat on darwin 2016-10-24 17:27:07 -04:00
Franz Pletz
ffca975de7
kea: init at 1.1.0 2016-10-24 20:02:23 +02:00
Tim Steinbach
bca2fd9f58 Merge pull request #19831 from AbigailBuccaneer/gmad
gmad: init at HEAD
2016-10-24 13:43:09 -04:00
AbigailBuccaneer
db9958cdb9 gmad: init at HEAD 2016-10-24 18:23:26 +01:00
AbigailBuccaneer
1983181a7f bootil: init at HEAD 2016-10-24 18:23:26 +01:00
Tim Steinbach
df7b8df4ca Merge pull request #19820 from avnik/update/qastools
qastools: 0.18.1 -> 0.21.0
2016-10-24 10:53:26 -04:00
Alexander V. Nikolaev
979ee2ae1e qastools: 0.18.1 -> 0.21.0 2016-10-24 15:37:01 +03:00
Benno Fünfstück
fcc353908c uWSGI: remove duplicate package
uWSGI is already packaged in servers/uwsgi
2016-10-23 22:15:50 +02:00
Joachim Fasting
fda12d811a
pythonPackages.uWSGI: fix meta.license
cc @bennofs
2016-10-23 20:38:40 +02:00
Benno Fünfstück
a9ca5f7a20 python: fix broken packages 2016-10-23 20:17:23 +02:00
Benno Fünfstück
7f13f746f3 python-uwsgi: init at 2.0.14 2016-10-23 20:17:23 +02:00
Joachim Fasting
80acc82f4a
pythonPackages.packaging: fix meta.license
See 8fc81acc8a

cc @bennofs
2016-10-23 20:11:38 +02:00
Jörg Thalheim
0bb07f6d7b Merge pull request #19798 from vklquevs/mtpaint-init
mtPaint: init at 3.49.12
2016-10-23 17:42:54 +02:00
Drill Bear
86793f600c mtpaint: init at 3.49.12 2016-10-23 15:45:49 +01:00
Luca Bruno
57a791b4ff Merge pull request #17751 from michalrus/awf-gtk
awf: init at 1.3.1
2016-10-23 14:54:03 +01:00
Luca Bruno
f7b8c44176 Merge pull request #19528 from schneefux/wallabag
wallabag: init at 2.1.1
2016-10-23 14:39:28 +01:00
Tim Steinbach
cfc4a0d7ae Merge pull request #19727 from dipinhora/ponyc-0.6.0
ponyc: 0.5.1 -> 0.6.0
2016-10-23 09:13:52 -04:00
Benno Fünfstück
8fc81acc8a pwntools: init at 3.1.0 2016-10-23 15:04:53 +02:00
José Romildo Malaquias
8b7e3c3537 oblogout: init at 2009-11-18 2016-10-23 11:45:30 +02:00
Jörg Thalheim
de7f231f6c Merge pull request #19646 from phunehehe/opera
opera: 12.16-1860 -> 40.0.2308.81
2016-10-23 11:38:38 +02:00
Hoang Xuan Phu
c2281d6494 opera: 12.16-1860 -> 40.0.2308.90
and unbreak
2016-10-23 16:38:29 +08:00
Frederik Rietdijk
ea50c1255a zk-shell: fix evaluation 2016-10-23 08:57:37 +02:00
Tim Steinbach
2bc8b12e70 Merge pull request #19782 from hharnisc/master
Hyperterm: 0.7.6 -> (Hyper) 0.8.3
2016-10-22 19:13:15 -04:00
Bram Duvigneau
f1d45add3b brltty: 5.2 -> 5.4 2016-10-22 22:03:45 +00:00
Harrison Harnisch
71b92ecfea Hyperterm: 0.7.6 -> (Hyper) 0.8.3
- rename Hyperterm to Hyper (as per their rebranding)
- update to latest version
2016-10-22 20:10:48 +00:00
Domen Kožar
5e28dcc502 amazon-glacier-cmd-interface: init at 2016-09-01 2016-10-22 21:51:25 +02:00
Alexander Ried
459da7b86e gnome3: default to 3.22 (#19743)
* gnome3: default to 3.22

* zuki-themes: add src for gnome 3.22, remove 3.18

* gnome3_22.vte_290: copy from gnome3.20

* termite: use vte-select-text from gnome3_20
2016-10-22 19:54:20 +02:00
Frederik Rietdijk
e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
schneefux
7a57be47bb
wallabag: init at 2.1.2 2016-10-22 17:20:49 +02:00
Jörg Thalheim
8c465c5201 Merge pull request #19656 from RamKromberg/init/hecate
hecate: init at 0.0.1
2016-10-22 17:10:29 +02:00
Frederik Rietdijk
956abf3775 pythonPackages.sphinx_1_2: build on 3.5 2016-10-22 16:47:21 +02:00
Frederik Rietdijk
b842480f09 pythonPackages.lockfile: fix tests 2016-10-22 16:47:21 +02:00
Adam Evans
5da42092fa weechat: Fixed Darwin build issues
Build was failing with res_9_init missing on OS X. Resolved with a little help from
https://github.com/Homebrew/homebrew-core/pull/4427.
2016-10-23 00:32:17 +11:00
Jörg Thalheim
a15ae08201 Merge pull request #19491 from schneefux/shaarli
shaarli: init at 0.7.0
2016-10-22 15:17:13 +02:00
schneefux
02cf55159c
shaarli: init at 0.8.0 2016-10-22 13:43:47 +02:00
Nick Novitski
69cf5aa4f3
frotz: init at 2.44
Closes https://github.com/NixOS/nixpkgs/pull/19595/files
2016-10-22 07:12:58 -04:00
Jörg Thalheim
b48bfa4061 Merge pull request #19405 from Mic92/whoosh
whoosh: fix test & remove duplicate package.
2016-10-22 12:37:03 +02:00
Vladimír Čunát
61abbed414 openconnect: avoid evaluation cycle
I don't see why it happens exactly.  It's when override is handling meta.
2016-10-22 11:58:54 +02:00
Jörg Thalheim
b0c38f450f Merge pull request #19347 from cedeel/bspwm-git
bspwm-unstable: init at 2016-09-30
2016-10-22 11:49:24 +02:00
Jörg Thalheim
10167aaf56 Merge pull request #19350 from cedeel/sxhkd-git
sxhkd-unstable: init at 2016-08-29
2016-10-22 11:48:04 +02:00
Vladimír Čunát
7aeca58779 Merge #14404: add a couple of vulkan utilities 2016-10-22 11:37:05 +02:00
Jörg Thalheim
fd1e79aa25 Merge pull request #18402 from andjscott/mmex
[WIP] Money-Manager-Ex: 0.9.5.1 -> 1.2.7
2016-10-22 01:20:11 +02:00
Jörg Thalheim
34a9ed1f5c Merge pull request #19752 from mkawalec/master
openconnect: use openconnect linked against gnutls by default
2016-10-22 01:11:49 +02:00
uwap
42e93b5f2a quassel-webserver: init at 2.1.1 2016-10-21 23:31:50 +02:00
Matthias Beyer
213ebc94e0
fava: init at 1.0
fixes #15785
2016-10-21 23:15:32 +02:00
Matthias Beyer
e336acb096
pytest_30: Add override from pytest_27 2016-10-21 22:15:16 +02:00
Jörg Thalheim
9c0b5e4b22 Merge pull request #19666 from veprbl/hep_for_upstream
Add fastjet, hepmc, yoda, rivet, lhapdf, herwig, pythia, sacrifice, nlojet++
2016-10-21 21:58:45 +02:00
Tim Steinbach
d5b057335b Merge pull request #19755 from bzizou/avro-cpp
avro-cpp: 1.7.5 -> 1.8.1 + using boost 1.55 -> 1.60
2016-10-21 13:07:49 -04:00
Bruno Bzeznik
b587e953a1 avro-cpp: 1.7.5 -> 1.8.1 + using boost 1.55 -> 1.60 2016-10-21 17:35:26 +02:00
Tim Steinbach
bf46b99402 Merge pull request #19740 from NeQuissimus/statsd_0_8_0
statsd: 0.7.2 -> 0.8.0
2016-10-21 09:17:26 -04:00
Michal Kawalec
f3307cd2fa use gnutls openconnect by default 2016-10-21 14:24:57 +02:00
Peter Hoeg
cbec6a304a vmfs-tools: init at 2016-01-16 2016-10-21 13:08:00 +03:00
Domen Kožar
542b737d86 Merge pull request #19747 from joachifm/remove-linuxPackages_tuxonice
linuxPackages_3_10_tuxonice: delete
2016-10-21 10:20:42 +02:00
Frederik Rietdijk
5400fb619b Merge pull request #19736 from sengaya/patch-1
pytestflakes: 1.0.0 -> 1.0.1
2016-10-21 09:26:17 +02:00
Joachim Fasting
bc6e35cbe1
linuxPackages_3_10_tuxonice: delete
The 3.10 tuxonice kernel was removed over 2 years ago
in d2193736db
2016-10-21 08:11:05 +02:00
Tuomas Tynkkynen
27d018a120 Merge pull request #19732 from nico202/libgumbo
libgumbo: init at 0.10.1
2016-10-21 01:39:06 +03:00
Tim Steinbach
2bc237ebe2
statsd: 0.7.2 -> 0.8.0 2016-10-20 17:35:03 -04:00