Commit Graph

70806 Commits

Author SHA1 Message Date
Robin Gloster
0ec6ddea73
Merge pull request #70640 from r-ryantm/auto-update/libsass
libsass: 3.6.1 -> 3.6.2
2019-10-16 00:17:48 +02:00
Robin Gloster
64d0102ae7
Merge pull request #70595 from r-ryantm/auto-update/geoclue
geoclue2: 2.5.3 -> 2.5.5
2019-10-16 00:17:14 +02:00
Robin Gloster
04fac845a4
Merge pull request #70596 from r-ryantm/auto-update/gnutls
gnutls: 3.6.9 -> 3.6.10
2019-10-16 00:15:24 +02:00
Robin Gloster
7eccec667e
Merge pull request #70782 from wizeman/u/fix-gnutls-aarch64
gnutls: fix test-ciphers-api.sh failure on aarch64
2019-10-16 00:15:13 +02:00
Robin Gloster
3b07327794
Merge pull request #70713 from r-ryantm/auto-update/python3.7-cx_Freeze
python37Packages.cx_Freeze: 5.1.1 -> 6.0
2019-10-16 00:11:20 +02:00
Robin Gloster
b870b3a153
python37Packages.geopandas: 0.6.0 -> 0.6.1 2019-10-16 00:07:07 +02:00
Robin Gloster
c0d4db48fb
Merge pull request #70717 from r-ryantm/auto-update/python3.7-ijson
python37Packages.ijson: 2.4 -> 2.5
2019-10-16 00:00:03 +02:00
Robin Gloster
a1f6c972bb
Merge pull request #70729 from makefu/pkgs/pyhaversion/init
init pyhaversion (3.1.0) for home-assistant
2019-10-15 23:59:08 +02:00
Robin Gloster
6612721f86
Merge pull request #70727 from r-ryantm/auto-update/python3.7-confluent-kafka
python37Packages.confluent-kafka: 1.0.1 -> 1.2.0
2019-10-15 23:41:54 +02:00
Robin Gloster
942886dfa7
Merge pull request #70741 from r-ryantm/auto-update/python3.7-pyannotate
python37Packages.pyannotate: 1.0.7 -> 1.2.0
2019-10-15 23:33:51 +02:00
Robin Gloster
7b6b3e5066
Merge pull request #71077 from aanderse/arcanist/update
arcanist: 20180916 -> 20190905
2019-10-15 23:09:26 +02:00
Robin Gloster
140380e5f5
Merge pull request #71175 from basile-henry/rustup-1.20.0
rustup: 1.19.0 -> 1.20.0
2019-10-15 23:08:38 +02:00
Renaud
687a255bd2
Merge pull request #70701 from r-ryantm/auto-update/python3.7-azure-mgmt-web
python37Packages.azure-mgmt-web: 0.42.0 -> 0.43.0
2019-10-15 20:40:49 +02:00
Mario Rodas
b42541242b
Merge pull request #71185 from marsam/update-nodejs-12_x
nodejs-12_x: 12.10.0 -> 12.12.0
2019-10-15 13:29:43 -05:00
Matthew Bauer
6a87355211
Merge branch 'master' into libressl-static 2019-10-15 12:55:16 -04:00
John Ericson
50f5c95521
Merge pull request #71193 from obsidiansystems/callCabal2nix-config-not-system
haskellSrc2nix
2019-10-15 11:42:38 -04:00
lewo
6e54ef82d3
Merge pull request #70898 from nlewo/next
next: 1.3.1 -> 1.3.4
2019-10-15 17:39:40 +02:00
John Ericson
66a9f39817 haskellSrc2nix
Since [1], cabal2nix has been able to parse full platform triples. We
need this for when the system doesn't say enough info (e.g. android).

[1]: 0bb88f0009 (diff-d9172aeec4039eef8cfcc8a2ab6c0677R143)
2019-10-15 11:23:33 -04:00
Gabriel Ebner
f3ecf7d3e0
Merge pull request #71177 from Taneb/metamath-upgrade
metamath: 0.172 -> 0.178
2019-10-15 16:06:07 +02:00
Nathan van Doorn
fc0be2a54e metamath: 0.172 -> 0.178
This also moves away from my mirror of the distributiont one hosted by
the metamath organization, which should generally be far more
up-to-date. However, that doesn't include any data files, so we need to
make sure we don't try to make those.
2019-10-15 13:43:26 +01:00
Tim Steinbach
749dccbedb
Merge pull request #71171 from regadas/update/sbt
sbt: 1.3.2 -> 1.3.3
2019-10-15 08:42:43 -04:00
R. RyanTM
e2c883b1db renpy: 7.3.2 -> 7.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/renpy/versions
2019-10-15 14:38:51 +02:00
Lassulus
04f706e928
Merge pull request #70209 from wucke13/lxd
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
Tor Hedin Brønner
9752932de9
Merge pull request #71022 from hedning/gnome-3.34.1-staging
Gnome 3.34.1 staging
2019-10-15 13:22:47 +02:00
Matthew Glazar
81d15948cc python38: fix build on macOS
Python 3.8 fails to build on macOS for two reasons:

