Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Jan Tojnar
4ce95e453b
libinfinity: modernize expression
...
* Use multiple outputs to reduce the number of rebuilds necessary.
* Fix build with GTK+ support
2018-08-08 01:40:26 +02:00
Robert Schütz
fbb60556f8
python.pkgs.tidylib: 0.2.4 -> 0.3.2
...
fixes #44581
2018-08-08 01:29:54 +02:00
Robert Schütz
80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
...
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
Vincent Laporte
805bc58d08
ocamlPackages.sequence: 0.10 -> 1.1 ( #44628 )
2018-08-07 21:28:46 +02:00
Michael Weiss
90b27d020b
pythonPackages.scapy: Add support for the manuf database from Wireshark
...
This file contains "Ethernet vendor codes, and well-known MAC
addresses".
2018-08-07 19:14:10 +02:00
Michael Weiss
f9291887af
pythonPackages.scapy: Add optional dependencies
2018-08-07 18:55:48 +02:00
Janne Heß
25f4a12bc4
smarty3-i18n: Init at 1.0 ( #44622 )
2018-08-07 18:26:49 +02:00
Thomas Kerber
9e727bfc72
libunity: do not use alias in dependencies ( #44617 )
...
Fixes broken nixpkgs.tarball hydra build.
See #44299
2018-08-07 17:14:33 +02:00
Uli Baum
33b71398fc
bazel_0_4: mark as broken
...
build has failed since 2018-04-29
2018-08-07 16:53:36 +02:00
Alyssa Ross
1186bdbf7e
triton: init at 6.1.2
2018-08-07 15:46:39 +01:00
Timo Kaufmann
291018b34e
arb: 2.13.0 -> 2.14.0 ( #44600 )
2018-08-07 16:38:34 +02:00
Tim Steinbach
47e51aad09
sbt: 1.2.0 -> 1.2.1
2018-08-07 08:35:57 -04:00
Urban Skudnik
01a8fa1a72
Add support for user-extensible shellHook to buildStackProject
...
buildStackProject is overridding shell hook and doesn't append
user-specified shellHook to it, resulting in user's shellHook
never executing.
2018-08-07 14:28:18 +02:00
Jan Tojnar
93168d887c
bustle: fix build
2018-08-07 12:08:10 +02:00
Vladyslav M
23fd014bf1
reason: 3.0.4 -> 3.3.2 ( #44593 )
2018-08-07 11:58:21 +02:00
adisbladis
90b5798090
Merge pull request #44534 from LnL7/elixir-1.7.2
...
elixir: 1.7.0 -> 1.7.2
2018-08-07 17:48:54 +08:00
Jean-Philippe Bernardy
8162378401
python.pkgs.tensorflow 1.7.0 -> 1.9.0
2018-08-07 11:42:36 +02:00
Robert Schütz
d71dbf2f87
python.pkgs.tensorflow-tensorboard: 1.7.0 -> 1.9.0
2018-08-07 11:40:31 +02:00
Robert Schütz
746aae0e55
Merge pull request #44571 from kalbasit/nixpkgs-update-mycli
...
mycli: 1.6.0 -> 1.17.0
2018-08-07 10:49:37 +02:00
Robert Schütz
0359f150cd
python.pkgs.tokenserver: 1.2.27 -> 1.3.1
2018-08-07 10:46:51 +02:00
Robert Schütz
0a6d4b669b
python.pkgs.pyfxa: init at 0.6.0
2018-08-07 10:46:51 +02:00
Michael Alan Dorman
8df4d87aee
xmonad, xmonad-contrib, xmonad-extras: remove superfluous config
...
xmonad and xmonad-contrib no longer require patches, and
xmonad-contrib and xmonad-extras no longer need to be jailbroken.
2018-08-07 09:25:35 +02:00
Moritz Angermann
e1d180725b
Update generic-builder.nix
...
Drop `hasActiveLibrary` altogether. The condition is wrong, `isLibrary` is the correct one. We can have non-static, non-shared libraries as well.
2018-08-07 09:25:35 +02:00
Moritz Angermann
e4a61c8b6e
[haskell/generic-builder] windows always has an active library
...
This commit is not really correct. The `hasActiveLibrary` check is wrong.
We can have an active library even if we do not ask for a static lirbary or
dynamic one; we can still have just a set of objet files and archives.
2018-08-07 09:25:35 +02:00
Peter Simons
10b923930c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.10.2 from Hackage revision
e35bfea89e
.
2018-08-07 09:25:35 +02:00
Domen Kožar
750e4888f8
hackage2nix: update list of failing Hydra builds
...
Ping @jb55 for broken "skeletons".
Ping @khumba for broken "hoppy-*".
2018-08-07 09:25:33 +02:00
Peter Simons
5bd2ca749d
LTS Haskell 12.5
2018-08-07 09:25:33 +02:00
Wael M. Nasreddine
16cfc2a602
pythonPackages.pymysql: 0.6.6 -> 0.9.2; move to python-modules
2018-08-07 00:18:18 -07:00
Wael M. Nasreddine
1faec393f1
pythonPackages.cli-helpers: init at 1.0.2
2018-08-06 23:43:56 -07:00
Jörg Thalheim
9d825127b5
Merge pull request #44567 from LnL7/python-language-server
...
python-language-server: 0.18.0 -> 0.19.0
2018-08-07 01:25:38 +01:00
Austin Seipp
8397411b40
Revert "libtorrentRasterbar: multi outputs, install python2/3 bindings"
...
This reverts commit d8e62d202d
.
2018-08-06 16:33:38 -05:00
Austin Seipp
d8e62d202d
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-06 16:23:36 -05:00
xeji
937e402b35
Merge pull request #44555 from markuskowa/mpich-cleanup
...
mpich2: cleanup derivation, rename to mpich
2018-08-06 23:17:47 +02:00
volth
8835240895
libvirt: 4.5.0 -> 4.6.0 ( #44566 )
2018-08-06 23:15:06 +02:00
Franz Pletz
459a34ce5f
openssl_1_1_0: add patch to fix c_rehash quoting
2018-08-06 22:49:29 +02:00
Maximilian Bosch
ea36b975ab
pythonPackages.asana: 0.7.0 -> 0.7.1 ( #44561 )
...
Also fixed the package build from
https://hydra.nixos.org/build/78900949 .
`requests_oauthlib` seems to work fine at version 1.0 with `asana`, so
rather than creating our own override for `asana` it's fine to use 1.0
and patch `setup.py`.
2018-08-06 22:24:24 +02:00
leenaars
040bbfab60
pythonPackages.fire: init at 0.1.3 ( #44493 )
2018-08-06 21:33:34 +02:00
Robert Schütz
b1e7c4ca25
python.pkgs.asgiref: disable for python < 3.5
2018-08-06 21:31:48 +02:00
Maximilian Bosch
3819c542ba
python3Packages.asgiref: 2.2.0 -> 2.3.2 ( #44563 )
...
2.3.2 supports async-timeout@3.x which fixes https://hydra.nixos.org/build/78889815 .
2018-08-06 21:29:19 +02:00
Daiderd Jordan
5b2ff69544
python-language-server: add providers option
...
Adding all of the extra dependencies isn't always desirable and
overriding a bunch of inputs is a bit cumbersome and brittle.
eg.
python-language-server.override { providers = ["rope"]; }
2018-08-06 20:41:52 +02:00
Daiderd Jordan
d12afcf734
python-language-server: 0.18.0 -> 0.19.0
2018-08-06 19:48:24 +02:00
James Wood
9934f0bb51
AgdaStdlib: 0.15 -> 0.16 ( #44550 )
2018-08-06 18:39:11 +02:00
Markus Kowalewski
ef301cc2a8
mpich: change platform to linux only
2018-08-06 16:59:41 +02:00
Matthew Bauer
e62996f65c
cmake: add bsd3 license
2018-08-06 10:15:55 -04:00
Matthew Bauer
4a5cbdf5ea
android: add licenses
...
androidndk is apache 2.0
androidsdk is unfree
2018-08-06 10:15:49 -04:00
Jörg Thalheim
0da0868608
Merge pull request #44551 from fgaz/duktape
...
duktape: 2.2.1 -> 2.3.0
2018-08-06 14:29:54 +01:00
Markus Kowalewski
87925f0ba6
mpich2: cleanup, rename to mpich
...
* mpich2 -> mpich
* remove slurm dependency
* use most recent gfortran
* turn enableParallelBulding on
* ensure mpi[cc,cxx,fort] uses default compilers it was built with
2018-08-06 15:27:32 +02:00
Pascal Wittmann
5356b5b355
pyrex: fix evaluation
2018-08-06 13:28:07 +02:00
Francesco Gazzetta
77c0760ee6
duktape: 2.2.1 -> 2.3.0
2018-08-06 13:15:50 +02:00
Pascal Wittmann
8083fe9ea8
jikes: add license
...
see issue #43716
2018-08-06 13:02:43 +02:00
Pascal Wittmann
7c19cc3c49
nasm: add license
...
see issue #43716
2018-08-06 12:39:39 +02:00
Pascal Wittmann
bf56cfe48c
pyrex: add license
...
see issue #43716
2018-08-06 12:32:28 +02:00
Pascal Wittmann
80b5d9e3d3
rebar3: add license
...
see issue #43716
2018-08-06 12:24:38 +02:00
Jan Tojnar
10dd73b5e2
keybinder: remove GTK3 dependency
...
kyebinder never supported GTK 3, only keybinder-3.0 (keybinder3 package) does.
This effectively reverts c0c835dcce
2018-08-06 12:23:13 +02:00
Pascal Wittmann
d84ce36fb6
rebar: add license
...
see issue #43716
2018-08-06 12:22:59 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
...
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Silvan Mosberger
e10db2f676
Merge pull request #44435 from aanderse/pecl-oci8
...
php*Packages.oci8: init at 2.1.8
2018-08-05 23:29:19 +02:00
xeji
b49b03a8c6
Merge pull request #44483 from imuli/idris-quantities
...
idrisPackages: add quantities library
2018-08-05 23:03:59 +02:00
Daiderd Jordan
22adc5e294
elixir: 1.7.0 -> 1.7.2
2018-08-05 22:35:03 +02:00
xeji
b909d807b1
Merge pull request #44466 from vcunat/p/exiv2-cve
...
exiv2: bugfix updates
2018-08-05 21:32:33 +02:00
Janne Heß
2da02088f7
prototypejs: Init at 1.7.3.0 ( #44428 )
2018-08-05 21:24:56 +02:00
Vincent Laporte
ec7865cddc
compcert: 3.2 -> 3.3 ( #44512 )
2018-08-05 21:14:55 +02:00
Michael Raskin
75cb04672f
Merge pull request #44508 from timokau/cddlib-0.94j
...
cddlib: 0.94i -> 0.94j
2018-08-05 19:03:47 +00:00
Vladimír Čunát
6a1148997a
exiv2.meta.license: add
2018-08-05 20:15:10 +02:00
Timo Kaufmann
0a44ff7676
cddlib: 0.94i -> 0.94j
...
cddlib was autotoolized, incorporated equivalents to the sage patches
and moved to GitHub.
2018-08-05 19:02:45 +02:00
Michael Raskin
1df8085132
Merge pull request #44506 from timokau/sage-new-deps
...
Init libbraiding and libhomfly
2018-08-05 15:12:23 +00:00
Timo Kaufmann
aabc55e154
libhomfly: init at 1.02r5
...
libhomfly is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:33 +02:00
Timo Kaufmann
34c2f4150b
libbraiding: init at 1.0
...
libbraiding is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:32 +02:00
Travis Whitaker
a3e7fc876a
haskellPackages.llvm-hs: Use LLVM 6 with llvm-hs, don't run tests on Darwin.
2018-08-05 07:46:10 -07:00
Pascal Wittmann
6071ff18be
exiv2: add license
...
see issue #43716
2018-08-05 16:45:48 +02:00
Pascal Wittmann
a344029c34
findbugs: add license
...
see issue #43716
2018-08-05 16:40:43 +02:00
Pascal Wittmann
e4e98a27b0
emma: add license
...
see issue #43716
2018-08-05 16:37:30 +02:00
worldofpeace
62d0b676dd
solargraph: 0.23.3 -> 0.23.6 ( #44480 )
2018-08-05 16:23:31 +02:00
Pascal Wittmann
f2256c52f1
bitbucket-cli: add license
...
see issue #43716
2018-08-05 15:58:32 +02:00
Pascal Wittmann
e91778419b
beecrypt: add license
...
see issue #43716
2018-08-05 15:56:50 +02:00
Michael Raskin
2b6e13157f
pythonPackages.mozlog: fix the hash
2018-08-05 10:20:24 +03:00
Michael Raskin
25cfc9812a
pythonPackages.mozterm: pass pythonPackages.six
2018-08-05 10:20:23 +03:00
Imuli
a6e17d6f11
idrisPackages.quantities: init at 2018-04-17
2018-08-04 23:10:43 -04:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
...
Various elementary necessaries
2018-08-05 00:49:47 +02:00
Edmund Wu
4306bc070e
yarn: 1.9.2 -> 1.9.4 ( #44477 )
2018-08-05 00:23:22 +02:00
worldofpeace
1ef8646a73
appstream: 0.11.8 -> 0.12.2
2018-08-04 18:19:25 -04:00
worldofpeace
d279992fc6
appstream: add vala
2018-08-04 18:19:25 -04:00
worldofpeace
1e1c7c88a5
appstream: gir is default true
2018-08-04 18:19:25 -04:00
worldofpeace
7f57ebd2c4
libunity: init at 7.1.4
2018-08-04 17:37:34 -04:00
Daiderd Jordan
ddc4235279
elixir: fix 1.7 build on linux
2018-08-04 22:46:09 +02:00
Vladimír Čunát
0274e72481
exiv2: bugfix updates
...
- use upstream branch with backports
- backport two fixes missing from it yet
2018-08-04 19:38:22 +02:00
Pascal Wittmann
3e262e3e99
scheme48: add license
...
see issue #43716
2018-08-04 18:53:53 +02:00
Pascal Wittmann
8c0ae3ac2f
smack: add license
...
see issue #43716
2018-08-04 18:28:11 +02:00
Pascal Wittmann
270d3892b3
toxiproxy: add license
...
see issue #43716
2018-08-04 16:37:55 +02:00
Pascal Wittmann
f1902db4e6
tre: add license
...
see issue #43716
2018-08-04 16:30:03 +02:00
Michael Raskin
b79dbfe482
Merge pull request #43281 from timokau/sage-8.3
...
sage: 8.2 -> 8.3
2018-08-04 13:02:06 +00:00
Timo Kaufmann
e550e5d0c7
lcalc: apply c++11 patch
2018-08-04 14:22:29 +02:00
Frederik Rietdijk
d296a379ba
python.pkgs.beaker: move expression
2018-08-04 13:33:32 +02:00
Frederik Rietdijk
e002b543af
python.pkgs.basiciw: move expression
2018-08-04 13:30:24 +02:00
Frederik Rietdijk
699e0e50b7
Merge master into staging-next
2018-08-04 11:43:54 +02:00
Janne Heß
ae4dc14f0b
smarty3: Init at 3.1.32 ( #44427 )
2018-08-04 11:02:23 +02:00
Janne Heß
558c032e53
scriptaculous: Init at 1.9.0 ( #44429 )
2018-08-04 10:09:58 +02:00
volth
e6d3c65442
r-packages: fix regression
2018-08-04 06:19:08 +00:00
Aaron Andersen
4cc3a5a6c9
added the pecl oci8 library for php
...
had to make an adjustment to the oracle instantclient to make it compile
2018-08-03 21:58:57 -04:00
Silvan Mosberger
ce4e1a15bc
Merge pull request #44404 from alyssais/bundler
...
bundler: 1.16.2 -> 1.16.3
2018-08-03 20:54:08 +02:00
John Ericson
ebbd6f3471
Merge pull request #44083 from dingxiangfei2009/cross-compiling-postgresql
...
Allow postgresql to cross compile
2018-08-03 14:44:55 -04:00
Frederik Rietdijk
57852282cf
Merge pull request #44416 from dotlambda/antlr-python2
...
antlr: explicitly use python2
2018-08-03 20:44:03 +02:00
Frederik Rietdijk
2356a84bbd
Merge pull request #44381 from twhitehead/tensorflow
...
tensorflow: workaround tensorboard collision due to upstream pip hack
2018-08-03 20:43:39 +02:00
Tyson Whitehead
fd0c467f96
tensorflow: workaround tensorboard collision from upstream pip hack
...
Upstream lists tensorboard as a utility from tensorflow despite it
being provided by tensorboard to stop pip for deleting it. This
causes python.withPackages collisions between the two.
2018-08-03 14:28:46 -04:00
Robert Schütz
f0702c62a6
antlr: explicitly use python2
...
Also, put python2 into nativeBuildInputs because Arch lists it in makedepends.
2018-08-03 20:01:51 +02:00
Robert Schütz
c2649439d5
Merge pull request #44408 from dotlambda/actdiag-application
...
*diag: use python3 and toPythonApplication
2018-08-03 19:59:15 +02:00
Robert Schütz
0cd86e1e9d
adb-sync: use python3 ( #44409 )
...
According to https://github.com/google/adb-sync/pull/2#commitcomment-11399661 ,
it should work with python2 and python3. Using python3 is prefered in nixpkgs.
2018-08-03 19:48:42 +02:00
Michael Raskin
82bce290f5
Merge pull request #44410 from dotlambda/afflib-python3
...
afflib: use python3
2018-08-03 16:16:18 +00:00
Silvan Mosberger
a35a4884c7
Merge pull request #43792 from Chiiruno/dev/hydron
...
Update: easyjson, hydron, meguca, nodePackages: meguca; Improve: quicktemplate
2018-08-03 18:10:12 +02:00
Robert Schütz
8413f1883e
afflib: use python3
...
Python3 is supported since 3.7.14.
2018-08-03 17:54:38 +02:00
Frederik Rietdijk
e271c47fcb
Merge pull request #44390 from dotlambda/keras-2.2.2
...
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:53:34 +02:00
Robert Schütz
0f8185e3fc
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:46:09 +02:00
Okina Matara
4f99b18985
nodePackages: meguca: 1.0.8 -> 1.0.9
2018-08-03 10:41:45 -05:00
Okina Matara
8e690b6ffd
easyjson: 2018-06-06 -> 2018-07-30
2018-08-03 10:41:15 -05:00
Robert Schütz
95134fb939
pythonPackages.actdiag: run tests
2018-08-03 17:40:56 +02:00
Okina Matara
405e4fbea9
quicktemplate: Use fetchFromGitHub, not fetchgit
2018-08-03 10:40:38 -05:00
Silvan Mosberger
da53c1248b
Merge pull request #44353 from Zimmi48/graphql-cli
...
graphql-cli: init at 2.16.5
2018-08-03 17:18:25 +02:00
Alyssa Ross
011c6411f3
bundler: 1.16.2 -> 1.16.3
2018-08-03 15:59:38 +01:00
Timo Kaufmann
86f058c842
python2Packages.ipython: apply upstream signature patch
2018-08-03 15:22:04 +02:00
Jörg Thalheim
30b3f277b6
Merge pull request #44275 from georgewhewell/fix-libgpg-error-cross
...
fix libgpg-error cross build on armv7
2018-08-03 14:09:18 +01:00
Roger Qiu
83cc1e3d38
pythonPackages.imgaug: init at 0.2.6 ( #43720 )
2018-08-03 14:39:55 +02:00
Robert Schütz
fd08f993f3
python.pkgs.area53: add meta
2018-08-03 14:34:41 +02:00
Robert Schütz
c2cf345b4c
python.pkgs.application: add meta
2018-08-03 14:29:14 +02:00
Robert Schütz
1ea27eb720
python.pkgs.anyjson: update meta
2018-08-03 14:23:41 +02:00
Robert Schütz
88208439ea
python.pkgs.ansi: add meta
2018-08-03 14:21:52 +02:00
Robert Schütz
433ffc32ea
python.pkgs.amqplib: add license
2018-08-03 14:19:43 +02:00
Robert Schütz
28808fe6b5
python.pkgs.acme: add meta
2018-08-03 14:16:54 +02:00
Uli Baum
a4ec1ec039
pythonPackages.shippai: fix eval (typo)
2018-08-03 13:18:41 +02:00
Gabriel Ebner
0a519ad6df
pythonPackages.shippai: init at 0.2.3
2018-08-03 12:40:34 +02:00
Robert Schütz
148f0746ab
python.pkgs.keras-applications: init at 1.0.4
2018-08-03 11:36:42 +02:00
Peter Simons
f64c01fa79
Merge pull request #44380 from meditans/swi-prolog-check-installation
...
Add missing dependencies for swi-prolog
2018-08-03 08:45:18 +02:00
Robert Schütz
2553369795
python.pkgs.keras-preprocessing: init at 1.0.2
2018-08-03 07:48:04 +02:00
adisbladis
8b6e575c92
Merge pull request #44153 from Kaali/nodejs10-update
...
nodejs: 10.6.0 -> 10.7.0
2018-08-03 11:45:13 +08:00
Bas van Dijk
3328ea7749
haskellPackages.sexpr: fix build
2018-08-03 02:00:47 +02:00
John Ericson
f539c30095
postgresql: Fix nits after cross fixes
2018-08-02 18:48:06 -04:00
Matthew Bauer
b32d0a41d0
llvm: fix triple setting
...
llvm is a library so it should just need to know about build & host.
GCC will already have a cross compiler built.
/cc @Ericson2314 @dtzWill
2018-08-02 17:04:47 -04:00
Matthew Bauer
117680b0e9
Merge pull request #44126 from eadwu/opencollada/resolve-pcre-declarations
...
opencollada: include pcre.h (KhronosGroup/OpenCOLLADA#570 )
2018-08-02 16:44:08 -04:00
Tyson Whitehead
303a3f972e
Theano: get theano to use a captured build environment
2018-08-02 15:23:22 -04:00
Tyson Whitehead
8413a541d5
Theano: cleaner setting of g++, cuda, and dnn paths
...
Original was a mix of config changes and code changes with a search
and replace that also changed unintended bits such as messages.
2018-08-02 14:24:51 -04:00
Jan Tojnar
705f0bc0d4
Merge pull request #44366 from hedning/flatpak
...
flatpak: Don't hardcode flatpak binary path in launchers
2018-08-02 20:16:16 +02:00
Tor Hedin Brønner
e5e91efa4c
flatpak: Don't hardcode flatpak binary path in launchers
...
The hardcoded flatpak path breaks all installed applications when flatpak is
updated.
fixes: https://github.com/NixOS/nixpkgs/issues/43581
2018-08-02 20:00:19 +02:00
Carlo Nucera
bc96cec295
Add missing dependencies for swi-prolog
...
In the previous version of this derivation, when the command
?- check_installation.
was issued in the swipl prompt, five errors were encountered. This patch fixes
that, so that the installation is correctly checked.
This enables the usage of the command pack_install to install prolog libraries,
which otherwise fails for the lack of libarchive.
2018-08-02 19:36:48 +02:00
Tyson Whitehead
6aab63d610
Theano: libgpuarray needs to use the same version of cudatoolkit
2018-08-02 12:09:47 -04:00
Mitsuhiro Nakamura
0a541aa38c
rPackages.buildRPackage: fix error if requireX is missing
2018-08-03 01:08:35 +09:00
Mitsuhiro Nakamura
559997179d
rPackages: export buildRPackage
2018-08-03 01:08:07 +09:00
Frederik Rietdijk
89a89ddfb3
Merge pull request #44357 from FRidh/pythonmajor
...
Python interpreter updates
2018-08-02 16:45:53 +02:00
Bas van Dijk
0aae3fda06
graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules ( #44276 )
...
Fixes #30891
* Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3.
* Replaced the deprecated `pythonPackages.graphite_influxdb` with
`pythonPackages.influxgraph.`
* Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web`
to be consistent with the Python package name.
* Replaced the unmaintained `pythonPackages.graphite_pager` with
`pythonPackages.graphitepager`
* Moved all new packages from `python-packages.nix` to
`pkgs/development/python-modules`
2018-08-02 16:39:57 +02:00
Frederik Rietdijk
3a61a94789
python35: 3.5.5 -> 3.5.6
2018-08-02 16:30:27 +02:00
Frederik Rietdijk
3bd5580b04
python34: 3.4.8 -> 3.4.9
2018-08-02 16:30:16 +02:00
Imuli
632bda238f
idrisPackages.graphviz: fix homepage ( #44355 )
2018-08-02 16:24:48 +02:00
xeji
a7bfe3c5f5
Merge pull request #43971 from gnidorah/pakcs
...
pakcs: 1.14.0 -> 2.0.2
2018-08-02 16:16:31 +02:00
Bas van Dijk
353b568255
Merge pull request #44331 from jerith666/language-ecmascript-jailbreak
...
lift version restrictions on language-ecmascript inputs
2018-08-02 16:00:08 +02:00
Robert Schütz
de880be9a2
Merge pull request #43260 from Assassinkin/sumo
...
pythonPackages.sumo: init at 1.0.9 ( And other packages that sumo depends on)
2018-08-02 14:51:37 +02:00
Assassinkin
9b349976fc
pythonPackages.spglib:1.10.3.75->1.10.4.1 ( #44352 )
2018-08-02 14:14:37 +02:00
Matt McHenry
afaaac2432
haskell-language-ecmascript: jailbreak to fix the build
2018-08-02 07:23:31 -04:00
Théo Zimmermann
e6077f3afa
graphql-cli: init at 2.16.5
2018-08-02 13:17:59 +02:00
Pascal Wittmann
4979fef9e7
opencollada: add license
...
see issue #43716
2018-08-02 12:06:44 +02:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
...
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Serge Bazanski
742a50dafd
trellis: init 2018.08.01 ( #44328 )
...
* trellis: init 2018.08.01
* trellis: move boost to buildInputs
* trellis: remove leftover debug clause
2018-08-02 10:18:47 +02:00
Markus Kowalewski
b908b7d68d
globalarrays: init at 5.7
2018-08-02 10:18:08 +02:00
Vladyslav M
36765069a5
libtorrentRasterbar: 1.1.7 -> 1.1.9 ( #44335 )
2018-08-02 09:36:33 +02:00
Cray Elliott
737fdd7348
ffmpeg_4, ffmpeg-full: 4.0.1 -> 4.0.2
2018-08-01 21:20:14 -07:00
Cray Elliott
3c21535b5c
pypy: 5.10 -> 6.0
2018-08-01 20:49:53 -07:00
Spencer Janssen
cbaac40623
unixODBCDrivers.msodbcsql17: init at 17.2.0.1 ( #44140 )
...
* unixODBCDrivers.msodbcsql17: init at 17.2.0.1
* unixODBCDrivers.msodbcsql17: use autoPatchelfHook
* unixODBCDrivers.msodbcsql17: use getLib
2018-08-01 22:46:53 -04:00
Edmund Wu
6f62bf31c1
opencollada: include pcre.h ( KhronosGroup/OpenCOLLADA#570 )
2018-08-01 22:02:41 -04:00
Jörg Thalheim
422065c194
pwndbg: 2018-04-06 -> 2018.07.29
2018-08-01 23:35:08 +01:00
Serge Bazanski
7826a3155a
icestorm: 2018.05.03 -> 2018.08.01 ( #44321 )
2018-08-01 23:20:38 +02:00
Yuri Aisaka
9caf7ec5a4
pybind11: init at 2.2.2 ( #35027 )
...
* pybind11: init at 2.2.2
* fix license
* remove test dependencies
2018-08-01 21:14:51 +02:00
Daiderd Jordan
64e550c31f
jq: disable strptime test on darwin
...
This seems to fail depending on the machine's configuration, probably
something locale or timezone related.
2018-08-01 20:33:44 +02:00
kiloreux
954489df24
ffmpeg-full: add AV1 encoder with libaom ( #43789 )
2018-08-01 17:03:44 +02:00
Matthew Harm Bekkema
4f505d7267
ffmpeg: 3.4.3 -> 3.4.4 (bugfix) ( #44267 )
...
Fixes #44256
2018-08-01 15:22:20 +02:00
Chloe Kever
1bb4fd794c
jenkins: 2.107.3 -> 2.121.2 ( #43936 )
2018-08-01 15:20:21 +02:00
Mario Rodas
4cc3a18fcd
brakeman: init at 4.3.1 ( #44294 )
2018-08-01 15:15:29 +02:00
Daniël de Kok
186cf1c4d6
cargo-asm: init at 0.1.16 ( #44182 )
2018-08-01 15:03:03 +02:00
markuskowa
34f6b0cc0e
halide: init at 2018_02_15 ( #44207 )
2018-08-01 14:57:51 +02:00
Jan Tojnar
be066d0b27
Merge pull request #44278 from jtojnar/gnome-update
...
Gnome update
2018-08-01 14:38:45 +02:00
Jörg Thalheim
3ea0322f63
Merge pull request #44197 from etu/php-kill-56-and-70
...
php: drop 5.6 and 7.0
2018-08-01 12:49:56 +01:00
Jörg Thalheim
d9cea0e6f1
Merge pull request #44155 from Assassinkin/slackclient
...
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:46:57 +01:00
Assassinkin
f3b60eb0a4
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:05:32 +01:00
Jörg Thalheim
ff75efc953
Merge pull request #44289 from vbgl/ocaml-core_kernel-0.11.1
...
ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
2018-08-01 11:54:07 +01:00
Assassinkin
6ee997a5ff
pythonPackages.sumo:init at 1.0.9
2018-08-01 10:58:23 +01:00
Assassinkin
791d50fd3f
pythonPackages.pymatgen:init at 2018.6.27
2018-08-01 10:58:23 +01:00
Assassinkin
1e1cf4f18c
pythonPackages.phonopy:init at 1.13.2.13
2018-08-01 10:57:14 +01:00
Assassinkin
7487510d04
pythonPackages.palettable:init at 3.1.1
2018-08-01 10:57:14 +01:00
xeji
c7c3c1663f
Merge pull request #44298 from Izorkin/fix-build
...
Fix build packages edk2 and bazaar
2018-08-01 11:53:47 +02:00
Jörg Thalheim
12c71a8cbc
Merge pull request #44261 from dotlambda/python-jose-3.0.0
...
python.pkgs.python-jose: 2.0.2 -> 3.0.0
2018-08-01 10:51:39 +01:00
Izorkin
c83eff9022
edk2: fix buid
2018-08-01 11:15:17 +03:00
Matthew Bauer
65c43b4468
python.futures: disable tests on darwin
...
https://hydra.nixos.org/build/78788633
2018-07-31 22:11:32 -04:00
Matthew Bauer
f3fc04bfd2
llvm6: disable tests on cross compiler
...
This seems to be broken currently.
https://hydra.nixos.org/build/77597880/nixlog/1
/cc @ericson2314 @dtzWill
2018-07-31 21:46:07 -04:00
Matthew Bauer
c7d77c90c6
llvm5: disable tests on cross compilers
...
This appears to be broken currently.
https://hydra.nixos.org/build/77597880
/cc @Ericson2314
2018-07-31 21:44:58 -04:00
Jörg Thalheim
3183e9e32a
Merge pull request #44220 from vbgl/ocaml-uunf-11.0.0
...
ocamlPackages.{uunf,uucp,uuseg}: 10.0 -> 11.0.0
2018-08-01 00:29:40 +01:00
Nick Novitski
7fd0d020a5
yarn: add yarnpkg bin alias output
...
Because the hadoop project also provides a binary `yarn`, the yarn project [added this alias to help people with both hadoop and yarn installed](https://github.com/yarnpkg/yarn/issues/673#issuecomment-254004512 ). Some scripts in the wild use this alias for the same reason.
2018-07-31 15:57:37 -07:00
Roger Qiu
0f70e78d37
pythonPackages.fastpair: init at 2016-07-05 ( #43722 )
2018-08-01 00:05:21 +02:00
Daniël de Kok
e8d6ceaf39
liblinear: init at 2.20 ( #44178 )
...
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00
Théo Zimmermann
fd03ba85cc
mustache-go: init at 1.0.1 ( #44175 )
2018-07-31 23:48:54 +02:00
Vincent Laporte
f594caa052
ocamlPackages.lambdaTerm: 1.12.0 -> 1.13 ( #44271 )
2018-07-31 23:30:16 +02:00
Vincent Laporte
63b584395f
camlp4: init at 4.07+1 ( #44272 )
2018-07-31 23:22:15 +02:00
Jan Tojnar
87c9551fcd
libdazzle: 3.28.3 → 3.28.5
2018-07-31 23:05:49 +02:00
Vincent Laporte
18408650fb
ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
2018-07-31 20:15:26 +00:00
Michael Weiss
d1ae60cbad
pythonPackages.mysql-connector: 8.0.11 -> 8.0.12
2018-07-31 21:45:28 +02:00
Michael Fellinger
0f3eaa0bd5
crystal: 0.25.0 -> 0.25.1; mint 0.1.0 -> 0.2.0 ( #44237 )
2018-07-31 16:54:37 +02:00
Robert Schütz
a6d3577d3d
python.pkgs.python-jose: 2.0.2 -> 3.0.0
2018-07-31 14:59:22 +02:00
Vincent Laporte
d4bf592bbd
ocamlPackages.uunf: mark as broken on AArch64
2018-07-31 12:51:36 +00:00
Robert Schütz
e858b285c8
Merge pull request #44239 from borisbabic/feature/init-pre-commit
...
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:35:33 +02:00
Boris Babic
339f78957e
pythonPackages.aspy-yaml: init at 1.1.1
2018-07-31 13:58:01 +02:00
Boris Babic
eed74d16a1
pythonPackages.cfgv: init at 1.1.0
2018-07-31 13:58:01 +02:00
Boris Babic
a1f03c09af
pythonPackages.nodeenv: init at 1.3.2
2018-07-31 13:58:01 +02:00
Boris Babic
632d3b5d7d
pythonPackages.identify: init at 1.1.4
2018-07-31 13:57:59 +02:00
Frederik Rietdijk
d56b54cb3c
Merge master into staging
2018-07-31 13:19:20 +02:00
Hoàng Minh Thắng
30f4073ae5
clojure: 1.9.0.381 -> 1.9.0.391 ( #44240 )
2018-07-31 11:54:39 +02:00
Kamil Chmielewski
ffae2f8654
ponyc: 0.24.2 -> 0.24.4 ( #44258 )
2018-07-31 11:53:37 +02:00
xeji
d68430d4e9
Merge pull request #43915 from r-ryantm/auto-update/poppler-utils
...
poppler_utils: 0.66.0 -> 0.67.0
2018-07-31 11:48:53 +02:00
Jan Tojnar
d152d6d0d2
tepl: 4.1.1 → 4.2.0
2018-07-31 11:36:42 +02:00
Jan Tojnar
c7c4e6c9fa
amtk: 4.99.1 → 5.0.0
2018-07-31 11:34:52 +02:00
aszlig
c8b973d318
eresi: init at 0.83-a3-phoenix
...
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.
The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.
I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.
Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
Ding Xiang Fei
40c2bf6e42
Merge branch 'master' into cross-compiling-postgresql
2018-07-31 11:24:11 +08:00
R. RyanTM
7ae2ba173f
talloc: 2.1.13 -> 2.1.14 ( #43453 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/talloc/versions .
2018-07-31 02:04:19 +02:00
Bjørn Forsman
09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
...
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
R. RyanTM
a55bbee997
rdkafka: 0.11.4 -> 0.11.5 ( #43932 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdkafka/versions .
2018-07-31 00:53:28 +02:00
Wael Nasreddine
138d3be11a
pythonPackages.reportlab: remove test files that require network for the tests to pass ( #44244 )
...
closes #44204
2018-07-31 00:14:41 +02:00
Uli Baum
906d376ef7
poppler_utils: remove obsolete darwin patch
2018-07-30 23:12:57 +02:00
xeji
7474362af2
Merge pull request #42940 from r-ryantm/auto-update/xapian
...
xapian: 1.4.5 -> 1.4.7
2018-07-30 23:07:51 +02:00
Ihor Antonov
742627f271
pythonPackages.fluent-logger: init at 0.9.3 ( #44236 )
2018-07-30 22:46:03 +02:00
Uli Baum
6ea7b48c2b
xapian: add patch to fix notmuch tagging
...
Patch is from xapian master and can be removed on next update.
2018-07-30 22:10:37 +02:00
John Ericson
9fb6462817
Merge commit master into staging
2018-07-30 15:33:01 -04:00
R. RyanTM
03e47c388a
ptex: 2.1.33 -> 2.3.0 ( #43739 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ptex/versions .
2018-07-30 20:45:56 +02:00
Daiderd Jordan
aeab0ec63b
jq: fix tests on darwin
...
The tests depend on libjq which isn't installed in the correct location
yet when the checkPhase runs.
2018-07-30 20:45:14 +02:00
Tim Steinbach
85d23b0b55
sbt: 1.1.6 -> 1.2.0
2018-07-30 14:38:54 -04:00
Uli Baum
77eab67b76
xapian: 1.4.6 -> 1.4.7
2018-07-30 20:36:56 +02:00
Elis Hirwing
7c585235ff
php71: 7.1.19 -> 7.1.20 ( #44211 )
...
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.20
2018-07-30 20:16:26 +02:00
Peter Simons
5c4b203032
hledger-lib: patch code to work around a regression in version 0.10
...
https://github.com/simonmichael/hledger/issues/852
2018-07-30 19:46:25 +02:00
catern
de311d9ab3
pythonPackages.contextvars: 2.2 -> 2.3 ( #44234 )
2018-07-30 19:16:37 +02:00
Robert Schütz
03b77a3910
python.pkgs.libusb1: fix tests
2018-07-30 18:56:10 +02:00
Andreas Rammhold
80b5f5227e
jsonrpc-glib: init at 3.28.1
2018-07-30 16:23:15 +02:00
Andreas Rammhold
b2c565eee5
template-glib: init at 3.28.0
2018-07-30 16:23:10 +02:00
Jörg Thalheim
67e2de195a
Merge pull request #44229 from dtzWill/fix/rr-32bit
...
rr: enable on 32bit x86
2018-07-30 14:20:22 +01:00
Jörg Thalheim
b4d668859a
Merge pull request #44205 from manveru/golangci-lint
...
golangci-lint: init at 1.9.2
2018-07-30 13:45:44 +01:00
Frederik Rietdijk
0349f796f2
Merge pull request #44219 from andreabedini/aws-sam-cli-0-5-0
...
aws-sam-cli: 0.4.0 -> 0.5.0
2018-07-30 14:28:08 +02:00
Will Dietz
541d30a3a9
rr: enable on 32bit x86
...
Lack of 32bit support led to the creation
of an overlay to add it back again,
but since it at least builds and seems to work
don't see why we'd disallow it here :).
2018-07-30 07:27:25 -05:00
Robert Schütz
f5811cadc5
python.pkgs.pytest-flake8: 1.0.1 -> 1.0.2 ( #44215 )
2018-07-30 13:05:55 +02:00
Jörg Thalheim
9cfc9de70f
Merge pull request #44161 from Izorkin/nginx-modules
...
Nginx modules
2018-07-30 11:39:10 +01:00
lewo
d123f5d00f
Merge pull request #44222 from nlewo/pr-skopeo
...
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:57:38 +02:00
Michael Fellinger
06eb270c8f
golangci-lint: init at 1.9.2
2018-07-30 10:23:57 +02:00
Antoine Eiche
34a10d65a1
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:11:42 +02:00
Ding Xiang Fei
bb2dda2b37
Merge branch 'master' into cross-compiling-postgresql
2018-07-30 15:47:44 +08:00
Vincent Laporte
9c37672e5a
ocamlPackages.uuseg: 10.0.0 -> 11.0.0
2018-07-30 07:05:04 +00:00
Vincent Laporte
311d32ffd0
ocamlPackages.uucp: 10.0.1 -> 11.0.0
2018-07-30 06:48:46 +00:00
Vladimír Čunát
3e7f4611a0
mesa: 8.1.4 -> 8.1.5 (maintenance)
2018-07-30 08:47:02 +02:00