Commit graph

50643 commits

Author SHA1 Message Date
Alyssa Ross 925fe68e87
bundler: 1.16.1 -> 1.16.2 2018-07-02 11:19:11 +00:00
sander 587467a18e github-gentoo-compromized_cannot-download_boehm-gc-7.6.0-sys_select.patch-from-any-mirror - change to gentoo git repository gitweb.gentoo.org 2018-07-02 11:59:27 +02:00
Sarah Brofeldt 24ef1450bd dhall-json_1_2_1: Bump dhall dep 2018-07-02 10:57:00 +01:00
Jörg Thalheim 1b2696326c
Merge pull request #42572 from dtzWill/update/r2-cutter-1.4
radare2-cutter: 1.3 -> 1.4
2018-07-02 10:40:17 +01:00
Peter Simons 0b36a94ed4 hledger: fix ghc-8.2.x build of the new 1.10 version 2018-07-02 11:29:10 +02:00
Peter Simons 065c936863 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-30-g7c77e7e from Hackage revision
153e846959.
2018-07-02 11:29:10 +02:00
Silvan Mosberger cefa098cd8
idrisPackages.derive: 2018-02-15 -> 2018-07-02, fix build 2018-07-02 06:43:15 +02:00
Silvan Mosberger c6c726bdfd
idrisPackages.categories: 2017-03-01 -> 2018-07-02, fix build 2018-07-02 06:43:15 +02:00
Silvan Mosberger 74d2b01db5
idrisPackages.tparsec: 2017-12-12 -> 2018-06-26, fix build 2018-07-02 06:43:15 +02:00
Silvan Mosberger 0519b48ab8
idrisPackages.setoids: 2017-03-13 -> 2018-06-18, fix build 2018-07-02 06:43:15 +02:00
Silvan Mosberger df6974cff2
idrisPackages.{sdl,sdl2}: Mark as broken 2018-07-02 06:43:15 +02:00
Silvan Mosberger 603d989ef4
idrisPackages.descncrunch: Mark as broken 2018-07-02 06:43:15 +02:00
Silvan Mosberger b73f540beb
idrisPackages: Clean up packages 2018-07-02 06:13:01 +02:00
Silvan Mosberger e79b302f89
idris: Clean up package builder 2018-07-02 06:13:01 +02:00
Silvan Mosberger 7ec54c61b7
idrisPackages: install docs 2018-07-02 06:13:01 +02:00
Silvan Mosberger 636cd3cba9
idris: Clean up wrapper 2018-07-02 02:35:46 +02:00
Silvan Mosberger b6cfa372f0
idris: Wrap with IDRIS_CC
Previously idris used the C compiler from PATH for the C backend, which
means that the results and whether it even succeeds can vary between
systems (e.g. if a Nix-built Idris was used on a super old Linux system,
the cc installed there might not even work for Idris' C).

To make this more predictable, this commit sets the IDRIS_CC env var,
which Idris will prefer over searching in PATH, to a Nix-provided gcc
executable, given that it is not already set, so it's still possible to
override.
2018-07-02 02:34:31 +02:00
Peter Simons be1461fc0a haskell-dhall-json: update override 2018-07-01 22:03:57 +02:00
Peter Simons 37c20564b0 haskell-hspec: update overrides for ghc 8.4.x 2018-07-01 22:03:57 +02:00
Peter Simons 4f28eac924 haskell-hoopl: provide an un-versioned attribute for ghc 8.4.x
This used to be a core library in previous versions of GHC, but now it no
longer is.
2018-07-01 22:03:57 +02:00
Peter Simons 1ee0f4378b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-30-g7c77e7e from Hackage revision
e8fa4931bc.
2018-07-01 22:03:58 +02:00
Peter Simons 48300a5b6d LTS Haskell 11.15 2018-07-01 22:03:28 +02:00
Jörg Thalheim cb2862e214 python37: fix openssl detection
Before python37 was build without ssl support.
Tested with `python  -c 'import ssl'`
2018-07-01 21:00:26 +01:00
Matthew Bauer 49f6ea40b0
Merge pull request #42837 from ookhoi/anonscm.debian.org_gcc6.patch-not-found
anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org …
2018-07-01 15:08:53 -04:00
aszlig f081ccccd1
libtorrent-rasterbar: Use Boost supporting Python
Since 772eef9168, the Boost package
doesn't support Python by default anymore, so we need to override it
with Python support because --enable-python-binding is enabled by
default in libtorrent-rasterbar.

The build of the package now succeeds again on my x86_64-linux machine.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @phreedom
2018-07-01 19:51:21 +02:00
Peter Simons c85f23a82a ghc: add 8.6.1-alpha1 pre-release 2018-07-01 19:22:09 +02:00
Eelco Dolstra 772eef9168 boost: Disable Python / Numpy support by default
We can't have a C++ library pulling in Numpy and its gazillion
dependencies by default.
2018-07-01 19:13:57 +02:00
aszlig c8ed322b04
openblas: 0.3.0 -> 0.3.1
Since the exposure of the version attribute done in
892a0e8ff4, the OpenBLAS build fails for
i686-linux:

https://nix-cache.s3.amazonaws.com/log/wi79zyfmwdpwx7bm29dzqh4vglx3x550-openblas-0.3.0.drv

According to @edolstra the build slaves of Hydra updated to a new
kernel, which seems to be the real cause for this issue. The latter is
already tracked upstream[1] and a fix[2] is already included in version
0.3.1.

This very update cases 4795 rebuilds across all architectures we
support, so it's still not significant enough to go through staging. In
addition the number of rebuilds doesn't include the amount of builds
that are currently failing.

My original idea was to add a patch just for fixing this on i686-linux
and do the real update via staging, but the amount of rebuilds still is
in an acceptable range IMO and @edolstra agreed on that on IRC.

[1]: https://github.com/xianyi/OpenBLAS/issues/1575
[2]: https://github.com/xianyi/OpenBLAS/pull/1583

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2018-07-01 18:46:36 +02:00
sander 621072a476 anonscm.debian.org_gcc6.patch-not-found - replace anonscm.debian.org with sources.debian.org 2018-07-01 16:39:51 +02:00
Pascal Wittmann 14a9ca27e6
checkstyle: 8.10.1 -> 8.11
fetch artifact from github as it is no longer available on sourceforge
2018-07-01 16:39:22 +02:00
Gabriel Ebner 055a355c0b libheif: init at 1.3.2 2018-07-01 14:21:26 +02:00
Gabriel Ebner 47216a62d3 libde265: init at 1.0.3 2018-07-01 13:51:05 +02:00
Pascal Wittmann 92a6feca0a
fswatch: 1.11.3 -> 1.12.0 2018-07-01 13:43:34 +02:00
Pascal Wittmann fbb047e891
yodl: update homepage 2018-07-01 13:33:22 +02:00
Pascal Wittmann c8ce98d9ff
icmake: 9.02.07 -> 9.02.08
Project moved from github to gitlab
2018-07-01 13:33:20 +02:00
Tuomas Tynkkynen ace7b252f2 libsidplayfp: 1.8.6 -> 1.8.7 2018-07-01 13:11:56 +03:00
Michael Raskin 055a29c4a1
Merge pull request #39981 from timokau/sage-on-nixos
Sage on nixos
2018-07-01 07:37:42 +00:00
Uri Baghin cd3723bd04 bazel: fix darwin build on hydra 2018-07-01 11:15:48 +10:00
Okina Matara 70acec8ae5 nodePackages: meguca: use node2nix 1.6.0 2018-06-30 19:58:14 -05:00
R. RyanTM 9fa8a9af36 pmd: 6.4.0 -> 6.5.0 (#42685)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pmd/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/bgastviewer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/cpdgui.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/designer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/pmd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/cpd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0/bin/run.sh had a zero exit code or showed the expected version
- 0 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 6.5.0 with grep in /nix/store/5h7bbvnfl6iqzpj4pqzv96x6xz349gch-pmd-6.5.0
- directory tree listing: https://gist.github.com/1ef84c65860a67391267c809fcb5cc80
- du listing: https://gist.github.com/309d9939074e63a6c6dcaf04f94312e9
2018-06-30 19:08:04 +02:00
Timo Kaufmann 398dad270a sage, arb: update sage dependencies arb and pynac
Removes the version pinning for arb and pynac by backporting the
upstream (sage) package upgrades. This necessitates a new patch for arb,
which was however already proposed and accepted upstream.
2018-06-30 17:05:56 +02:00
Domen Kožar 5974bb7c9c
haskell: Move version dependent overrides from to configuration-common 2018-06-30 15:49:36 +01:00
Chris Hodapp a0144c7fd8 appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu 2018-06-30 09:14:21 -04:00
worldofpeace bae87d5042 python.pkgs.pybrowserid: move expression and 0.9.2 -> 0.14.0 (#42814) 2018-06-30 15:01:07 +02:00
Robert Schütz 687f5d2fa1 python.pkgs.asynctest: 0.12.0 -> 0.12.2 2018-06-30 12:21:48 +02:00
Robert Schütz 18f45dac2c python.pkgs.aioimaplib: 0.7.13 -> 0.7.14 2018-06-30 12:02:07 +02:00
Robert Schütz 7725269765
Merge pull request #42728 from mkaito/update-ykman
yubikey-manager: 0.4.0 -> 0.7.0
2018-06-30 11:29:35 +02:00
Michishige Kaito 97e3024376 python-fido2: init at 0.3.0 2018-06-30 10:21:02 +01:00
Pascal Wittmann 2df7972ab1
yodl: 4.02.00 -> 4.02.01
Project moved from github to gitlab
2018-06-30 11:16:36 +02:00
Ryan Mulligan 1d54dc6841 treewide: http -> https 2018-06-29 17:18:27 -07:00
Timo Kaufmann 84d89a1ec6 pythonPackages.flask-silk: 0.2 -> 2018-06-28
Fixes the build with current flask, which deprecated the old import
syntax.
2018-06-30 01:20:46 +02:00
Timo Kaufmann 7df80c4e02 pythonPackages.flask-autoindex: 0.6 -> 2018-06-28
Fixes the build with current flask, which deprecated the old import
syntax.
2018-06-30 01:20:46 +02:00
Timo Kaufmann 224f73b75a linbox: remove liblapack dependency
Not actually needed by any package and adds and indirect dependency to
atlas.
2018-06-30 01:20:46 +02:00
Timo Kaufmann a0eace3be6 sympy: backport upstream fixes 2018-06-30 01:20:46 +02:00
Timo Kaufmann 5d78baa37a sympow: actually install datafiles 2018-06-30 01:20:46 +02:00
Timo Kaufmann fca3ea0737 ecl_16_1_2: backport getcwd fix 2018-06-30 01:20:46 +02:00
Timo Kaufmann f49f133513 cysignals: add pari support 2018-06-30 01:20:46 +02:00
Timo Kaufmann 4655b8776d tachyon: add armv7l support 2018-06-30 01:20:46 +02:00
Timo Kaufmann 68394a737e libgap: switch to upstream url 2018-06-30 01:20:44 +02:00
Timo Kaufmann 082169ab02 fetchurl: add sageupstream mirror 2018-06-30 01:20:44 +02:00
Timo Kaufmann 892a0e8ff4 openblas: expose version attribute 2018-06-30 01:20:44 +02:00
xeji 9137f83880
Merge pull request #42678 from Moredread/rtmidi/rtaudio/parallelBuild
Enable parallel building for rtaudio and rtmidi
2018-06-30 01:18:01 +02:00
xeji ad112ca0a4
Merge pull request #42782 from dotlambda/dateutil-2.7-fixes
Fix packages broken by python-dateutil bump
2018-06-30 00:42:21 +02:00
R. RyanTM c9362d595e wolfssl: 3.15.0 -> 3.15.3 (#42670)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wolfssl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.3 in filename of file in /nix/store/64hjsmi2gzinf6qn0dfs16c3zzi4rfpx-wolfssl-3.15.3
- directory tree listing: https://gist.github.com/f48303498f02ef2dc587368e1b17a323
- du listing: https://gist.github.com/db2ab599e28e35132df0568d69c7f4c8
2018-06-30 00:07:05 +02:00
R. RyanTM cf8da73b42 poppler_utils: 0.65.0 -> 0.66.0 (#42460)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/poppler-utils/versions.

These checks were done:

- built on NixOS
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftoppm passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftocairo passed the binary check.
- Warning: no invocation of /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfdetach had a zero exit code or showed the expected version
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdffonts passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfimages passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfinfo passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfsig passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftops passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftotext passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdftohtml passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfseparate passed the binary check.
- /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0/bin/pdfunite passed the binary check.
- 11 of 12 passed binary check by having a zero exit code.
- 0 of 12 passed binary check by having the new version present in output.
- found 0.66.0 with grep in /nix/store/cgsca7brl8gxnlc1xaxdsyizbdlmha2q-poppler-utils-0.66.0
- directory tree listing: https://gist.github.com/af4034ac452cfd8a440300c9bfc12e28
- du listing: https://gist.github.com/776d2f71e00585d9b456fd950c335614
2018-06-30 00:03:04 +02:00
Okina Matara ec92e4dbe2 nodePackages: meguca: 1.0.7 -> 1.0.8 2018-06-29 16:36:35 -05:00
aszlig c15e6fd3fd
python/twisted: Fix fetching source
In ced21f5e1a, fetchurl has changed into
fetchPypi, but the upstream tarball is actually a tar.bz2 archive but by
default fetchPypi uses "tar.gz" as its extension.

The sha256 however is still the same.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @FRidh
2018-06-29 23:23:32 +02:00
R. RyanTM 0e37c770bf libguestfs: 1.38.0 -> 1.38.2 (#42697)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libguestfs/versions.

These checks were done:

- built on NixOS
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestfish passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestmount passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/guestunmount passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/libguestfs-test-tool passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-alignment-scan passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-builder passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-builder-repository passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-cat passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-copy-in-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-copy-in passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-copy-out-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-copy-out passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-customize passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-df passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-dib passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-diff passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-edit passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-filesystems passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-format passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-get-kernel passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-index-validate passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-inspector passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-list-filesystems-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-list-filesystems had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-list-partitions-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-list-partitions had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-log passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-ls passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-make-fs passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-rescue passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-resize passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-sparsify passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-sysprep passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tail passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-in-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar-in passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tar-out-wrapped had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-tar-out passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-v2v passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-v2v-copy-to-local passed the binary check.
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-win-reg-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/virt-win-reg had a zero exit code or showed the expected version
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestfish-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestmount-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.guestunmount-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.libguestfs-test-tool-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-alignment-scan-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-builder-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-builder-repository-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-cat-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-customize-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-df-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-dib-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-diff-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-edit-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-filesystems-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-format-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-get-kernel-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-index-validate-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-inspector-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-log-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-ls-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-make-fs-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-rescue-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-resize-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-sparsify-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-sysprep-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-tail-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-v2v-wrapped passed the binary check.
- /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2/bin/.virt-v2v-copy-to-local-wrapped passed the binary check.
- 60 of 72 passed binary check by having a zero exit code.
- 24 of 72 passed binary check by having the new version present in output.
- found 1.38.2 with grep in /nix/store/pmf2ffgaiicm4a6svl96iqxwsbym1hxj-libguestfs-1.38.2
- directory tree listing: https://gist.github.com/6015d8610a76dff5d1c8f06d6434423d
- du listing: https://gist.github.com/432a66e455c5c90bc295e87f22d1104a
2018-06-29 23:21:18 +02:00
R. RyanTM 8e3415eb86 dialog: 1.3-20171209 -> 1.3-20180621 (#42512)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/dialog/versions.

These checks were done:

- built on NixOS
- /nix/store/m0hxh556s4yrr5m1sdbj1hr4kghms99x-dialog-1.3-20180621/bin/dialog passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.3-20180621 with grep in /nix/store/m0hxh556s4yrr5m1sdbj1hr4kghms99x-dialog-1.3-20180621
- directory tree listing: https://gist.github.com/a0a4bc59b6cd5033a62a99d509b6903e
- du listing: https://gist.github.com/fd4c8d60fa9ed0c6f0fb56fdaf3f8b2b
2018-06-29 22:58:58 +02:00
Okina Matara 6f96f5549c nodePackages: meguca: 1.0.7 update 2018-06-29 15:57:13 -05:00
Okina Matara 8ca6c4d47d nodePackages: meguca: 1.0.5 -> 1.0.7 2018-06-29 15:57:03 -05:00
Okina Matara c4bff754a7 easyjson: 2018-03-23 -> 2018-06-06 2018-06-29 15:56:54 -05:00
Okina Matara 4031e08242 nodePackages: meguca: 1.0.4 (2018-05-17) -> 1.0.5 2018-06-29 15:56:54 -05:00
Sander van der Burg 05474564b2 Add minimal package set for Node.js 10.x 2018-06-29 22:44:33 +02:00
Tyson Whitehead 321f13427c
lwp-protocol-https: honour NIX_SSL_CERT_FILE 2018-06-29 16:29:22 -04:00
Robin Gloster 95cb828b27
python-openid: remove, only keep python3-openid
see discussion on
2e41891e6d
2018-06-29 21:37:45 +02:00
aszlig d15ba6a7ee
python/soco: init at 0.15
This is required for one of the plugins (sonosupdate) of Beets version
1.4.7.

I do not have a Sonos speaker, so I can't really test whether the
library works nor properly maintain this package (so I didn't add myself
as a maintainer).

I ran the build (including tests) against Python 2.x and Python 3.x.

Signed-off-by: aszlig <aszlig@nix.build>
2018-06-29 21:29:49 +02:00
Vladimír Čunát 2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Vladimír Čunát 2f4001f41a
Merge #42729: firefox-61 and related updates (security)
(cherry picked from commit 8ad921dc94)
Fast-forwarded to get to master sooner.
2018-06-29 20:58:13 +02:00
Robert Schütz 18d78e2e48 python.pkgs.pytest-mock: 1.8.0 -> 1.10.0 2018-06-29 20:03:08 +02:00
Robert Schütz aa11e10977 python.pkgs.pendulum: fix propagatedBuildInputs 2018-06-29 19:50:14 +02:00
Robert Schütz 9ebfa7bede python.pkgs.pytest-httpbin: disable tests
Tests are not included in the PyPI tarball.
2018-06-29 19:41:08 +02:00
Robert Schütz 38094de6b6 python.pkgs.flask-common: use flask-caching 2018-06-29 19:27:34 +02:00
Robert Schütz da7d4c3676 python.pkgs.flask-caching: init at 1.4.0 2018-06-29 19:27:28 +02:00
Jan Tojnar 0c083fc1f6
gspell: 1.8.0 → 1.8.1 2018-06-29 18:42:01 +02:00
Jan Tojnar eee6565783
gspell: move to top-level 2018-06-29 18:41:59 +02:00
Jaakko Luttinen a4765957fd pythonPackages.salmon-mail: fix tests (#42753) 2018-06-29 13:20:38 +02:00
Jaakko Luttinen 1a589cc422 pythonPackages.txtorcon: 0.20.0 -> 18.0.0 (#42754) 2018-06-29 13:19:32 +02:00
Jan Tojnar 30c154d99b
haskellPackages.llvm-hs_6_3_0: fix build 2018-06-29 11:31:16 +02:00
Frederik Rietdijk 9cf1f58c4f
Merge pull request #42372 from Assassinkin/sklearn-deap
pythonPackages.sklearn-deap: init at 0.2.2
2018-06-29 09:15:19 +02:00
Frederik Rietdijk aaf6729413
Merge pull request #42710 from r-ryantm/auto-update/cpp-hocon
cpp-hocon: 0.1.6 -> 0.1.7
2018-06-29 09:11:18 +02:00
Frederik Rietdijk d854e3c73c
Merge pull request #42716 from xvapx/PR/fix-pythonPackages.cheroot
pythonPackages.cheroot: fixed tests
2018-06-29 09:09:34 +02:00
Andy Dirnberger 780959ce8f
python36: fix version in identifier 2018-06-28 23:40:47 -04:00
Matthew Bauer 68f945da6d
Merge pull request #42122 from AndersonTorres/upload/skribilo
Skribilo: New Package(s)
2018-06-28 22:42:04 -04:00
Matthew Bauer c7c34f1261
Merge pull request #42638 from Ralith/vulkan
Vulkan updates
2018-06-28 22:27:01 -04:00
Matthew Bauer 1c0b6ebe2c
Merge pull request #42643 from ajs124/libvirt_iscsi
libvirt: fix iscsi storage support
2018-06-28 22:26:36 -04:00
Matthew Bauer 197a189c0f
Merge pull request #42334 from Hodapp87/luxcorerender_pr
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-28 22:19:50 -04:00
Matthew Bauer 11552ccfed
Merge pull request #42343 from Hodapp87/appleseed_pr
appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
2018-06-28 22:11:45 -04:00
Matthew Bauer 69c4a9b4a3
Merge pull request #42449 from r-ryantm/auto-update/spidermonkey
spidermonkey_52: 52.8.0 -> 52.8.1
2018-06-28 22:07:37 -04:00
Matthew Bauer 632512dcba
Merge pull request #42459 from r-ryantm/auto-update/pony-stable
pony-stable: 0.1.3 -> 0.1.4
2018-06-28 22:07:05 -04:00
Matthew Bauer 753544ab52
Merge pull request #42471 from r-ryantm/auto-update/openlibm
openlibm: 0.5.5 -> 0.6.0
2018-06-28 22:06:11 -04:00
Matthew Bauer 34fb4cbac1
Merge pull request #42505 from r-ryantm/auto-update/folly
folly: 2018.06.11.00 -> 2018.06.18.00
2018-06-28 22:05:01 -04:00
Matthew Bauer a4a106c7de
Merge pull request #42496 from r-ryantm/auto-update/leatherman
leatherman: 1.4.1 -> 1.4.2
2018-06-28 22:03:42 -04:00
Matthew Bauer 50edf59e1b
Merge pull request #41430 from Tomahna/bloop
Bloop: Init 1.0.0-M11
2018-06-28 20:42:41 -04:00
Matthew Bauer aea65fe799
Merge pull request #41431 from lukeadams/gr-update
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Jan Tojnar bf4d1f2c15
bustle: fix build 2018-06-29 02:19:19 +02:00
Matthew Bauer 394c3fe0ab xcbuild: add missing bins
A few from cctools were missing. Ideally they would not be needed but
xcode provides them & we pretty much need to as well for a lot of
xcode projects.
2018-06-28 19:40:40 -04:00
xeji 5c757847eb
Merge pull request #42734 from vbgl/ocaml-utop-2.1.0
ocamlPackages.utop: 1.19.3 -> 2.1.0
2018-06-29 00:34:11 +02:00
Sander van der Burg 0068fea88c nodePackages: regenerate with node2nix 1.6.0 2018-06-28 23:26:44 +02:00
Anton Latukha c876db629d mbedtls: cmake&ninja, threading, clean-up; hiawatha: options, Nix mbedtls (#41722)
* mbedtls: build with cmake&ninja, clean-up

* mbedtls: cmake ninja Darwin build clean-up

* hiawatha: add build options, use system mbedTLS, platforms -> unix
2018-06-28 21:25:19 +01:00
Matthew Bauer a44d33aac1
Merge pull request #42669 from obsidiansystems/upstream-plist
Upstream PLIST handling
2018-06-28 15:26:31 -04:00
Matthew Bauer 337b58950b generators: refactor toPlist
Address PR comments

Refactors

- Rename toPLIST -> toPlist
2018-06-28 15:24:12 -04:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Will Dietz 9fb3a04761
Merge pull request #42727 from dtzWill/update/lit-0.6.0
lit: 0.5.1 -> 0.6.0
2018-06-28 13:19:13 -05:00
R. RyanTM 9720833743 gdcm: 2.8.6 -> 2.8.7 (#42708)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gdcm/versions.

These checks were done:

- built on NixOS
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcm2vtk passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmviewer passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcm2pnm had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmdump passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmdiff had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmraw passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmscanner passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmanon passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmgendir passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmimg passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmconv passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmtar passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcminfo passed the binary check.
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmscu passed the binary check.
- Warning: no invocation of /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmxml had a zero exit code or showed the expected version
- /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7/bin/gdcmpap3 passed the binary check.
- 13 of 16 passed binary check by having a zero exit code.
- 0 of 16 passed binary check by having the new version present in output.
- found 2.8.7 with grep in /nix/store/b5k2wcykj6s3j1rax851vpzyj6amqpvk-gdcm-2.8.7
- directory tree listing: https://gist.github.com/d4d202ac57e29b5fe6d46f1e8b7b112b
- du listing: https://gist.github.com/7244757ac1449adb1adde3c480e77c8d
2018-06-28 18:05:13 +02:00
Matthew Bauer d361371d23 generators: refactor toPLIST 2018-06-28 11:11:19 -04:00
Will Dietz f5d834e6bb lit: 0.5.1 -> 0.6.0 2018-06-28 07:57:19 -05:00
Marti Serra f11281bdcf pythonPackages.cherrypy: fixed tests 2018-06-28 11:15:17 +02:00
Marti Serra e82e01bb61 pythonPackages.cheroot: fixed tests 2018-06-28 11:13:25 +02:00
timor ba15c00e98 ceres-solver: clean up cmake configuration (#42661)
No need to explicitely set cmakeFlags, specifying the eigen library in the
build inputs is enough.
2018-06-28 09:04:53 +00:00
Vincent Laporte 9a7d6c2e3d
ocamlPackages.utop: 1.19.3 -> 2.1.0 2018-06-28 07:16:49 +00:00
Vincent Laporte 1747ec308a
ocamlPackages.lambdaTerm: remove spurious dependency to camlp4 2018-06-28 07:16:49 +00:00
Frederik Rietdijk 7261a66d71 python37: 3.7.0rc1 -> 3.7.0 2018-06-28 08:23:49 +02:00
adisbladis 7c96b917a5
pythonPackages.btrees: Fix tests by adding zope_testrunner input 2018-06-28 14:12:43 +08:00
R. RyanTM b9f4afa38c cpp-hocon: 0.1.6 -> 0.1.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cpp-hocon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.1.7 with grep in /nix/store/xvra7ffhxjj2p4j80p253jwjxgwyp1rl-cpp-hocon-0.1.7
- directory tree listing: https://gist.github.com/f58abd979d8b4e35bed032e929b39177
- du listing: https://gist.github.com/361aabaa0ba139c553980b12090a1f95
2018-06-27 22:45:23 -07:00
R. RyanTM b885331e6e libndctl: 60.3 -> 61.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/libndctl/versions.

These checks were done:

- built on NixOS
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/ndctl passed the binary check.
- /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/daxctl passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 61.1 with grep in /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1
- directory tree listing: https://gist.github.com/7442fd9972afca1f270dae2b565ea76b
- du listing: https://gist.github.com/9fad672e4b6018cf6b76447bb765e063
2018-06-27 18:05:37 -07:00
Leon Schuermann 5505da90b0 libvmi: Add gpl3 license in addition to lgpl3 2018-06-27 23:42:33 +01:00
R. RyanTM 7735d92c2a redo: 1.2 -> 1.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/redo/versions.

These checks were done:

- built on NixOS
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo-ifcreate passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo-ifchange passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/cubehash passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.3 with grep in /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3
- directory tree listing: https://gist.github.com/84977503f6853a878440094f1cbc80bf
- du listing: https://gist.github.com/d612673ea44c5055de7d93cbb8e63acc
2018-06-27 15:36:26 -07:00
Leon Schuermann f8086e3e1e libvmi: Add option to disable xen support 2018-06-27 23:25:44 +01:00
Leon Schuermann 80a2a584fe libvmi: -> 0.12 2018-06-27 23:24:47 +01:00
André-Patrick Bubel 9e61c281f7
rtmidi: Enable parallel building 2018-06-27 23:54:37 +02:00
André-Patrick Bubel 2371f85fac
rtaudio: Enable parallel building 2018-06-27 23:53:55 +02:00
Leon Schuermann fc3073c06b Merge remote-tracking branch 'proteansec/pkgs/libvmi' into libvmi
Fix incorrect license and change maintainer.
2018-06-27 22:33:00 +01:00
Greg Hale 98c1ad879a pHash: init at 0.9.4 (#42546)
Fix style and redundancy issues pointed out by @jb55
2018-06-27 22:22:52 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Frederik Rietdijk fd68302741
Merge pull request #42667 from xvapx/PR/fix-pythonPackages.flask-restful
pythonPackages.flask-restful: disable broken test
2018-06-27 21:43:04 +02:00
Marti Serra 3dd8b03da9 pythonPackages.flask-restful: disable broken test 2018-06-27 21:39:20 +02:00
Matthew Bauer c672e37f4a xcbuild: rework to use lib.PLIST
This is a good way to test that plist works.

Sorry for the large diff. There are a bunch of cleanups in here that
needed to be done. Should make it possible to use in cross
compilation.
2018-06-27 15:36:00 -04:00
Vincent Laporte b96c0e6d7b ocaml-top: 1.1.4 -> 1.1.5 (#42664) 2018-06-27 21:02:47 +02:00
AndersonTorres 49008f9c71 guile-reader: init at 0.6.2 2018-06-27 15:23:20 -03:00
Matthew Bauer e3475f3406
build-gradle-app.nix: fix eval
Sorry, typo.
2018-06-27 13:30:16 -04:00
Matthew Bauer 0d9112f01a
build-gradle-app.nix: mark unfree
Forgot about this. It needs android-sdk-license & build products should fail when allowUnfree = false.
2018-06-27 13:29:55 -04:00
R. RyanTM cfbe54cc8c libcouchbase: 2.9.0 -> 2.9.2 (#42493)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libcouchbase/versions.

These checks were done:

- built on NixOS
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-cat passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-create passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-observe passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-observe-seqno passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-incr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-decr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-mcflush passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-hash passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-lock passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-unlock passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-rm passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-stats passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-version passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-verbosity passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-view passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-n1ql passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-admin passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-ping passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-create passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-delete passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-bucket-flush passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-connstr passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-write-config passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-strerror passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-touch passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-role-list passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-list passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-upsert passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-user-delete passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-watch passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-pillowfight passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-n1qlback passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-subdoc passed the binary check.
- /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2/bin/cbc-proxy passed the binary check.
- 35 of 35 passed binary check by having a zero exit code.
- 0 of 35 passed binary check by having the new version present in output.
- found 2.9.2 with grep in /nix/store/j1xjdfglp6b50r4qdl2mw7iqkgm5wanc-libcouchbase-2.9.2
- directory tree listing: https://gist.github.com/f787ea76774579a3e9fed49a266f79fd
- du listing: https://gist.github.com/0dc50f692e5aeeeb2645507f07fc3294
2018-06-27 19:00:43 +02:00
Will Dietz 8575fd554c
Merge pull request #42456 from dtzWill/fix/llvm4-triples-unconditional
llvm4: unconditionally set triples, not just on musl.
2018-06-27 10:02:58 -05:00
R. RyanTM 4ba965b036 openfst: 1.6.7 -> 1.6.8 (#42472)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openfst/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstarcsort had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstclosure had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompile had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstcompose had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconcat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconnect had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstconvert had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdeterminize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdifference had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdisambiguate had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstdraw had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstencode had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstepsnormalize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequal had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstequivalent had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinfo had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstintersect had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstinvert had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstisomorphic had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstmap had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstminimize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprint had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstproject had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstprune had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstpush had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrandgen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrelabel had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreplace had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreverse had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstreweight had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstrmepsilon had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestdistance had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstshortestpath had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsymbols had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstsynchronize had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fsttopsort had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8/bin/fstunion had a zero exit code or showed the expected version
- 0 of 37 passed binary check by having a zero exit code.
- 0 of 37 passed binary check by having the new version present in output.
- found 1.6.8 with grep in /nix/store/wsx1ziwkccvj1mk0b647cc0syfkzpinf-openfst-1.6.8
- directory tree listing: https://gist.github.com/12e73cab8efbc1c63a2ba5e087454914
- du listing: https://gist.github.com/0fad2edab1e90571b66bb61e3fe3b01e
2018-06-27 17:00:12 +02:00
xeji 2a2088acde
Merge pull request #42630 from vbgl/ocaml-ocp-index-1.1.6
ocamlPackages.ocp-index: 1.1.5 -> 1.1.6
2018-06-27 16:58:16 +02:00
ajs124 3f9d968637 libvirt: fix iscsi storage support
Turns out, I was testing #42545 in a nix-shell and forgot how it handles dependencies different from environments.
2018-06-27 16:21:24 +02:00
Pi3r 75ce141a35 haskell-filecache: disable test suite on Darwin
See https://github.com/bartavelle/filecache/issues/4 for details.
Closes https://github.com/NixOS/nixpkgs/pull/42629.

Update configuration-common.nix
2018-06-27 14:27:00 +02:00
Judson Lester b97b0300f6 Adding config for the tiny_tds gem (#42406) 2018-06-27 11:56:18 +01:00
Peter Simons 8d0d41da09 git-annex: update to version 6.20180626
This update fixes CVE-2018-10857 and CVE-2018-10859.
2018-06-27 10:44:10 +02:00
Peter Simons f380b66911 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision
dc8aa30e8c.
2018-06-27 10:43:11 +02:00
Timo Kaufmann b0181718cb python2Packages.rpy2: fix python2 compatibility (#42634) 2018-06-27 09:55:01 +02:00
Benjamin Saunders 07396a6145 vulkan-validation-layers: init at 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders 937d6acb80 vulkan-loader: 1.1.70.0 -> 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders 879145e1f7 vulkan-headers: init at 1.1.77.0 2018-06-26 20:38:00 -07:00
Benjamin Saunders 2ebd32ab0c glslang: 2018-02-05 -> 2018-06-21 2018-06-26 20:38:00 -07:00
Benjamin Saunders 4e1a82c960 shaderc: 2016-09-08 -> 2018-06-01 2018-06-26 20:37:54 -07:00
Allan Espinosa df313f6af8 nexus: 3.11.0 -> 3.12.1 2018-06-26 21:37:07 -04:00
Luke Adams 0f6682c97f libbladerf: enable Darwin building 2018-06-26 17:04:41 -05:00
Luke Adams 312d2897cd libbladerf: disable fortify hardening 2018-06-26 17:04:41 -05:00
Luke Adams 2166d37c0f uhd: 3.11.0.0 -> 3.12.0.0
* fixes build on Darwin.
* fetch images from GH releases page (uniform versioning scheme)
2018-06-26 17:04:40 -05:00
Matthew Bauer e01db49bfa ghcjs-ng: Move to $out/lib/ghcjs-8.4
This is standard for ghc compilers & much more convenient. This seems
to fix the issues we have been having in ghcjs pkgs.

Fixes #42032
Fixes #42617
2018-06-26 17:43:58 -04:00
Vincent Laporte c647ca8180
ocamlPackages.cmdliner: remove at 0.9.8 2018-06-26 20:14:57 +00:00
Vincent Laporte ed1bbae4db
ocamlPackages.ocp-indent: remove at 1.5.2 2018-06-26 20:14:57 +00:00
Vincent Laporte db8f874da8
ocamlPackages.ocp-indent: fix attribute name (from ocpIndent) 2018-06-26 20:14:57 +00:00
Vincent Laporte 0d1b5285c9
ocamlPackages.ocp-index: 1.1.5 -> 1.1.6 2018-06-26 20:14:57 +00:00
Vincent Laporte fd018bdadd
ocamlPackages.ocp-build: remove spurious dependency to camlp4
Change attribute name from “ocpBuild” to “ocp-build”.
2018-06-26 20:14:57 +00:00
Vincent Laporte 06db050abd
ocamlPackages.ocp-indent: remove spurious dependency to opam and fix installPhase 2018-06-26 20:14:57 +00:00
Silvan Mosberger ebc7d20190 idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621) 2018-06-26 22:14:17 +02:00
Robert Schütz 352995d79b
Merge pull request #42052 from makefu/pkgs/python-forecastio/init
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 20:22:38 +02:00
Matthew Justin Bauer 52e6042b99
Merge pull request #42609 from uri-canva/bazel-darwin-fix
bazel: fix darwin
2018-06-26 13:40:50 -04:00
xeji a9131a1395
Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patches
glibc: remove unused 2.26 patch series
2018-06-26 18:36:27 +02:00
makefu ecac42bd87
pythonPackages.python-forecastio: init at 1.4.0 2018-06-26 18:35:04 +02:00
xeji 6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Will Dietz d5de4a2529 glibc: remove unused 2.26 patch series 2018-06-26 10:42:06 -05:00
Maximilian Bosch 8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji a627399a84
Merge pull request #42567 from vbgl/ocaml-psmt2-frontend
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-26 17:00:37 +02:00
xeji 9c5b6bb814
Merge pull request #42551 from vbgl/ocaml-re-1.7.3
ocamlPackages.re: 1.7.1 -> 1.7.3
2018-06-26 16:50:54 +02:00
Frederik Rietdijk fc66a3dc88
Merge pull request #42606 from pandaman64/qiskit
qiskit: fix build
2018-06-26 16:41:00 +02:00
xeji 191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
Peter Simons fb9f0ebc9a haskell-vector-sized: update override for the latest version 2018-06-26 10:12:28 +02:00
Peter Simons 48e1d7837a haskell-doctest: update override for ghc-8.4.x to latest version 2018-06-26 10:12:28 +02:00
Peter Simons db319effa0 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision
31a9e4f9ae.
2018-06-26 10:12:29 +02:00
Uri Baghin 6b6ccebc6f bazel: fix darwin 2018-06-26 17:58:33 +10:00
pandaman64 3a2e601efd qiskit: fix build 2018-06-26 16:55:08 +09:00
R. RyanTM 41c05a72a7 libpfm: 4.10.0 -> 4.10.1 (#42489) 2018-06-26 07:02:31 +00:00
lassulus 7b4cf6b8e7 lief: init at 0.9.0 2018-06-26 07:41:10 +02:00
R. RyanTM 155a4005ef mbedtls: 2.10.0 -> 2.11.0 2018-06-26 05:38:13 +00:00
Franz Pletz 5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Matthew Justin Bauer 09c66f4045
Merge pull request #42412 from obsidiansystems/even-more-android-fixes
Even more android fixes
2018-06-25 19:09:29 -04:00
Matthew Bauer 69cad91b5c ghc843: don’t apply stripping in android
This breaks some library symbols apparently. ARM symbols must be
incorrectly stripped. Also some very weird issues with patchelf.
2018-06-25 17:13:02 -04:00
Matthew Bauer 5000cc555e android: define __ANDROID_API__ in cflags
This is needed for targeting older apis.
2018-06-25 17:12:52 -04:00
Matthew Bauer 2c2169c881 ghc: build shared on android
We run into issues otherwise
2018-06-25 17:12:02 -04:00
Matthew Bauer d9155904b3 androidndk: add fullNDK option
Setting this to true will disable removing some of the unused parts of
the NDK toolchain that is unused in Nixpkgs but may be used by others.

/cc @bkchr
2018-06-25 17:10:11 -04:00
Matthew Bauer 7652b2ef16 android: add --build-id to ldflags
the gcc in android does not have this on by default. Doing this will
fix some of the errors in cross-trunk:

https://hydra.nixos.org/build/76354538/nixlog/11

This is related to how separate debug info is handled in Nixpkgs.
2018-06-25 17:10:11 -04:00
Matthew Bauer 73e2f60837 libiconv: add "enableShared" option
When false, shared libraries will be disabled.

also adds patch to *really* disable shared libiconv.
2018-06-25 17:10:11 -04:00
Will Dietz 0e40e0cc7d ghcHEAD: useLLVM needed for musl here as well 2018-06-25 15:50:36 -05:00
Will Dietz 61e3bd20a0 ghcHEAD: move hardeningDisable definition for cleaner diff against 8.4.3
NFCI (no functionality change intendend)
2018-06-25 15:50:36 -05:00
Will Dietz 449fbec9be ghcHEAD: add musl and cross fixes recently applied to 8.4.3 and 8.2.2 2018-06-25 15:50:27 -05:00
Peter Simons 6946361408
Merge pull request #42584 from Profpatsch/haskell-ghc-heap-size-profiling
haskellPackages: disable profiling ghc-heap-view ghc-datasize
2018-06-25 22:29:26 +02:00
Profpatsch 2f2e79be39 haskellPackages: disable profiling ghc-heap-view ghc-datasize 2018-06-25 22:06:50 +02:00
Will Dietz 2052323a78 ghc-8.4.3: minor fixes for cross-musl, same as used with 8.2.2
Patches are no longer needed, seem to be more or less upstreamed.
2018-06-25 13:19:49 -05:00
Will Dietz 656dc51666
Merge pull request #42570 from dtzWill/fix/glib-musl-quark_init
glib: patch to fix w/musl, static ctor order assumptions (quark/gobject)
2018-06-25 11:55:08 -05:00
Will Dietz 3a6b91fa90 glib: also add gobject init patch to fix w/musl 2018-06-25 11:20:04 -05:00
Will Dietz 9147ccc1c9 radare2-cutter: 1.3 -> 1.4
Added new required deps, minor org touchup.
2018-06-25 10:18:36 -05:00
Pascal Wittmann 0011f10b57
Merge pull request #42564 from volth/perl528
perl528: init at 5.28.0
2018-06-25 17:08:44 +02:00
Peter Simons eee50238c7 multi-ghc-travis: update to current git HEAD 2018-06-25 17:00:02 +02:00
Will Dietz e54bcb1139
Merge pull request #42566 from dtzWill/update/fac-2.0.0
fac: 1.1.0 -> 2.0.0
2018-06-25 09:58:46 -05:00
Will Dietz 935ceb8bf5
Merge pull request #42463 from dtzWill/fix/llvm-38-39-triples-unconditional
llvm_{38,39}: unconditionally set triples, not just w/musl
2018-06-25 09:57:29 -05:00
Will Dietz 632624691d llvm-3.8: don't set triples a second time on musl
I should have "moved" the flags instead of "copying" them earlier :).
2018-06-25 09:55:36 -05:00
Will Dietz 7fa6b34093 glib: patch to fix w/musl, quark static ctor order assumptions
From [1] with prefix added, using local copy to avoid dep on fetchpatch.

[1] https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/glib/patches/quark_init_on_demand.patch
2018-06-25 09:47:51 -05:00
Will Dietz 44de467c7c fac: 1.1.0 -> 2.0.0
* update deps (dep2nix)
* seems to need $HOME/.fac.yml or emits warning
  (looks like even `touch ~/.fac.yml` appeases this)
2018-06-25 09:21:52 -05:00
Vincent Laporte ec81355c8d
ocamlPackages.psmt2-frontend: init at 0.1 2018-06-25 13:38:55 +00:00
Pascal Wittmann b13fe97f16
Merge pull request #42509 from r-ryantm/auto-update/flyway
flyway: 5.1.1 -> 5.1.3
2018-06-25 15:36:33 +02:00
volth dd366701ce perl528: init at 5.28.0 2018-06-25 13:33:09 +00:00
lewo 7efadfdf04
Merge pull request #42511 from r-ryantm/auto-update/docker-compose
docker_compose: 1.20.1 -> 1.21.2
2018-06-25 15:16:52 +02:00
Benjamin Hipple 6e146c3700 pythonPackages.plaid-python: init at 2.3.0 (#42530)
* pythonPackages.plaid-python: init at 2.3.0

* Run unit tests with py.test
2018-06-25 15:05:47 +02:00
Benjamin Hipple 39f357a836 slurm: 17.11.5 -> 17.11.7, pyslurm: 20180427 -> 20180604 (#42536)
* slurm: 17.11.5 -> 17.11.7, pyslurm: 20180427 -> 20180604

This commit also swaps to use the official repository's github release tags
instead of their download site, which only keeps the most recent version with no
historical archives.

* Document why we don't run tests

* Remove dead testing code
2018-06-25 14:58:04 +02:00
Jan Tojnar 0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
Jan Tojnar 4a5ab6e923
libblockdev: 2.17 → 2.18 2018-06-25 13:18:03 +02:00
ajs124 2cd0c2e2df libvirt: enable (optional) support for iscsi storage (#42545) 2018-06-25 13:11:56 +02:00
Assassinkin c5e9193994 pythonPackages.sklearn-deap: dropping a comment 2018-06-25 12:06:33 +01:00
xeji e0208b9d3a
Merge pull request #42558 from etu/php-update
php71: 7.1.18 -> 7.1.19
2018-06-25 13:01:52 +02:00
Mathieu Boespflug 06eeb0d158 bazel: Don't hardcode build tools (#42552)
Bazel is a build tool, much like Make and many others. Like Make, it
should be agnostic to the compiler toolchains the user brings into
scope. Bazel has special rules that encode domain specific knowledge
for how to compile a C++ program, or indeed a Java program and a few
others. But that's not to say that at runtime Bazel should assume
a specific C++ compiler or Java compiler anymore than Make does.

The main impact of this change is that packages that build with Bazel
will have to list the compilers they want in their `buildInputs` or
similar, rather than relying on the `bazel` package pulling them in
transitively.
2018-06-25 12:46:19 +02:00
Elis Hirwing 910cb27384
php71: 7.1.18 -> 7.1.19
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.19
2018-06-25 12:11:09 +02:00
Frederik Rietdijk abb2286016
Merge pull request #42556 from Profpatsch/pythonPackages-rlp
pythonPackages.rlp: revert to working 0.6.0
2018-06-25 11:28:24 +02:00
Profpatsch 367a7ae138 pythonPackages.rlp: revert to working 0.6.0
It is required by electrum.
2018-06-25 10:53:18 +02:00
Frederik Rietdijk 7c9d95fef5 python37: init at 3.7.0rc1 2018-06-25 10:41:32 +02:00
Frederik Rietdijk e6bf9c8a45 Revert "python: click-log: 0.2.1 -> 0.3.2"
This broke `vdirsyncer`, the only user of this package.

This reverts commit 60ab4bd851.
2018-06-25 09:12:24 +02:00
Eelco Dolstra a73a941eb4
Merge pull request #42522 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.65 -> 1.4.70
2018-06-25 08:24:27 +02:00
Tim Steinbach 93005c288d
Merge pull request #42497 from r-ryantm/auto-update/kotlin
kotlin: 1.2.41 -> 1.2.50
2018-06-24 23:04:24 +00:00
Vincent Laporte 8ed38fc722 ocamlPackages.cppo: 1.5.0 -> 1.6.4 (#42342) 2018-06-25 00:47:53 +02:00
Pascal Bach 18c99b5be9 gitlab-runner: 10.8.0 -> 11.0.0 (#42391) 2018-06-25 00:47:32 +02:00
Vincent Laporte f3a155e656 ocamlPackages.merlin: 3.0.5 -> 3.1.0 (#42386) 2018-06-25 00:19:58 +02:00
Elmar Athmer bc56e42e27 hcloud: 1.4.0 -> 1.5.0 (#42500) 2018-06-24 21:40:39 +02:00
R. RyanTM 01c7edd4f4 godot: 3.0.3 -> 3.0.4 (#42507)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/godot/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.4 with grep in /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4
- directory tree listing: https://gist.github.com/bdbe8596726721b6c715d84c81579c57
- du listing: https://gist.github.com/6235762e4766106db266094344e36ae7
2018-06-24 21:37:59 +02:00
Vincent Laporte 3e60af02d3
ocamlPackages.bap: fix build with re-1.7.3 2018-06-24 19:23:12 +00:00
Vincent Laporte ea7c74c772
ocamlPackages.re: 1.7.1 -> 1.7.3 2018-06-24 19:23:12 +00:00
xeji c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
R. RyanTM 6ab9ba6997 conan: 1.4.4 -> 1.4.5 (#42517)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/conan/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_server-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_server had a zero exit code or showed the expected version
- /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan_build_info-wrapped passed the binary check.
- /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan_build_info passed the binary check.
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/.conan-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5/bin/conan had a zero exit code or showed the expected version
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.4.5 with grep in /nix/store/gid7f7w71lbiissjcbjsjvlxhmix6i94-conan-1.4.5
- directory tree listing: https://gist.github.com/25fd7dbaab3b2c2b870221856de5199b
- du listing: https://gist.github.com/b94750efe01cb63b9541d4b897485f62
2018-06-24 20:15:14 +02:00
R. RyanTM f02ff111a1 cfr: 0.128 -> 0.130 (#42528)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cfr/versions.

These checks were done:

- built on NixOS
- /nix/store/qfb3yaadxcg1jgkb1fqacki5sfkpkgil-cfr-0.130/bin/cfr passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.130 with grep in /nix/store/qfb3yaadxcg1jgkb1fqacki5sfkpkgil-cfr-0.130
- directory tree listing: https://gist.github.com/99807c8d52305df534377a48b6961987
- du listing: https://gist.github.com/b8349cb82a3ec2d338d78686d712e87f
2018-06-24 20:11:35 +02:00
Vincent Laporte f73859a068 ocaml: 4.07.0+beta2 -> 4.07.0+rc1 (#42257) 2018-06-24 19:43:04 +02:00
Michael Raskin 3a54a5b7c6
Merge pull request #42439 from r-ryantm/auto-update/xmlsec
xmlsec: 1.2.25 -> 1.2.26
2018-06-24 17:38:07 +00:00
R. RyanTM 15ec13dad1 php: 7.2.6 -> 7.2.7 (#42461)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/php/versions.

These checks were done:

- built on NixOS
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/phar.phar passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/phar passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/php passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/phpdbg passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/php-cgi passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/pear passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/peardev passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/pecl passed the binary check.
- /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7/bin/php-fpm passed the binary check.
- 9 of 9 passed binary check by having a zero exit code.
- 0 of 9 passed binary check by having the new version present in output.
- found 7.2.7 with grep in /nix/store/n62w6pi30bkz1i08h1wr1icrabkky794-php-7.2.7
- directory tree listing: https://gist.github.com/6ecb6c21e261466b865908a41564ca3e
- du listing: https://gist.github.com/2ca1dc05af5d5240a6b63fadd59ee0d0
2018-06-24 19:34:28 +02:00
R. RyanTM 368623fe70 Xaw3d: 1.6.2 -> 1.6.3 (#42417)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/Xaw3d/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.6.3 with grep in /nix/store/p7q0v9qpcijqpb6qq0zpw1aqxfxirb4n-Xaw3d-1.6.3
- directory tree listing: https://gist.github.com/27b4fc05ea0d4751eb7c7dadc48953a9
- du listing: https://gist.github.com/1eaddadb1913f4473d1335eaa0d7fc4d
2018-06-24 19:26:59 +02:00
R. RyanTM 25050e3606 shards: 0.8.0 -> 0.8.1 (#42444)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/shards/versions.

These checks were done:

- built on NixOS
- /nix/store/b67b2aq0jfy3mmvb3nvz40jx1ngkkg5c-shards-0.8.1/bin/shards passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.1 with grep in /nix/store/b67b2aq0jfy3mmvb3nvz40jx1ngkkg5c-shards-0.8.1
- directory tree listing: https://gist.github.com/a3f46fb5f7b8b4f3120256553c24abd7
- du listing: https://gist.github.com/65b9cb67bb536055ff79ee577f5ec3dc
2018-06-24 19:26:13 +02:00
R. RyanTM 832c5cb5d8 kcgi: 0.10.5 -> 0.10.6 (#42251)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/kcgi/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/zfgvy8w6832756z0mybwrpxznnr39pqg-kcgi-0.10.6/bin/kfcgi had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/e0524d16c83a499d44fe13e543d45b8d
- du listing: https://gist.github.com/67464d0f35874e292aa1c006a7ab50f1
2018-06-24 19:19:39 +02:00
xeji 25fa3fff81
Merge pull request #40525 from mboes/bazel-0.13
Bazel 0.13
2018-06-24 19:13:57 +02:00
xeji b98f20caea
Merge pull request #42380 from nlewo/pr-libxml2Static
libxml2: add enableStatic argument
2018-06-24 18:52:00 +02:00
Franz Pletz fdf015b8a3
python.pkgs.netdisco: 1.4.0 -> 1.5.0 2018-06-24 17:39:01 +02:00
Franz Pletz 8469c97615
python.pkgs.user-agents: disable tests
The ua-parser bump 0.8.0 seems to have changed some behaviour. The
user-agents is still working in principle, though.
2018-06-24 17:39:01 +02:00
Franz Pletz a85a0b100e
python.pkgs.hbmqtt: fix for websockets 5.0 2018-06-24 17:39:00 +02:00
Daiderd Jordan 4817afbdc7
Merge pull request #42523 from LnL7/clang-gfortran
gfortran: fix darwin build on hydra
2018-06-24 17:00:59 +02:00
Jan Tojnar 5222f36993
flatpak-builder: 0.10.10 → 0.99.1 2018-06-24 16:10:34 +02:00
Jan Tojnar c33e216905
flatpak: 0.11.8.3 → 0.99.1 2018-06-24 16:10:33 +02:00
Jan Tojnar d91f77c482
libgsystem: remove 2018-06-24 16:10:33 +02:00
Jan Tojnar 264bcd67cb
libsolv: enable complex deps
This is required for recent libdnf used by rpm-ostree.
2018-06-24 16:10:32 +02:00
Daiderd Jordan 222524b5e6
gfortran: fix darwin build on hydra
All the warnings about unused -isystem arguments causes the build log to
exceed the hydra limit.
2018-06-24 15:02:49 +02:00
R. RyanTM c5a37a494a aws-sdk-cpp: 1.4.65 -> 1.4.70
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.70 with grep in /nix/store/az7vd5kvng3vgvdgn2ayk75and1gz4ll-aws-sdk-cpp-1.4.70
- directory tree listing: https://gist.github.com/d3c4e72fb9bc640c6c78344c7b6630b6
- du listing: https://gist.github.com/63d41f84084209f15d11cb23e00e5c3c
2018-06-24 05:58:51 -07:00
Andreas Rammhold 7bf378ce7f
Merge pull request #42409 from Chiiruno/dev/libtorrent
libtorrentRasterbar: fix build, restructure
2018-06-24 10:53:45 +02:00
R. RyanTM 8cbc9fd8da docker_compose: 1.20.1 -> 1.21.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/docker-compose/versions.

These checks were done:

- built on NixOS
- /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2/bin/.docker-compose-wrapped passed the binary check.
- /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2/bin/docker-compose passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.2 with grep in /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2
- directory tree listing: https://gist.github.com/6a7d68b839f5f57301d1c477e48ce88c
- du listing: https://gist.github.com/d1fd19f768c67e0cc36e885228ca138a
2018-06-24 01:30:52 -07:00
R. RyanTM e48aac54fd flyway: 5.1.1 -> 5.1.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/flyway/versions.

These checks were done:

- built on NixOS
- /nix/store/iw4rl4pi38wjywnvw123qbr3y2nvq2b3-flyway-5.1.3/bin/flyway passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 5.1.3 with grep in /nix/store/iw4rl4pi38wjywnvw123qbr3y2nvq2b3-flyway-5.1.3
- directory tree listing: https://gist.github.com/106acf9a49f47aca074952bf0cc79dc7
- du listing: https://gist.github.com/51bdf3dc1d3334b3be4b67b14ea31955
2018-06-24 01:25:55 -07:00
R. RyanTM 51c00872d3 folly: 2018.06.11.00 -> 2018.06.18.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/folly/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018.06.18.00 with grep in /nix/store/cbijzsfm1ik0hmblhsg9q8krwq0gs69r-folly-2018.06.18.00
- directory tree listing: https://gist.github.com/d36711520cd03c3b19d6a9f3bc3dc523
- du listing: https://gist.github.com/d83b87211ca6b6a6a538eccba6783c66
2018-06-24 00:26:34 -07:00
Michael Raskin f8b0f68fd5
Merge pull request #38316 from Rotaerk/vulkan-etc
Fix where Vulkan validation layer JSON files are placed by the nixpkgs install phase
2018-06-24 05:42:42 +00:00
R. RyanTM ed68e533b5 kotlin: 1.2.41 -> 1.2.50
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/kotlin/versions.

These checks were done:

- built on NixOS
- /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/kotlin passed the binary check.
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/kotlin-dce-js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/kotlinc had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/kotlinc-js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/kotlinc-jvm had a zero exit code or showed the expected version
- /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/.kotlin-wrapped passed the binary check.
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/.kotlin-dce-js-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/.kotlinc-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/.kotlinc-js-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50/bin/.kotlinc-jvm-wrapped had a zero exit code or showed the expected version
- 2 of 10 passed binary check by having a zero exit code.
- 0 of 10 passed binary check by having the new version present in output.
- found 1.2.50 with grep in /nix/store/1kjxxx12sxgrggmqggadviahxjhngv4p-kotlin-1.2.50
- directory tree listing: https://gist.github.com/7d95bbd681ebe9729db46873f969f4fc
- du listing: https://gist.github.com/3802b96fcef5fe86923e965fb53fc6b0
2018-06-23 22:18:42 -07:00
R. RyanTM a7b3c2eead leatherman: 1.4.1 -> 1.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/leatherman/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.2 with grep in /nix/store/r5pgnnj5j1n4p59xa4zr2nm4pjbwcwhq-leatherman-1.4.2
- directory tree listing: https://gist.github.com/c901957b585910ac947b083d026a7598
- du listing: https://gist.github.com/77c6bc02640505c537f0bd7cd13c79a6
2018-06-23 22:08:34 -07:00
Matthew Justin Bauer 49a16a290e
Merge pull request #42476 from obsidiansystems/boost-cross
Boost cross compilation fixes
2018-06-23 23:19:20 -04:00
Matthew Bauer f45211bd6d boost: use standardized system information 2018-06-23 22:43:05 -04:00
Roosembert Palacios 1f44c02181
lua5.3/pkgconfig: add lua5.3.pc
Some applications try to build using `pkgconfig lua5.3 --libs...` as some major
distributions use this name. Add a symlink to the lua.pc pkgconfig file.

Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2018-06-24 04:25:48 +02:00
R. RyanTM b9137d6bce openlibm: 0.5.5 -> 0.6.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/openlibm/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.6.0 with grep in /nix/store/crnh2jiksr0b3sq5v6fc9x7zrrsjgirg-openlibm-0.6.0
- directory tree listing: https://gist.github.com/c287196625881e2d6c72af761704718e
- du listing: https://gist.github.com/ac9a45900fb2ba4ff48120c343677dec
2018-06-23 18:48:17 -07:00
Will Dietz 2e5e26d64d
Merge pull request #42455 from dtzWill/fix/ghc-musl-usellvm
ghc-{8.2.2,8.4.3}: "useLLVM" when target is musl as well
2018-06-23 18:09:41 -05:00
volth 00a4323e62 [staging] perlPackages.CatalystXScriptServerStarman: fix build 2018-06-24 00:28:18 +02:00
Will Dietz c5e90a9292 llvm_{38,39}: unconditionally set triples, not just w/musl
Follow-on to same changes made to other versions:
See #42454, #42456.
2018-06-23 16:53:38 -05:00
Matthew Bauer 680957d8b2 pyserial: disable install check on darwin 2018-06-23 17:50:01 -04:00
Matthew Bauer fb1852f424 agda-stdlib: broken on darwin 2018-06-23 17:50:00 -04:00
Matthew Justin Bauer 28c476dbf1
picolisp: broken on darwin 2018-06-23 17:31:44 -04:00
Will Dietz 1667a3c2fa
Merge pull request #42452 from dtzWill/feature/llvm-38-39-musl
llvmPackages_{38,39}: musl compat, minor cleanup
2018-06-23 16:27:37 -05:00
Matthew Justin Bauer 469cca0ac7
nim: disable checks on darwin
These time out for some reason:

https://hydra.nixos.org/job/nixpkgs/trunk/nim.x86_64-darwin
2018-06-23 17:25:09 -04:00
Matthew Stewart b7c4ff7407 vulkan-loader: Fix validation layers.
When vulkan tries to load validation layers, it looks for JSON files in
several directories, one of which is:

<vulkan-loader>/etc/vulkan/explicit_layer.d

It does *not* look in:

<vulkan-loader>/share/vulkan/explicit_layer.d

Yet that is where the install phase of the vulkan-loader default.nix
places the files.  Thus, I modified the install phase to place them in
the etc location instead.
2018-06-23 17:03:08 -04:00
Will Dietz db7041a047 libc++{,abi}_38: musl fixes, cmake is nativeBuildInput 2018-06-23 15:53:45 -05:00
Will Dietz 0b7cc25d19 clang_38: musl fixup, cmake should be nativeBuildInput 2018-06-23 15:53:45 -05:00
Will Dietz ae78847b50 clang_39: fix w/musl (same as clang_4) 2018-06-23 15:53:44 -05:00
Will Dietz e4fffae0cf llvmPackages_39.libcxx: minor cleanup 2018-06-23 15:53:44 -05:00
Will Dietz dd4299a27c llvm_39: musl patches, same as llvm_4 2018-06-23 15:53:44 -05:00
Will Dietz ebcdd8b9b0 llvm_4: refactor patch location, will be sharing shortly 2018-06-23 15:53:44 -05:00
Will Dietz 68351290ad llvm_38: musl patches + options
Same as those added to llvm_39 a few commits ago.
2018-06-23 15:53:44 -05:00
Will Dietz 4ef4e0f44b llvm_38: always apply sigaltstack patch 2018-06-23 15:53:44 -05:00
Will Dietz 182de524a1 llvm_{39,4}: refactor to use same patch file 2018-06-23 15:53:44 -05:00
Will Dietz a1bf9b6094 llvm_39: disable sanitizers/xray bits when using musl
Don't have a fix for this handy and don't need it yet
so for now just disable.
2018-06-23 15:53:44 -05:00
Will Dietz b39fb5525b llvm_39: set triples as well 2018-06-23 15:53:43 -05:00
Will Dietz f0c154a109 llvm_39: apply llvm_4 compiler-rt patch for musl as well 2018-06-23 15:53:43 -05:00
Will Dietz 04fb628780 llvm_39: unconditionally apply sigaltstack fix
(as we do on other LLVM builds)
2018-06-23 15:53:43 -05:00
Will Dietz 96cfd14fd2 llvm-3.9: patches to fix w/musl
Mostly same as used with LLVM 4.0
2018-06-23 15:53:43 -05:00
R. RyanTM 771de50389 pony-stable: 0.1.3 -> 0.1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pony-stable/versions.

These checks were done:

- built on NixOS
- /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4/bin/stable passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.1.4 with grep in /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4
- directory tree listing: https://gist.github.com/3550bd75a6690902598b047ba7dba1a9
- du listing: https://gist.github.com/3f202ed132af36d390ed59ab7da008a6
2018-06-23 13:11:44 -07:00
R. RyanTM 75a006c32e tbb: 2018_U4 -> 2018_U5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/tbb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U5 with grep in /nix/store/xhqkrh6rrs3ji21v1rdicm3f50j1ildx-tbb-2018_U5
- directory tree listing: https://gist.github.com/cfe37285702751a390a4ccdcf83b000e
- du listing: https://gist.github.com/ef220dc185b398311333a7d43930787a
2018-06-23 14:49:14 -05:00
Will Dietz 0ac09be295 llvm4: unconditionally set triples, not just on musl.
Split off from #42454 as requested.
2018-06-23 14:07:49 -05:00
Will Dietz 3e49430922 ghc822: useLLVM when building against musl too 2018-06-23 12:53:45 -05:00
Matthew Bauer 798ad38c35 boost: use default toolset option
for 1.66 & 1.67 we were overriding the default toolset option. This
meant that gcc-cross was not being selected properly, breaking the
cross toolchain.

/cc @dtzWill
2018-06-23 13:40:18 -04:00
R. RyanTM 1f0902ae69 spidermonkey_52: 52.8.0 -> 52.8.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/spidermonkey/versions.

These checks were done:

- built on NixOS
- /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1/bin/js52 passed the binary check.
- /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1/bin/js52-config passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 52.8.1 with grep in /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1
- directory tree listing: https://gist.github.com/75305a95a88a23a3137429c0c5c0007c
- du listing: https://gist.github.com/fe4b93f198ce1088e1e18d002d9cb49a
2018-06-23 10:21:10 -07:00
Will Dietz ffdf8192b3 ghc843: apparently need LLVM when building against musl too 2018-06-23 12:20:02 -05:00