* python-3.x-distutils-C++.patch fails to apply cleanly.
* An #include for <util.h> is missing, causing a build failure:

    ./Modules/posixmodule.c:6586:9: error: implicit declaration of function 'openpty' is invalid in C99
        if (openpty(&master_fd, &slave_fd, NULL, NULL, NULL) != 0)
            ^

Use the correct version of python-3.x-distutils-C++.patch, and add a
patch to #include <util.h>.
2019-10-15 13:12:13 +02:00
Basile Henry
f61e23ac13 rustup: 1.19.0 -> 1.20.0 2019-10-15 11:40:21 +01:00
Maximilian Bosch
e071809101
cargo-make: 0.22.1 -> 0.22.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.22.2

Also regenerated the lockfile and added it to the repo itself rather
than fetching it from a GitHub gist.
2019-10-15 12:06:39 +02:00
Frederik Rietdijk
911b053802 python38: 3.8.0rc1 -> 3.8.0 2019-10-15 11:56:01 +02:00
Filipe Regadas
f416e8cc5e
sbt: 1.3.2 -> 1.3.3 2019-10-15 10:20:26 +01:00
Mario Rodas
4aee304c62
nodejs-12_x: 12.10.0 -> 12.12.0 2019-10-15 04:20:00 -05:00
Vincent Laporte
0feb4e8729 ocamlPackages.digestif: 0.5 → 0.8.0 2019-10-15 07:08:13 +02:00
Vincent Laporte
e191a69e8d ocamlPackages.eqaf: init at 0.5 2019-10-15 07:08:13 +02:00
Mario Rodas
a388e920f3
Merge pull request #70720 from yrashk/swipl-8.1.15
swipl: 8.1.4 -> 8.1.15
2019-10-14 22:16:16 -05:00
Jonathan Ringer
883031e670
pythonPackages.xmlschema: 1.0.13 -> 1.0.15 2019-10-14 19:38:37 -07:00
Jonathan Ringer
5a61c5169c
pythonPackages.elementpath: 1.1.8 -> 1.3.0 2019-10-14 19:34:46 -07:00
Will Dietz
981abce3e2
Merge pull request #70678 from dtzWill/update/dicts-2019-10
aspellDicts,hunspellDicts: misc updates (en_*)
2019-10-14 19:00:42 -05:00
Will Dietz
10f8c46e8e
Merge pull request #70689 from dtzWill/update/qt5-5.12.5
qt5: 5.12.4 -> 5.12.5
2019-10-14 18:54:12 -05:00
Matthew Bauer
1016bfcff1
Merge pull request #71087 from matthewbauer/libbsd-0_10_0
Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
2019-10-14 19:17:14 -04:00
worldofpeace
516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Matthew Bauer
0a13901f16 libbsd: update darwin.patch
fix multiple version map flags
2019-10-14 17:47:28 -04:00
Florian Klink
0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
cw
768215a1f4 elixir_1_9: 1.9.1 -> 1.9.2 2019-10-14 08:29:01 -07:00
Florian Klink
79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Matthieu Coudron
73c64f0f38 luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
2019-10-14 21:53:23 +09:00
Renaud
581ada4270
Merge pull request #70400 from stigtsp/package/perl-device-mac-init
perlPackages.DeviceMAC: init at 1.00
2019-10-14 14:36:59 +02:00
Frederik Rietdijk
5344414e33 pythonPackages.babelfish: uses pkg_resources 2019-10-14 14:08:26 +02:00
Michael Weiss
2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
Franz Pletz
da20b8a7f6
libressl: fix libdir in pkgconfig files
Fix #71107.
2019-10-14 11:32:26 +02:00
Franz Pletz
a86f16d864
libressl_3_0: 3.0.0 -> 3.0.1 2019-10-14 11:32:25 +02:00
Jörg Thalheim
63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
Jörg Thalheim
d94f92c816
python3.pkgs.tables: fix build against hdf5
In 6cbf0b4bd2 the package splitted
of header files, which broke this build as a result.

