127088 Commits

Author SHA1 Message Date
adisbladis
e842d44928
firefox-devedition-bin: 59.0b1 -> 59.0b2 2018-01-21 00:17:47 +08:00
Matan Shenhav
400e9d0462 nodePackages.less-plugin-clean-css: init at 1.5.1 2018-01-20 16:06:15 +00:00
Matan Shenhav
845071c578 nodePackages.less: init at 2.7.3 2018-01-20 15:43:40 +00:00
Matan Shenhav
5bdc471107 nodePackages.configurable-http-proxy: init at 3.1.1 2018-01-20 15:36:23 +00:00
Charles Strahan
55f966be0e nodePackages.clean-css: init at 4.1.9 2018-01-20 15:27:53 +00:00
Mitsuhiro Nakamura
4014b24ca1 SDL2_{gfx,mixer,net,ttf}: fix Darwin build 2018-01-21 00:26:21 +09:00
Thomas Tuegel
4a39533ab3
qt5: debug flag should never be null 2018-01-20 09:10:57 -06:00
Thomas Tuegel
c1720b412b
qt5.mkDerivation: honor argument NIX_CFLAGS_COMPILE
If ‘mkDerivation’ is passed ‘NIX_CFLAGS_COMPILE’, we should include those flags
along with the common flags.

See also: #34039 #34038 #33935 #33933 #33930 #33927
2018-01-20 09:10:57 -06:00
Thomas Tuegel
a97eaae950
Merge pull request #33989 from LnL7/darwin-qt
qt510-qtbase: fix darwin build
2018-01-20 09:06:34 -06:00
Robert Helgesson
b57981e1ea
eclipse-plugin-cup: use buildEclipsePlugin
Since the `buildEclipsePlugin` function now can cope with multiple
plugin JARs we can avoid the workaround used by the cup plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson
663d827b77
eclipse-plugins-jsonedit: init at 1.0.1
Also init the bundle `antlr-runtime_4_5` at 4.5.3 because it is needed
by the `jsonedit` plugin.
2018-01-20 16:00:09 +01:00
Robert Helgesson
3a70f21738
eclipse/plugins: support multiple plugins JARs 2018-01-20 16:00:08 +01:00
Jan Tojnar
e44038bcca
gobjectIntrospection: use absolute path for cairo GIR
Cairo does not provide its own GObject bindinds so they are provided
by gobject-introspection package. Unfortunately, this means that if we
want to use the absolute path, we need gi to depend on cairo, which
increases the closure size from 41M to 56M. We will probably want
to split the typelib into a separate output.

Closes: #34080
2018-01-20 15:58:20 +01:00
Frederik Rietdijk
0cca54688f
Merge pull request #34078 from mimadrid/update/filezilla-3.30.0
filezilla: 3.29.0 -> 3.30.0
2018-01-20 15:53:26 +01:00
Frederik Rietdijk
176a035e94
Merge pull request #34077 from NixOS/python-unstable
Python: package updates and fixes
2018-01-20 15:44:27 +01:00
Charles Strahan
850799e607 pythonPackages.pamela: fix resolution of libpam.so 2018-01-20 14:07:14 +00:00
Frederik Rietdijk
21a736bb64 python.pkgs.secp256k1: 0.12.1 -> 0.13.2 2018-01-20 14:57:20 +01:00
Peter Simons
c6678c5688 pycurl: don't pollute $out/lib with system libraries
As far as I can tell, pycurl works just fine without that symlink.
2018-01-20 14:56:32 +01:00
Matan Shenhav
c8300a0596 pythonPackage.python-oauth2: init at 1.0.1 2018-01-20 13:54:05 +00:00
Frederik Rietdijk
25d1d4944a python.pkgs.bleach: relax test requirement 2018-01-20 14:51:09 +01:00
Frederik Rietdijk
ee91c45f89 python.pkgs.pytest_32: remove old version 2018-01-20 14:12:39 +01:00
Frederik Rietdijk
7f77cce9ed python.pkgs.pytest_29: remove old version 2018-01-20 14:11:56 +01:00
Frederik Rietdijk
75c2a76773 python.pkgs.xvfbwrapper: add missing test dependency 2018-01-20 14:09:53 +01:00
Aristid Breitkreuz
d7fad3b52f gnucash: fix gconf (fix copied from mendeley) 2018-01-20 14:09:04 +01:00
Florian Klink
70c200a952 bpython: don't set name attribute anymore 2018-01-20 13:48:37 +01:00
Florian Klink
5f03d6bf4d afew: rewrite expression
it's an application, not a python module

