Michael Raskin
8a50050229
Merge pull request #55528 from fare-patches/master
...
Update Gambit and Gerbil from Upstream
2019-02-12 22:03:19 +00:00
Michael Raskin
2a2cf5bf29
Merge pull request #55305 from teto/lua_whitelist
...
Lua: moving some package to the luarocks whitelist
2019-02-12 21:19:11 +00:00
Will Dietz
92a54bd927
Merge pull request #55133 from dtzWill/fix/bdwgc-musl-cflags-space
...
boehmgc{,_766}: add space before appending to CFLAGS (only done w/musl)
2019-02-12 10:04:21 -06:00
Daniel Peebles
ccc02c5d82
Merge pull request #55350 from homich1991/master
...
chromedriver: 2.43 -> 2.46
2019-02-12 08:55:26 -05:00
Guillaume Bouchard
a7c774300b
ghc-8.6.3: use system libffi
...
Use the system `libffi` (`ie` nixpkgs's) instead of built-in libffi
from ghc source tree.
This will prevent library conflict when ghc dynamically links haskell
packages (linked with ghc built-in libffi) and any external library
which uses nixpkgs `libffi`.
Closes https://github.com/NixOS/nixpkgs/pull/55208 .
2019-02-12 13:40:59 +01:00
Eelco Dolstra
7f32b3db30
Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
...
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
Matthieu Coudron
71b2e1f554
luaPackages.lgi: move to generated
2019-02-12 11:47:54 +09:00
Matthieu Coudron
c01fe375ca
luaPackages.cqueues: move to generated
2019-02-12 11:47:54 +09:00
Matthieu Coudron
84d4faf8d5
luaPackages.basexx: move to generated
2019-02-12 11:47:53 +09:00
Matthieu Coudron
582fa48e6f
luaPackages.fifo: move to generated
2019-02-12 11:47:53 +09:00
Matthieu Coudron
f0269de17f
luaPackages.lpeg_patterns: move to generated
2019-02-12 11:47:53 +09:00
Will Dietz
4d8e3a2e61
Merge pull request #51690 from dtzWill/update/acme-0.29.1
...
certbot, acme: 0.24.0 -> 0.30.2
2019-02-11 17:38:35 -06:00
Will Dietz
9cdd49ea3e
libpqxx: 6.3.0 -> 6.3.1
...
Windows compile fixes.
https://github.com/jtv/libpqxx/releases/tag/6.3.1
2019-02-11 17:24:14 -06:00
Timo Kaufmann
a27de564b9
python.pkgs.matplotlib: add numpy 1.6 compat patch ( #55577 )
...
* python.pkgs.matplotlib: add numpy 1.6 compat patch
Numpy deprecated asscalar in 1.16. This will be fixed in the next
matplotlib version, but to avoid deprecation warnings (and because they
are breaking the sage testsuite), it can't hurt to backport the fix
already.
Upstream: https://github.com/matplotlib/matplotlib/pull/12478
* sage: add numpy 1.16 compatibility patch
https://trac.sagemath.org/ticket/27000
2019-02-11 23:43:46 +01:00
Franz Pletz
96dc784335
aubio: 0.4.8 -> 0.4.9
2019-02-11 22:46:10 +01:00
Florian Klink
49d46a41d6
Merge pull request #55049 from flokli/odpic-3.1.0
...
odpic: 2.4.2 -> 3.1.0
2019-02-11 22:34:18 +01:00
Florian Klink
b5f3b7db52
Merge pull request #55534 from samueldr/mailman-rss/init
...
mailman-rss: init at 0.2.4
2019-02-11 22:09:35 +01:00
Michael Raskin
5b0e7de0bd
Merge pull request #55580 from LnL7/darwin-luarocks
...
luarocks: patch sw_vers and gcc
2019-02-11 20:58:06 +00:00
Timo Kaufmann
56d92ba70c
python.pkgs.matplotlib: add numpy 1.6 compat patch
...
Numpy deprecated asscalar in 1.16. This will be fixed in the next
matplotlib version, but to avoid deprecation warnings (and because they
are breaking the sage testsuite), it can't hurt to backport the fix
already.
Upstream: https://github.com/matplotlib/matplotlib/pull/12478
2019-02-11 21:39:21 +01:00
Daiderd Jordan
4195766cea
luarocks: remove unzip from setup-hook
...
The unzip variable is only set if it's an attribute and it's a
propagated input so it is already part of PATH.
2019-02-11 21:38:10 +01:00
Daiderd Jordan
be1291e11b
luarocks: patch sw_vers and gcc on darwin
...
The sw_vers binary is not part of the stdenv and it would make builds
impure based on what macOS version they where built on.
2019-02-11 21:38:09 +01:00
Pierre Bourdon
da9fdcb1f0
libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340)
2019-02-11 21:03:06 +01:00
Samuel Dionne-Riel
255d4af162
mailman-rss: init at 0.2.4
2019-02-11 10:07:34 -05:00
R. RyanTM
8c2d2cba7c
ocamlPackages.topkg: 0.9.1 -> 1.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-topkg/versions
2019-02-11 12:35:22 +01:00
Jos van Bakel
3133d59a7f
pythonPackages.moderngl: init at 5.5.0 ( #54737 )
2019-02-11 09:31:43 +01:00
Matthew Bauer
2433c575f0
openblas: fix on linux
...
This reverse changes made cfc4313
which broke builds on linux. Still
not sure why this broke Linux, but we can investigate it later.
“buildPackages.stdenv.cc” shouldn’t be put in nativeBuildInputs in
general. Either way, this restores hashes to before that commit.
thanks to @jethrokuan
2019-02-10 20:16:16 -05:00
Matthew Bauer
cfc43138cb
openblas: fix on darwin
...
The openblas script relies on CC=clang for succesfully compiling on
Darwin systems. This seems like bad behavior, but we get things like
https://hydra.nixos.org/build/87657058 otherwise.
Fixes #55536 .
2019-02-10 18:49:04 -05:00
Tor Hedin Brønner
eb4e9ba8ec
webkitgtk: 2.22.5 -> 2.22.6 ( #55481 )
2019-02-10 22:57:45 +01:00
Michael Weiss
a7d8d9bf76
pythonPackages.pysnmp: 4.4.8 -> 4.4.9
...
I'll maintain this package as it is currently unmaintained.
2019-02-10 20:36:55 +01:00
Robert Schütz
6ae9f77eed
python.pkgs.isbnlib: 3.9.4 -> 3.9.5
2019-02-10 19:48:37 +01:00
Robert Schütz
ada55339d3
python.pkgs.filetype: 1.0.3 -> 1.0.4
2019-02-10 19:23:42 +01:00
R. RyanTM
3e70c0b4e2
ocamlPackages.cppo: 1.6.4 -> 1.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppo/versions
2019-02-10 19:05:09 +01:00
Francois-Rene Rideau
e1655a3b7f
gerbil-unstable: 2019-01-25 -> 2019-02-09
2019-02-10 11:22:00 -05:00
Francois-Rene Rideau
70fb3533db
gerbil: 0.15 -> 0.15.1
2019-02-10 11:22:00 -05:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Vladimír Čunát
64edccb463
treewide: fix missing libs after libtool pruning #51767
2019-02-10 14:14:33 +01:00
Jörg Thalheim
0c1ded6bce
Merge pull request #54888 from FlorianFranzen/pybind11_pip
...
pythonPackages.pybind11: init at 2.2.4
2019-02-10 10:41:25 +00:00
Florian Franzen
57a9594bf1
pythonPackages.pybind11: init at 2.2.4
2019-02-10 11:24:03 +01:00
Alex Branham
ec03ed450c
update R package set
...
Closes https://github.com/NixOS/nixpkgs/pull/55462 .
2019-02-10 11:16:19 +01:00
Peter Simons
59f328d34d
Merge pull request #55497 from guibou/fix_generic_lens_override
...
haskellPackages.generic-lens: update configuration-common.nix
2019-02-10 11:13:01 +01:00
worldofpeace
929cc78363
libwnck3: add @worldofpeace as maintainer
2019-02-10 00:27:16 -05:00
Matthew Bauer
73885bc675
Merge pull request #55489 from matthewbauer/fix-clang-7
...
llvmPackages_7.clang-unwrapped: don’t link to libatomic on darwin
2019-02-09 22:13:19 -05:00
Jörg Thalheim
f34da1c835
Merge pull request #55348 from r-ryantm/auto-update/ccls
...
ccls: 0.20181225.7 -> 0.20181225.8
2019-02-10 02:07:58 +00:00
Jörg Thalheim
06b1f8fbe6
Merge pull request #55484 from refnil/54943-remove-django-2.0
...
Remove django 2.0
2019-02-10 01:58:35 +00:00
Orivej Desh
59cd3ee895
nccl: 2.1.4 -> 2.4.2-1 ( #55292 )
2019-02-10 01:20:04 +00:00
Guillaume Bouchard
af11b2538d
haskellPackages.generic-lens: update configuration-common.nix
...
- `patches` is no longer necessary
- `dontCheck` added because tests are failing for a minor issue
2019-02-10 01:36:38 +01:00
Elis Hirwing
4619f2ab12
uhd: Move from misc to radio
2019-02-09 21:40:16 +01:00
Matthew Bauer
b60b8226d6
llvm7: don’t link to libatomic on darwin
2019-02-09 13:40:28 -05:00
Ryan Mulligan
f4ebc070bd
Merge pull request #55143 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.15 -> 1.5.16
2019-02-09 09:26:22 -08:00
Martin Lavoie
8cf4803d5e
Django: 2.0 -> removed
...
Django 2.0 will reach EOL soon after the release of Nixos 19.03
Close issue #54943
2019-02-09 11:54:50 -05:00