cc @ttuegel
2019-10-14 08:58:02 +01:00
Eric Culp
90be4c2c78 pythonPackages.setuptools: Remove windows files and make reproducible
- setuptools includes *.exe files by default, but can be excluded with an ENV variable.
- setuptools was built as an egg, which had reproducibility problems. Instead use a wheel

These are various *.exe and *.xml files used only on windows. setuptools
includes them by default since it normally creates a single release for
all operating systems.

This reduces the size from 1020.0K to 801.6K according to `nix-path -sh`.

The egg is a zip file. setuptools leaves timestamps in the egg,
which makes the build unreproducible. Unfortunately the files aren't
compressed so the size of setuptools increases to 2.3M from 0.8M
according to `nix path-info -sh`.

With this change, setuptools is reproducible according to

    nix-build -A python37Packages.setuptools --check
2019-10-14 08:44:43 +02:00
Graham Christensen
8aaf5de4bd
Merge pull request #70490 from Ralith/openxr-loader-fix
openxr-loader: fix missing graphics API support
2019-10-13 18:32:08 -04:00
worldofpeace
082b0b2619 gtk: reorganize
This directory was mess of patches and hooks.
Have a patches dir and a setup-hooks dir.
2019-10-13 18:17:48 -04:00
Orivej Desh
1357d10048 qca2: 2.1.3 -> 2.2.1 2019-10-13 21:53:29 +00:00
Thomas Tuegel
7e0cf856aa flatpak: Correct D-Bus config directory option 2019-10-13 15:17:05 -04:00
Thomas Tuegel
08ff114eec
Merge pull request #71042 from risicle/ris-poppler-0.61-CVE-2019-9959
poppler_0_61: add patch for CVE-2019-9959
2019-10-13 13:47:44 -05:00
Thomas Tuegel
df372a05f9
Merge pull request #71046 from risicle/ris-poppler-CVE-2019-9959
poppler: add patch for CVE-2019-9959
2019-10-13 13:44:14 -05:00
worldofpeace
1905ae3cc9 gnome3.tracker: move dbus to nativeBuildInputs 2019-10-13 14:01:48 -04:00
Matthew Bauer
7d364b9400 Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
This reverts commit 9e7582c74b.

* Updates libbsd along with the darwin.patch.
* Upstream PR for darwin.patch can be found at
https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/3.
* musl.patch is removed.
2019-10-13 13:39:17 -04:00
markuskowa
f6d7f8ae16
Merge pull request #68927 from danieldk/mkl
mkl: include pkgconfig files
2019-10-13 19:16:49 +02:00
Robert Scott
3fa2864aac poppler: add patch for CVE-2019-9959 2019-10-13 16:57:10 +01:00
Thomas Tuegel
dd6261cabe
Merge pull request #60701 from r-ryantm/auto-update/poppler-utils
poppler_utils: 0.74.0 -> 0.79.0
2019-10-13 10:06:08 -05:00
Vladimír Čunát
4e6826a3b2
Merge branch 'staging-next'
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
c0bw3b
9e7582c74b Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)"
This reverts commit 5a952d0822.

Build broken on Darwin because the patch needs a refresh
(also the musl patch is not needed anymore)
See issue #71081
2019-10-13 16:02:22 +02:00
Marek Fajkus
48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Renaud
1c40ee6fc4
Merge pull request #69932 from r-ryantm/auto-update/python3.7-xxhash
python37Packages.xxhash: 1.3.0 -> 1.4.1
2019-10-13 14:57:57 +02:00
Peter Simons
33366cce14 haskell-hpack: use latest version to fix build on ghc-8.8.x 2019-10-13 14:27:17 +02:00
Samuel Evans-Powell
4a5c24ff6e prometheus: fix build
- Prometheus was failing due to the http-client version (0.6.4) being
out-of-bounds (prometheus requires >=0.4 && <0.6).
- However it builds fine when jailbroken, so I've just jailbroken it.
- An issue has been submitted upstream on prometheus:
  https://github.com/bitnomial/prometheus/issues/34