Also, remove name attribute.
Build with python 3 by default.

afew: make setuptools_scm a buildInput

afew: don't set SETUPTOOLS_SCM_PRETEND_VERSION anymore

we fetch from pypi, with version info properly set, so this shouldn't be
an issue.

afew: set license

afew: add notmuch binary to PATH

it seems afew calls "notmuch new" in MailMover.py

afew: don't set LD_LIBRARY_PATH

the library is already hardcoded pythonPackages.notmuch's globals.py
2018-01-20 13:48:24 +01:00
Florian Klink
567cf47d49 twilio: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
Florian Klink
79745a0fbf pyte: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
Florian Klink
cddfa945cb guzzle_sphinx_theme: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
Florian Klink
c44d5153ab curtsies: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
Robert Schütz
ee8f15ec7c pythonPackages.pytestrunner: 2.6.2 -> 3.0
Also add missing dependency to progressbar2
2018-01-20 13:37:43 +01:00
Frederik Rietdijk
1623c8371c buildPythonPackage: rename nix_run_setup.py to nix_run_setup
If the extension is .py it tends to be picked up by tools, breaking for
example tests.
2018-01-20 13:31:14 +01:00
Miguel Madrid Mencía
72ee0a7504
filezilla: 3.29.0 -> 3.30.0 2018-01-20 13:19:35 +01:00
idontgetoutmuch
e38b122f26 pythonPackages.us: init at 1.0.0 (#34076) 2018-01-20 12:19:13 +00:00
Frederik Rietdijk
b4d9aaabda tmuxp: 1.3.4 -> 1.3.5 2018-01-20 13:14:07 +01:00
Frederik Rietdijk
217626a3e9 python.pkgs.click-threading: move and fix expression 2018-01-20 13:01:53 +01:00
Frederik Rietdijk
ed81943bde python.pkgs.MDP: fix expression 2018-01-20 12:59:03 +01:00
Frederik Rietdijk
6d282fa3b6 python.pkgs.libtmux: fix expression 2018-01-20 12:57:34 +01:00
Frederik Rietdijk
56c3535d06 python.pkgs.pytest_28: remove old version 2018-01-20 12:55:44 +01:00
Frederik Rietdijk
2c3c847d64 python.pkgs.secp256k1: use current pytest 2018-01-20 12:55:09 +01:00
Frederik Rietdijk
e3581626ef python.pkgs.secp256k1: move expression 2018-01-20 12:53:46 +01:00
Frederik Rietdijk
24e2e6d67d python.pkgs.keyring: use current pytest 2018-01-20 12:53:27 +01:00
Frederik Rietdijk
3fa9702958 python.pkgs.pytest_27: remove old version 2018-01-20 12:48:04 +01:00
Frederik Rietdijk
e2f041a65b python.pkgs.PyLTI: 0.4.1 -> 0.5.1 2018-01-20 12:47:22 +01:00
Frederik Rietdijk
29e9608949 python.pkgs.PyLTI: move expression 2018-01-20 12:42:24 +01:00
Frederik Rietdijk
c0c616b81f python.pkgs.pytest_30: remove unused version 2018-01-20 12:27:13 +01:00
Frederik Rietdijk
b47ff5905f python.pkgs.sqlalchemy: use current pytest 2018-01-20 12:26:26 +01:00
Frederik Rietdijk
f72a465e84 CPython and PyPy: update meta.maintainers 2018-01-20 12:25:56 +01:00
Frederik Rietdijk
e3865944f6 awscli: 1.14.22 -> 1.4.29 2018-01-20 12:18:00 +01:00
Frederik Rietdijk
a6ae893054 python: yarl: 0.17.0 -> 1.0.0 2018-01-20 12:09:08 +01:00