2019-10-13 14:27:17 +02:00
Domen Kožar
e5ae4a8dc6 ormolu: add from haskell package set 2019-10-13 14:27:17 +02:00
Peter Simons
e323aab13b git-annex: update sha256 hash for version 7.20191009 2019-10-13 14:27:17 +02:00
Peter Simons
5d179c578c ghc-8.8.x: drop obsolete overrides 2019-10-13 14:27:17 +02:00
Peter Simons
658893ff36 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-4-gf382c3d from Hackage revision
765639fa13.
2019-10-13 14:27:12 +02:00
Jack Kelly
88a34ef039 haskellPackages.rank2classes: not broken 2019-10-13 14:27:12 +02:00
Luke Clifton
fa5eddfae6 haskellPackages: fix barbly (#70222)
* haskellPackages: fix barbly

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-10-13 14:27:11 +02:00
Peter Simons
676e2684c1 hackage2nix: disable broken builds that cause evaluation errors on Hydra 2019-10-13 14:27:11 +02:00
Peter Simons
f70d1cf20c LTS Haskell 14.8 2019-10-13 14:27:11 +02:00
Vladimír Čunát
9e0f698a49
luajit_2_0: fix the platforms/extraMeta 2019-10-13 14:07:01 +02:00
Ryan Mulligan
d2b209d623
Merge pull request #70702 from r-ryantm/auto-update/python3.7-autograd
python37Packages.autograd: 1.2 -> 1.3
2019-10-13 04:56:40 -07:00
Dmitry Kalinkin
5d19c11efe
Merge pull request #70997 from veprbl/pr/cmake_iframework
cmake: process -iframework in setup-hook
2019-10-13 07:33:35 -04:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Vladimír Čunát
26ec15c267
qt511.qmake: fix after 756b46a4
5.11 was forgotten by accident, apparently.
This fixes build of qt511.qtsvg, for example (and many reverse deps).
2019-10-13 13:28:45 +02:00
Aaron Andersen
955c16a881 arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
Vladimír Čunát
5e9bf0f042
tracker: fix build by adding dbus dependency
I'm not sure why it broke, possibly some propagation from deps?
2019-10-13 13:13:20 +02:00
Vladimír Čunát
3cb1576815
poetry: remove "broken" mark
Apparently it was marked by mistake in 5aa4b1994629;
it seems fine both locally and on Hydra's three platforms.
2019-10-13 10:14:13 +02:00
Vincent Laporte
e1b9556f87 ocamlPackages.ocsigen_server: 2.11.0 → 2.15.0
ocamlPackages.ssl: 0.5.5 → 0.5.9
2019-10-13 06:52:00 +02:00
Red Davies
710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
worldofpeace
f03b26c134 gtk-doc: 1.30 -> 1.32
Drop patch for "Wrong permissions for style CSS file".
It was fixed in 1.31

https://gitlab.gnome.org/GNOME/gtk-doc/blob/GTK_DOC_1_32/NEWS
2019-10-12 17:25:59 -04:00
Renaud
33e17e13ae
Merge pull request #69648 from r-ryantm/auto-update/libsvm
libsvm: 3.23 -> 3.24
2019-10-12 23:22:10 +02:00
Renaud
1c820092db
Merge pull request #69649 from r-ryantm/auto-update/libite
libite: 2.0.2 -> 2.1.0
2019-10-12 23:20:51 +02:00
worldofpeace
d4f085036b
Merge pull request #70662 from worldofpeace/gtkd-update
gtkd: 3.8.5 -> 3.9.0
2019-10-12 18:35:25 +00:00
Matthew Bauer
7acfb5c2e8
Merge pull request #66551 from Shados/qt-wrap-kvantum
qtstyleplugin-kvantum: use wrapQtAppsHook
2019-10-12 14:24:01 -04:00
R. RyanTM
0877ebd6d2 catch2: 2.8.0 -> 2.9.2 (#63993)
* catch2: 2.8.0 -> 2.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions

* catch2: 2.9.1 -> 2.9.2
2019-10-12 19:33:32 +02:00
Michael Weiss
6fc744bc84
python37Packages.glances: 3.1.2 -> 3.1.3 2019-10-12 17:22:59 +02:00
Mario Rodas
47de8d5aaa
Merge pull request #71021 from fgaz/misaka/https-url
python: misaka: update homepage url
2019-10-12 09:24:00 -05:00
Tor Hedin Brønner
6f1deb7d45 gdk-pixbuf: 2.38.2 -> 2.46.0 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner
f8ae755433 libsoup: 2.68.1 -> 2.68.2 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner
e3ccf11fca librsvg: 2.46.0 → 2.46.1 2019-10-12 16:18:05 +02:00
Tor Hedin Brønner
88273d4768 gtk3: 3.24.11 → 3.24.12 2019-10-12 16:18:05 +02:00
Sergei Trofimovich
697429c98a re2c: enable parallel building, enable tests
Parallel builds speed up building considerably.
Tests don't add much of an overhead.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-10-12 08:57:21 -05:00