Commit Graph

49650 Commits

Author SHA1 Message Date
Austin Seipp
6d6ff86c85 pythonPackages: paperspace 0.0.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:28:24 -05:00
Will Dietz
d1eb255036
Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60
aws-sdk-cpp: 1.4.50 -> 1.4.60
2018-06-09 21:44:53 -05:00
Philip Lewis
129ea5ed81 openjdk: fix truststore-from-env patch for jdk10
storePropName will be jsseDefaultStore if the property isn't present, and
jsseDefaultStore is never null, so the branch to use the environment variable
would never be taken.

The env var is supposed to be preferred to jssecacerts, so we can use it as
the default in the call to System.getProperty, and use the null check to fall
back on jsseDefaultStore instead.
2018-06-09 20:20:47 -04:00
Matthew Justin Bauer
1aaab72291
ghcjs-ng: fixup system tuple
on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
2018-06-09 19:45:46 -04:00
Benjamin Hipple
e2b44b3170 fftw: support multiple src URLs
The fftw download page provides both an HTTP and FTP endpoint for downloading release tarballs:
http://fftw.org/download.html

Since some users may have difficulty fetching via FTP through corporate
firewalls, we should provide the option to get it over HTTP as well.
2018-06-09 19:18:16 -04:00
Austin Seipp
350f49734b pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of cyrus_sasl
Without explicitly specifying that libsasl2 is part of the build, and
without explicitly making it part of pylibmc's linker flags for its
CPython extension, the cpython code enters a build state error where it
instead attempts to blindly `dlopen("libsasl2.so")` out of
$LD_LIBRARY_PATH; this fails as it can't be found in the store,
obviously.

The bigger problem with this is that it otherwise makes pylibmc
unusable, as it will try to immediately load libsasl2 at startup. This
means even using 'import pylibmc' at all will cause a failure.

Instead, add cyrus_sasl into the build closure of the library, and pass
an argument to the setup.py script to properly pass -lsasl2 to the C
extension. This causes a link to properly be formed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-09 17:35:12 -05:00
R. RyanTM
cc9fc2bdcd ipopt: 3.12.9 -> 3.12.10 (#41555)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ipopt/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.12.10 with grep in /nix/store/6748l35g9dz7z77wqwal99ylrhn87liv-ipopt-3.12.10
- directory tree listing: https://gist.github.com/5da4bb4853af0913caca26e8cbc87666
- du listing: https://gist.github.com/c4d8373c7d9a61f39479151fdffa99cb
2018-06-09 23:33:17 +02:00
Matthew Justin Bauer
e8072de87e
Merge pull request #41354 from mulderr/master
odpic: init at 2.3.2
2018-06-09 17:07:06 -04:00
Jörg Thalheim
bf794aaffc mypy: 0.600 -> 0.610 2018-06-09 18:26:27 +01:00
Florian Klink
f4434bef8b odpic: enable on darwin 2018-06-09 19:00:09 +02:00
Benjamin Hipple
7a17a117d6 npth: use gnupg mirrors for fetchurl
This lets nix try any of the gnupg mirror alternatives if the previous FTP site
is down or temporarily unavailable.
2018-06-09 12:16:24 -04:00
Christian Kauhaus
cca45cc3e1 Get libtiff on the same patch level as Debian. The imported patch file contains:
CVE-2017-9935
CVE-2017-11613
CVE-2017-17095
CVE-2017-18013
CVE-2018-5784
CVE-2018-7456

Re #41748 (master)
Re #41749 (release-18.03 - needs to be cherry-picked)
2018-06-09 15:49:36 +02:00
worldofpeace
7468501411 solargraph: 0.21.1 -> 0.22.0 (#41743) 2018-06-09 12:52:40 +01:00
Florian Klink
a757aff839 oracle-instantclient: use zips, add darwin support 2018-06-09 10:04:06 +02:00
Orivej Desh
0e07efa3c5
Merge pull request #37813 from dtzWill/update/spice-0.14.0
spice: 0.13.3 -> 0.14.0
2018-06-09 07:39:20 +00:00
Jörg Thalheim
1417bab036
Merge pull request #41626 from karolchmist/dotty-bump-0.8.0
dotty: 0.6.0-RC1 -> 0.8.0-RC1
2018-06-09 08:32:38 +01:00
Peter Simons
fbc931affd
Merge pull request #41724 from Profpatsch/hnix-dont-jailbreak
haskellPackages.hnix: dont jailbreak
2018-06-09 09:29:49 +02:00
Will Dietz
eb915f2b3c spice: 0.13.3 -> 0.14.0 2018-06-09 06:59:31 +00:00
Orivej Desh
5d960b51c6 serf: update scons patch, enable kerberos on darwin
NIX_CFLAGS_COMPILE set by the old patch is long not recognized by cc wrappers.
2018-06-09 06:08:15 +00:00
Thomas Bach
500f1a9438 jenkins: 2.89.4 -> 2.107.3 (#41618) 2018-06-09 01:34:35 +02:00
xeji
af5b858825
Merge pull request #41591 from vbgl/opaline
ocamlPackages: use opaline instead of opam-installer
2018-06-09 01:34:02 +02:00
R. RyanTM
51ea9fed19 libpqxx: 6.2.3 -> 6.2.4 (#41547)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4/bin/pqxx-config 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 6.2.4 with grep in /nix/store/d309iqn144gbq4g5dd2w2jnbqdi4ywrz-libpqxx-6.2.4
- directory tree listing: https://gist.github.com/9ba0b82a0fae29ca1da4ffd51bf8c2e2
- du listing: https://gist.github.com/eb156369be72c9249ae90e6536eb3537
2018-06-09 00:57:12 +02:00
volth
208a3ff6c0
perlPackages.DBDSQLite: 1.55_07 -> 1.58 (please ignore it) 2018-06-08 21:54:37 +00:00
Profpatsch
91fe664867 haskellPackages.hnix: dont jailbreak
The jailbreak itself produces a broken cabal file, and with the current
haskellPackages hnix builds just fine.
2018-06-08 23:27:31 +02:00
xeji
5e89ea75ba
Merge pull request #41679 from volth/libvirt-4.4.0
libvirt: 4.1.0 -> 4.4.0
2018-06-08 23:09:38 +02:00
xeji
951d3cc4b9
Merge pull request #41375 from phryneas/mosh-with-libutempter
nixos/programs.mosh: refactor
2018-06-08 21:56:15 +02:00
John Ericson
ba210568a9
Merge pull request #41461 from xplat/fix-opam-master
fix opam tool support
2018-06-08 15:54:45 -04:00
James Deikun
1fa9e7defb fix opam tool support 2018-06-08 15:23:49 -04:00
Lenz Weber
7c34c28cfa nixos/programs.mosh: refactor
Adds programs.mosh.withUtempter (default: true).
The option enables -with-utempter for mosh, allowing it to write to
/var/run/utmp and thus making connected sessions appear in the output
of `who -a`.

For that, a guid-wrapper is required. Also, the path to the `utempter` was
hardcoded in the resulting binary until now (so it could never been found),
thus, libutempter was patched accordingly to point to
/run/wrappers/bin/utempter which at least works when the wrapper is
configured.
2018-06-08 20:57:16 +02:00
aszlig
9da116091b
nbxmpp: 0.6.5 -> 0.6.6
Upstream changes:

  * Record all SSL errors instead of only the first
  * Pass arguments to plugin/plugout methods
  * Allow the Roster to be initalized without requesting it from the
    server

Tested by building and running Gajim 1.0.3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2018-06-08 20:26:04 +02:00
R. RyanTM
8a012a28bf appstream-glib: 0.7.8 -> 0.7.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/appstream-glib/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.7.9 with grep in /nix/store/c15qrflgi7dn8by6lndn4szzxqfv6fbh-appstream-glib-0.7.9
- directory tree listing: https://gist.github.com/8232c1c6ab5664cb630765eefbbf7f5f
- du listing: https://gist.github.com/820804a1f32be45fb3ccdd98d6dd6a86
2018-06-08 11:05:11 -07:00
volth
3f107b617f perlPackages.DBDPg: 3.5.3 -> 3.7.4 (#41677) 2018-06-08 19:19:11 +02:00
R. RyanTM
45eeb24701 xmlsec: 1.2.25 -> 1.2.26 (#41655)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26/bin/xmlsec1 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.2.26 with grep in /nix/store/y5z1vxy9v75bpsjl4z3xg1l4m0d8iqg1-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/35b63e4ccf9a1df1b167177e91716a4e
- du listing: https://gist.github.com/d45eba60006ba229e2682ff2db682d96
2018-06-08 19:06:27 +02:00
volth
2b4653461c perlPackages.UnicodeString: 2.09 -> 2.10 (#41698)
* perlPackages.UnicodeString: 2.09 -> 2.10

* perlPackages.UnicodeString: fix url
2018-06-08 18:57:28 +02:00
Jörg Thalheim
a7983403c2
Merge pull request #41696 from Sorixelle/update-jetbrains-jdk
jetbrainsjdk: 152b1136.20 -> 152b1248.6
2018-06-08 15:57:28 +01:00
Jörg Thalheim
5b2fbd6705
Merge pull request #41699 from kirelagin/ihaskell-path
ihaskell: Do not unset $PATH in the wrapper
2018-06-08 15:41:16 +01:00
Kirill Elagin
43a62b66d0 ihaskell: Do not unset $PATH in the wrapper 2018-06-08 16:32:59 +02:00
Jörg Thalheim
7cc0ebcf46
Merge pull request #41669 from r-ryantm/auto-update/mbedtls
mbedtls: 2.9.0 -> 2.10.0
2018-06-08 15:07:25 +01:00
Jörg Thalheim
94b62ba4f1
Merge pull request #41693 from volth/patch-145
perlPackages.DBDmysql: 4.041 -> 4.046
2018-06-08 14:57:27 +01:00
Sorixelle
a0b7475e23 jetbrainsjdk: 152b1136.20 -> 152b1248.6 2018-06-08 23:56:12 +10:00
Jörg Thalheim
cec9a56893
Merge pull request #41691 from volth/perl-gd-2.68
perlPackages.GD: 2.53 -> 2.68
2018-06-08 14:52:47 +01:00
volth
85fc222296
perlPackages.DBDmysql: 4.041 -> 4.046 2018-06-08 13:48:50 +00:00
Jörg Thalheim
7556fc9a77
Merge pull request #41663 from r-ryantm/auto-update/owl-lisp
owl-lisp: 0.1.15 -> 0.1.16
2018-06-08 14:43:57 +01:00
volth
757a58ed2f [cpan2nix] perlPackages.GD: 2.53 -> 2.68
dependencies:
perlPackages.TestFork: init at 0.02
2018-06-08 13:40:06 +00:00
Jean-Philippe Bernardy
7d02ec9ac6 python.packages.tensorflow: add missing dependencies 2018-06-08 15:38:02 +02:00
Jean-Philippe Bernardy
1477171073 python.packages.tensorflow-tensorboard: 1.5.0 -> 1.7.0 2018-06-08 15:38:02 +02:00
Jean-Philippe Bernardy
72f051a970 python.packages.gast: init at 0.2.0 2018-06-08 15:38:01 +02:00
Jean-Philippe Bernardy
48696cf4fe python.packages.astunparse: init at 1.5.0 2018-06-08 15:38:01 +02:00
Jörg Thalheim
ad48dd15d0
Merge pull request #41667 from r-ryantm/auto-update/ndpi
ndpi: 1.8 -> 2.2
2018-06-08 14:31:11 +01:00
Jörg Thalheim
27d7502b18
Merge pull request #41660 from kylewlacy/libbluray-fix-java-build
libbluray: fix Java build
2018-06-08 14:27:44 +01:00
Jörg Thalheim
e5eb5b5524
Merge pull request #41656 from r-ryantm/auto-update/wolfssl
wolfssl: 3.13.0 -> 3.15.0
2018-06-08 14:19:04 +01:00
Jörg Thalheim
10c2fd43d3
Merge pull request #41676 from volth/patch-137
perlPackages.CompressRawZlib: 2.074 -> 2.081
2018-06-08 14:13:28 +01:00
Jörg Thalheim
a5ff2409c0
Merge pull request #41678 from r-ryantm/auto-update/librealsense
librealsense: 2.11.1 -> 2.12.0
2018-06-08 14:05:36 +01:00
Jörg Thalheim
352ae5ad01
Merge pull request #41675 from volth/patch-136
perlPackages.DB_File: 1.831 -> 1.841
2018-06-08 14:04:45 +01:00
Jörg Thalheim
7212a6c130
Merge pull request #41194 from uri-canva/bazel-buildtools
Add Bazel buildtools
2018-06-08 13:55:51 +01:00
volth
6b27c4e149 pythonPackages.cython: Disable tests on i686 (#41633) 2018-06-08 14:55:42 +02:00
volth
7731c3aea2
perlPackages.BerkeleyDB: 0.54 -> 0.55 2018-06-08 11:34:30 +00:00
Assassinkin
2630b1274c pythonPackages.ansiconv: init at 1.0.0 2018-06-08 12:28:43 +01:00
R. RyanTM
da07dbcd42 librealsense: 2.11.1 -> 2.12.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/librealsense/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 2.12.0 with grep in /nix/store/px6ccyxxnyw1xklds9kcw8j2zdls3ays-librealsense-2.12.0
- directory tree listing: https://gist.github.com/e1d2253d92ab8f4bd8aa06a2fd223431
- du listing: https://gist.github.com/bafbf4e97cf5ec6f4471c2fe5f3d785a
2018-06-08 04:21:43 -07:00
volth
22a74ad5f2 libvirt: 4.1.0 -> 4.4.0 2018-06-08 11:21:22 +00:00
volth
02fb8fb7e3
perlPackages.CompressRawZlib: 2.074 -> 2.081 2018-06-08 11:10:15 +00:00
volth
44055018f5
perlPackages.DB_File: 1.831 -> 1.841 2018-06-08 11:08:14 +00:00
Jan Tojnar
2890ff777d
Merge pull request #41365 from Anton-Latukha/migrateToMeson
at-spi2-atk, at-spi2-core, clutter-gtk, fribidi: updates, build with meson, adding updareScript
2018-06-08 12:31:23 +02:00
R. RyanTM
cf40f4cb93 mbedtls: 2.9.0 -> 2.10.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/mbedtls/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_udp_proxy_wrapper.sh had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_aescrypt2 passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_crypt_and_hash had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_generic_sum had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_hello passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_genprime had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dh_server had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ecdh_curve25519 passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ecdsa had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_key had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_key_app passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_key_app_writer had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_mpi_demo passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_decrypt passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_encrypt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_sign had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pk_verify had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_decrypt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_encrypt had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_genkey passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_sign passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_sign_pss had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_verify had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_rsa_verify_pss had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_entropy passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_random_ctr_drbg passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_gen_random_havege passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dtls_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_dtls_server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_mini_client had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_client1 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_client2 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_fork_server had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_mail_client passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_server had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_server2 had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_benchmark passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_selftest had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_ssl_cert_test passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_udp_proxy had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_zeroize had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_pem2der passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_strerror passed the binary check.
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_app had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_req had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_cert_write had a zero exit code or showed the expected version
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_crl_app passed the binary check.
- /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0/bin/mbedtls_req_app passed the binary check.
- 18 of 49 passed binary check by having a zero exit code.
- 0 of 49 passed binary check by having the new version present in output.
- found 2.10.0 with grep in /nix/store/q18bxf7hgbdqa9w5di6ndcf3xs28r6h5-mbedtls-2.10.0
- directory tree listing: https://gist.github.com/a14a6f7f932021b4c72aa2a56d3cafc8
- du listing: https://gist.github.com/d1d619564617178d839c99f546be2911
2018-06-08 03:15:51 -07:00
Jörg Thalheim
47529594e4 rustc: disable test-inherit-env
This fails on hydra on x86_64 for unknown reason.
2018-06-08 10:55:02 +01:00
R. RyanTM
ac6573cf23 ndpi: 1.8 -> 2.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/ndpi/versions.

These checks were done:

- built on NixOS
- /nix/store/0wzn4dsnqb45c38lzvhlhbc8bjqqy6ig-ndpi-2.2/bin/ndpiReader 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 2.2 with grep in /nix/store/0wzn4dsnqb45c38lzvhlhbc8bjqqy6ig-ndpi-2.2
- directory tree listing: https://gist.github.com/7144c4f9a07d41666dd0187209a7e06e
- du listing: https://gist.github.com/be818fd366b25df61d730577ad3512c9
2018-06-08 02:20:26 -07:00
Kamil Chmielewski
2f79089553 ponyc: 0.22.5 -> 0.22.6
https://github.com/ponylang/ponyc/issues/2758
2018-06-08 10:44:55 +02:00
R. RyanTM
b7edc2b30e owl-lisp: 0.1.15 -> 0.1.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ol passed the binary check.
- Warning: no invocation of /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ovm had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.1.16 with grep in /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16
- directory tree listing: https://gist.github.com/b4c2aa74b73f2272f18b1a116c55897a
- du listing: https://gist.github.com/c130a766b1c674ed98f2f4e109186fe3
2018-06-08 01:39:17 -07:00
Sarah Brofeldt
0d1dee0dae
Merge pull request #41610 from bbarker/ats2
ats2: 0.3.9 -> 0.3.11
2018-06-08 10:31:06 +02:00
Peter Simons
6bde64f6db
Merge pull request #41593 from erictapen/haskellPackages-http-link-header-disable-tests
haskellPackages.http-link-header: disable tests
2018-06-08 09:27:58 +02:00
Kyle Lacy
e534844afa libbluray: fix Java build 2018-06-07 22:22:51 -07:00
R. RyanTM
7431365662 wolfssl: 3.13.0 -> 3.15.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/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.0 in filename of file in /nix/store/gx03mc7m4r07ybly7san7xk3v17pm264-wolfssl-3.15.0
- directory tree listing: https://gist.github.com/79fbf246bbacf1d8014bee57d274625a
- du listing: https://gist.github.com/1f19919b71d52208a236a55cf066a003
2018-06-07 22:20:21 -07:00
Matthew Justin Bauer
673628e10c
androidndk: remove set -x
This was causing output limit exceeded in Hydra:

https://hydra.nixos.org/build/75406916
2018-06-07 17:04:08 -04:00
Jörg Thalheim
ca6569c96a
Merge pull request #40356 from jD91mZM2/rust
rustc: 1.25.0 -> 1.26.2
2018-06-07 20:47:36 +01:00
Will Dietz
75eeb5fb57
Merge pull request #41639 from dtzWill/fix/openblas-remove-applied-patch
openblas: remove patch that's no longer needed (PR merged)
2018-06-07 14:20:30 -05:00
John Ericson
23f2dfd9f5
Merge pull request #41641 from obsidiansystems/haskell-infra-latebind
haskell infra: Use `self.ghc` rather than closing over initial value
2018-06-07 14:58:10 -04:00
Will Dietz
d8bf4d3e09
Merge pull request #41638 from dtzWill/fix/libunistring-musl-test
libunistring: re-enable tests w/musl, update seems to have fixed
2018-06-07 13:40:49 -05:00
Will Dietz
912b58a2c1 openblas: workaround mass-rebuilds
Thanks for the suggestion:
https://github.com/NixOS/nixpkgs/pull/41639#issuecomment-395509669
2018-06-07 13:38:08 -05:00
John Ericson
f379be939c haskell infra: Use self.ghc rather than closing over initial value 2018-06-07 14:27:44 -04:00
Matthew Justin Bauer
398112988e
Merge pull request #41607 from taku0/firefox-bin-60.0.2
firefox, firefox-bin: 60.0.1 -> 60.0.2, firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esr [Critical security fix]
2018-06-07 13:58:01 -04:00
Will Dietz
b1d54822e4 openblas: remove patch that's no longer needed (PR merged) 2018-06-07 12:20:08 -05:00
Will Dietz
7edc6f648d libunistring: re-enable tests w/musl, update seems to have fixed 2018-06-07 11:34:46 -05:00
Maciej Kazulak
975874311a odpic: 2.3.2 -> 2.4.0 2018-06-07 18:26:07 +02:00
Frederik Rietdijk
de4cbd0488
Merge pull request #41086 from bcdarwin/pyezminc
python2Packages.pyezminc: init at 1.2
2018-06-07 18:25:52 +02:00
Frederik Rietdijk
c6392ff135
Merge pull request #41562 from jluttine/init-pvlib-0.5.2
pythonPackages.pvlib: init at 0.5.2
2018-06-07 18:22:56 +02:00
Patrick Hilhorst
0415710a5d treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
Matthew Justin Bauer
eceff79fb6
Merge pull request #41611 from ookhoi/intltool-debian-patch
intltool-debian-patch - fix "error: cannot download perl-5.22.patch f…
2018-06-07 10:01:05 -04:00
Michael Alan Dorman
ba17cbfd1f taffybar: turn on strictDeps 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
b7a0c60e8b dbus-hslogger, status-notifier-item: specify dbus version 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
2558c41192 gi-dbusmenugtk3: add dependency on gtk3 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
0287773a0a haskell-gi: remove patch already present in new version 2018-06-07 15:22:16 +02:00
Peter Simons
89a8e0bfad hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision
338f06c74f.
2018-06-07 15:22:16 +02:00
Peter Simons
a89d900566 hackage2nix: update list of broken packages 2018-06-07 15:21:57 +02:00
Peter Simons
7aa6d2c808 LTS Haskell 11.12 2018-06-07 15:21:57 +02:00
Jaakko Luttinen
0b41fa32d1 pythonPackages.h5py: 2.7.1 -> 2.8.0 (#41581) 2018-06-07 14:57:06 +02:00
taku0
288d0885b3 nss: 3.36.1 -> 3.36.4 2018-06-07 21:33:13 +09:00
Will Dietz
b955c93cbe aws-sdk-cpp: 1.4.50 -> 1.4.60 2018-06-07 07:16:58 -05:00
Brandon Elam Barker
52f81b6b58 ats2: 0.3.9 -> 0.3.11 2018-06-07 11:44:06 +00:00
Karol Chmist
961f1fc7fc dotty: 0.6.0-RC1 -> 0.8.0-RC1 2018-06-07 13:15:47 +02:00
Robert Schütz
5e35e9934c python.pkgs.envs: 1.2.4 -> 1.2.6 2018-06-07 11:32:40 +02:00
Frederik Rietdijk
4dc7cc8cc7
Merge pull request #41259 from jyp/tf-1.7.1-bin
python.pkgs.tensorflow: wheel version
2018-06-07 11:27:39 +02:00
Jaakko Luttinen
e5d43df48c pythonPackages.autograd: init at 1.2 (#41558) 2018-06-07 11:06:51 +02:00
Elis Hirwing
df92030a32 python36Packages.cython: Disable the "test_coerce_to_numpy" test on aarch64 (#41453) 2018-06-07 10:50:58 +02:00
Peter Hoeg
b48af23d16
Merge pull request #41617 from peterhoeg/p/mssql
check-mssql-health: init at 2.6.4.14
2018-06-07 14:55:59 +08:00
Peter Hoeg
333cebead2 perlPackages.DBDsybase: init at 1.16 2018-06-07 14:10:48 +08:00
Sander Hollaar
203c8c4534 intltool-debian-patch - fix "error: cannot download perl-5.22.patch from any mirror" 2018-06-07 06:01:02 +02:00
Matthew Justin Bauer
f5b0d6d889
Merge pull request #41606 from knedlsepp/fix-rWrapper-on-darwin
Fix rWrapper on darwin
2018-06-06 22:42:36 -04:00
Matthew Justin Bauer
dc82e3efc5
Merge pull request #41190 from puffnfresh/package/obs-linuxbrowser
obs-linuxbrowser: init at 0.3.1
2018-06-06 21:24:03 -04:00
Matthew Justin Bauer
bcb303dc47
libbdplus: add gettext 2018-06-06 21:18:32 -04:00
Matthew Bauer
08c6c6beb4 SDL2: disable sdltest on darwin
Darwin headless will hang when trying to run the SDL test program.
2018-06-06 19:19:30 -04:00
Anton-Latukha
1d84ebc325 fribidi: build with meson, clean-up 2018-06-07 01:28:17 +03:00
Anton-Latukha
930db86830 fribidi: 0.19.7 -> 1.0.3 2018-06-07 01:28:17 +03:00
Anton-Latukha
45e5a49673 clutter-gtk: build with meson 2018-06-07 01:28:17 +03:00
Anton-Latukha
d4e5243207 at-spi2-atk: add updateScript hook 2018-06-07 01:28:17 +03:00
Anton-Latukha
d4fe62dc46 at-spi2-atk: maintainers, license, clean-up 2018-06-07 01:28:17 +03:00
Anton-Latukha
ed2497f3a7 at-spi2-atk: 2.26.1 -> 2.26.2, clean-up 2018-06-07 01:28:16 +03:00
Anton-Latukha
d663d63051 at-spi2-atk: build with meson 2018-06-07 01:28:16 +03:00
Anton-Latukha
a381349ad8 at-spi2-core: add updateScript hook 2018-06-07 01:28:11 +03:00
Josef Kemetmüller
aeda45821d rPackages.mgcv: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:42 +02:00
Josef Kemetmüller
0275562a12 rPackages.Matrix: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:07 +02:00
Josef Kemetmüller
d8ad2ad916 rPackages.nlme: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:59:09 +02:00
Josef Kemetmüller
e023f117f8 rPackages.KernSmooth: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:58:46 +02:00
Josef Kemetmüller
5d092b3052 rPackages.cluster: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:57:08 +02:00
Anton-Latukha
f70ef8f411 at-spi2-core: maintainers, license, clean-up 2018-06-07 00:17:29 +03:00
Anton-Latukha
abdeca4902 at-spi2-core: 2.26.2 -> 2.28.0 2018-06-07 00:17:29 +03:00
Anton-Latukha
72110f58b8 at-spi2-core: build with meson 2018-06-07 00:17:29 +03:00
Vincent Laporte
6c426745b4 ocamlPackages.functory: 0.5 -> 0.6 (#41596) 2018-06-06 22:18:11 +02:00
André Stylianos Ramos
1c3798f1cb joker: 0.9.2 -> 0.9.3 (#41577) 2018-06-06 22:13:00 +02:00
Michael Fellinger
b7a025cef2 Mint: 2018-05-27 -> 0.0.3 (#41554) 2018-06-06 22:08:34 +02:00
leenaars
90268406b8 getdns: 1.4.1 -> 1.4.2 (#41595) 2018-06-06 22:06:00 +02:00
Daiderd Jordan
c5d1f8f313
rust: fix test condition in tcp patch 2018-06-06 20:18:46 +02:00
Justin Humm
33ffa1f888
haskellPackages.http-link-header: disable tests
The test

  Network.HTTP.Link, writeLinkHeader → parseLinkHeader, roundtrips successfully

seems to flap, as I cannot reproduce the failure locally, but it occured on
Hydra [0]. Also upstream is aware of the problem [1].

[0] https://hydra.nixos.org/build/75041105
[1] https://github.com/myfreeweb/http-link-header/issues/7
2018-06-06 18:42:17 +02:00
Peter Simons
f8e77b3373 multi-ghc-travis: patch to support latest ShellCheck version 2018-06-06 18:29:50 +02:00
Jan Tojnar
10c94913b8
gtk3: 3.22.29 → 3.22.30 2018-06-06 15:32:37 +02:00
Jan Tojnar
f5150da8f9
Merge pull request #41556 from jtojnar/gnome3-update
gnome3 update
2018-06-06 15:07:43 +02:00
Stewart Mackenzie
a12cda8794 racket: use latest gtk (gtk2 -> gkt3) (#41557) 2018-06-06 14:04:42 +01:00
Jaakko Luttinen
4d7019a4f3
pythonPackages.pvlib: init at 0.5.2 2018-06-06 14:03:25 +03:00
Orivej Desh
57d35bb35c
Merge pull request #41559 from orivej/gdk-pixbuf
gdk-pixbuf: fix loader.cache on darwin
2018-06-06 10:46:46 +00:00
Orivej Desh
eed7db423e gdk-pixbuf: fix loader.cache on darwin
gdk-pixbuf-query-loaders looks for .so files even on darwin, but after the
switch to meson the loaders are installed with .dylib extension.

Fixes #41314
2018-06-06 10:07:23 +00:00
Orivej Desh
06cdd7d83f Revert "gdk-pixbuf: patch library rpath references on darwin"
This reverts commit 6bb08e881d.

See the next commit.
2018-06-06 10:06:45 +00:00
Orivej Desh
14987c6336 Revert "gdk-pixbuf: make loaders builtin on Darwin"
This reverts commit 6d3b9763a6.

See the next commit.
2018-06-06 10:03:20 +00:00
Jan Tojnar
cf035b26a6
libsoup: 2.62.0 → 2.62.2 2018-06-06 11:59:47 +02:00
Jan Tojnar
35dc5875cb
gnome3.libdazzle: 3.28.1 → 3.28.2 2018-06-06 11:41:31 +02:00
R. RyanTM
a073f266d4 lttng-tools: 2.10.3 -> 2.10.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/lttng-tools/versions.

These checks were done:

- built on NixOS
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-crash passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-relayd passed the binary check.
- /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4/bin/lttng-sessiond passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 2.10.4 with grep in /nix/store/dkn45wpwlqz4afidp3f2z9gf4a2k331a-lttng-tools-2.10.4
- directory tree listing: https://gist.github.com/e4d67a251f6e4d55bef4903a618d4c77
- du listing: https://gist.github.com/5a95c60b995446339306ed79d3eee027
2018-06-06 11:15:36 +02:00
Orivej Desh
91e1ec684f Merge branch 'master' into staging
* master: (63 commits)
  tests.cc-wrapper: do not test sanitizers on darwin
  nodePackages_8_x: Add nodejs (npm) to wrapper
  python.pkgs.cairocffi: support darwin
  osinfo-db: 20180514 -> 20180531 (#41532)
  pkcs11helper: 1.22 -> 1.23 (#41530)
  pmd: 6.3.0 -> 6.4.0 (#41529)
  renpy: 6.99.14.3 -> 7.0.0 (#41515)
  wireless-regdb: 2018.05.09 -> 2018.05.31 (#41502)
  gnuplot: 5.2.3 -> 5.2.4 (#41505)
  qrencode: 4.0.0 -> 4.0.1
  Revert "libbsd: replace with nbcompat"
  Revert "opendkim: fix libbsd dependency"
  Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"
  flent: fix fetchFromGitHub version
  syncthing: 0.14.47 -> 0.14.48
  pythonPackages.pykdtree: init at 1.3.0 (#41355)
  snd: 18.3 -> 18.4
  bat: support darwin
  faust2: fix build with llvm 5.0.2 (#40672)
  mc: 4.8.20 -> 4.8.21 (#41496)
  ...
2018-06-06 08:08:22 +00:00
adisbladis
0b97cb69f3
nodePackages_8_x: Add nodejs (npm) to wrapper
Some pnpm commands forward to npm which might not exist in $PATH
2018-06-06 15:54:24 +08:00
Orivej Desh
832973d179 python.pkgs.cairocffi: support darwin 2018-06-06 07:18:13 +00:00
Vincent Laporte
07d40825d8
ocamlPackages.mstruct: remove spurious dependency 2018-06-06 07:14:30 +00:00
Vincent Laporte
2e851f9651
ocamlPackages.xmlm: remove at 1.2.0 2018-06-06 07:14:29 +00:00
Vincent Laporte
a4fa4c45cc
ocamlPackages.cmdliner_0_9: use opaline 2018-06-06 07:14:29 +00:00
Vincent Laporte
10d70a2ae3
ocamlPackages.lambda-term: fix installPhase 2018-06-06 07:14:28 +00:00
Vincent Laporte
98e8e95136
ocamlPackages.nocrypto: use opaline 2018-06-06 07:14:27 +00:00
Vincent Laporte
94445ed4bc
ocamlPackages.findlib: fix stublibs 2018-06-06 07:14:26 +00:00
Vincent Laporte
733d88574b
ocamlPackages.js-build-tools: use opaline 2018-06-06 07:14:26 +00:00
Vincent Laporte
535a8b000f
ocamlPackages.buildOcamlJane: use opaline 2018-06-06 07:14:25 +00:00
Vincent Laporte
69ac6be009
ocamlPackages.ocsigen-toolkit: use opaline 2018-06-06 07:14:25 +00:00
Vincent Laporte
cb5d4c1205
ocamlPackages.eliom: use opaline 2018-06-06 07:14:24 +00:00
Vincent Laporte
e7795ce53e
ocamlPackages.reactivedata: use opaline 2018-06-06 07:14:23 +00:00
Vincent Laporte
8e0100ba85
ocamlPackages.ppx_import: use opaline 2018-06-06 07:14:22 +00:00
Vincent Laporte
29a6ca660a
jbuilder: use opaline 2018-06-06 07:14:22 +00:00
Vincent Laporte
c066d9dfc3
ocamlPackages.topkg: use opaline 2018-06-06 07:14:21 +00:00
Vincent Laporte
853fb4598f
ocamlPackages.uchar: use opaline 2018-06-06 07:14:20 +00:00
Vincent Laporte
9114b47314
ocamlPackages.gg: use opaline 2018-06-06 07:14:20 +00:00
R. RyanTM
231bcd3555 pkcs11helper: 1.22 -> 1.23 (#41530)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pkcs11-helper/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.23 with grep in /nix/store/njd3rr6rvfss4xm4slpj7pxcp7ydlkxx-pkcs11-helper-1.23
- directory tree listing: https://gist.github.com/dfd004f45e4a3e63bf0656538040eb38
- du listing: https://gist.github.com/197b03678f9126503098e42ad217a12b
2018-06-06 08:36:30 +02:00
R. RyanTM
e28ebcf8d7 pmd: 6.3.0 -> 6.4.0 (#41529)
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/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/bgastviewer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/cpdgui.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/designer.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/pmd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0/bin/cpd.bat had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.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.4.0 with grep in /nix/store/vjq9c2hiwhwz3blq7dpv4dbb715sb4di-pmd-6.4.0
- directory tree listing: https://gist.github.com/c371521af22489a6f711d026a7ae6ca8
- du listing: https://gist.github.com/c80d6292115b6f1817e4c877e3b840a9
2018-06-06 08:35:10 +02:00
R. RyanTM
52e3ce6107 renpy: 6.99.14.3 -> 7.0.0 (#41515)
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.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0/bin/renpy 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 7.0.0 with grep in /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0
- directory tree listing: https://gist.github.com/d2bcdfe97ec6d25a85ed5c0960610062
- du listing: https://gist.github.com/a9cf861b24bbd391732cfc7a596b829a
2018-06-06 08:31:02 +02:00
jD91mZM2
810e6759c2
rustc: 1.26.1 -> 1.26.2 2018-06-06 07:29:09 +02:00
Orivej Desh
05fedecad9 Revert "libbsd: replace with nbcompat"
This reverts commit 480434f7ee.

netbsd.compat does not provide include files that are provided by libbsd [1], and it
encumbers its transitive dependents with an obligatory include file that setups
BSD-compatible C environment [2].

[1] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394922277
[2] https://github.com/NixOS/nixpkgs/pull/41320#issuecomment-394928845
2018-06-06 04:09:15 +00:00
Orivej Desh
13170a9694 Revert "libbsd-freedesktop: re-init at 0.9.1, use for samba"
This reverts commit 8b5ed12952.
2018-06-06 04:09:11 +00:00
Assassinkin
26c194d000 pythonPackages.pykdtree: init at 1.3.0 (#41355) 2018-06-06 00:50:28 +02:00
Philipp Middendorf
1868fa92a2 pythonPackages.typing-extensions: init at 3.6.5 (#40983) 2018-06-05 22:12:05 +02:00
Klaas van Schelven
1499c812a1 readline70: 7.0.3 -> 7.0.5 (#41493) 2018-06-05 19:54:13 +00:00
Vincent Laporte
999871400b ocamlPackages.linenoise: init at 1.1.0 (#41489) 2018-06-05 20:29:00 +02:00
Matthew Justin Bauer
bd0058453a
Merge pull request #41368 from alexfmpe/bfd-ios
Add missing ios triples to bfd
2018-06-05 12:51:40 -04:00
Kamil Chmielewski
bfea60ff64 ponyc: 0.22.3 -> 0.22.5 (#41484) 2018-06-05 17:42:20 +02:00
Robert Helgesson
527f11bde3 lombok: 1.6.20 -> 1.6.22 (#41455) 2018-06-05 17:33:48 +02:00
Peter Simons
b2d07e093f git-annex: update sha256 hash for new version 2018-06-05 09:34:11 +02:00
Peter Simons
eca586e0e8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision
fd2c3d3b57.
2018-06-05 09:34:11 +02:00
Robert Schütz
e37c936626
Merge pull request #41328 from etu/hass-add-hue-dependency
Add an additional dependency for home-assistant
2018-06-05 09:31:26 +02:00
Elis Hirwing
dda215332f python36Packages.voluptuous-serialize: init at 1.0.0 2018-06-05 09:11:12 +02:00
Daiderd Jordan
ff37f08aa8
rustc: re-enable tests on darwin
- disable doctest for stdsimd
- disable previous and some extra extra tcp tests
2018-06-05 07:43:36 +02:00
Daiderd Jordan
d50240c4cd
Merge pull request #41450 from knedlsepp/fix-eigen3_3-on-darwin
eigen3_3: Fix darwin build
2018-06-05 07:21:38 +02:00
Tim Steinbach
84440379ba
gradle: 4.7 -> 4.8 2018-06-05 00:13:47 +00:00
Orivej Desh
d1ebf508f5 Merge branch 'master' into staging
* master:
  Revert "vinagre: disable format hardening"
  nix: point at curl 7.59.0 (#41452)
  vinagre: disable format hardening
  linux: Add 4.17
  gnome3.vinagre: fix build
  linux-copperhead: 4.16.12.a -> 4.16.13.a
  julia: add some version info to passthru, will be used by julia2nix
  gdal: Fix darwin build
  opendkim: fix libbsd dependency
  avoid redundant rm calls
  perlPackages.CPANPLUS: add cpanp dependency
  plotutils: fix parallel building
  nixos/gitea: Respect gitea-dump enable option. (#41437)
  kubernetes: corrected spelling mistake in docs (#41439)
  python.pkgs.trustme: fix python2 build
  revert 4a86f8c9ab and properly remove the temporary ssh host keys file/directory.
2018-06-04 22:43:03 +00:00
Daiderd Jordan
f19e64a0d2
Merge pull request #41445 from knedlsepp/fix-gdal-on-darwin
gdal: Fix darwin build
2018-06-04 23:39:14 +02:00
Maciej Kazulak
fca22a6078 odpic: fix typo in metadata 2018-06-04 23:33:06 +02:00
Florian Klink
b7e25adbde pythonPackages.cx_oracle: use new odpic from nixpkgs 2018-06-04 23:09:17 +02:00
jD91mZM2
fd95f532e0
rust: 1.25.0 -> 1.26.1 2018-06-04 22:07:16 +02:00
Josef Kemetmüller
bc158d37fe eigen3_3: Fix darwin build 2018-06-04 16:25:16 +02:00
Rob Vermaas
c548814b81
julia: add some version info to passthru, will be used by julia2nix 2018-06-04 15:06:33 +02:00
Orivej Desh
957810e04f libarchive: fix patch hash 2018-06-04 12:49:21 +00:00
Josef Kemetmüller
13e3a21b5c gdal: Fix darwin build
This fixes:
  error: cannot initialize a variable of type 'GooString *' with an rvalue of type 'const GooString *'
which occurs with recent clang or gcc-7.
See https://github.com/OSGeo/gdal/pull/573
2018-06-04 14:19:35 +02:00
Orivej Desh
b75d7ebd1d libevent: fix patch hashes introduced in #41386
(cherry picked from commit 968ed95966c481a75ba12f0d975581e909cf6cb3)
2018-06-04 09:50:50 +00:00
Orivej Desh
1c7acb09fa python.pkgs.trustme: fix python2 build 2018-06-04 04:06:09 +00:00
Orivej Desh
4869ddf883 Merge branch 'master' into staging
* master: (26 commits)
  python.pkgs.cairocffi: update tests for Cairo 1.15.12
  python.pkgs.cairocffi: 0.8.0 -> 0.8.1
  freecell-solver: fix build
  perlPackages.CPANPLUS: restore build inputs removed in #41394
  Fix GHCJS 8.4/8.2 in sandboxed builds (#41411)
  dockerTools.pullImage: expose image* attributes (#41366)
  rust: disable tests on darwin
  python.pkgs.detox: 0.11 -> 0.12
  certbot: disable check on darwin
  freeimage: fix build with glibc 2.27
  shadowsocks-libev: supports darwin (#41421)
  pythonPackages.jira: fix build (#41419)
  SDL: propagate libiconv
  schema2ldif: Init at 1.3
  nixos/exim: Add unit restart trigger (#41418)
  Add myself as maintainer for dnsdist
  Add myself as maintainer
  synapse-bt: init at 2018-06-04 (#41402)
  skim: 0.3.2 -> 0.4.0 (#41417)
  ctags: fix source url (#41382)
  ...
2018-06-04 03:50:03 +00:00
Orivej Desh
6db9f4685a python.pkgs.cairocffi: update tests for Cairo 1.15.12
Fixes #41183
2018-06-04 02:37:14 +00:00
Orivej Desh
264254568b python.pkgs.cairocffi: 0.8.0 -> 0.8.1 2018-06-04 02:00:32 +00:00
Orivej Desh
33ed2af2a7 ninja: support cross compilation 2018-06-03 22:44:15 +00:00
Orivej Desh
41c8b92d4f
ninja: build manual with docbook (#41433)
It is not meant to be built with asciidoc alone: it lacks the table of contents
and styles. See  https://github.com/ninja-build/ninja/blob/v1.8.2/doc/README.md
2018-06-03 22:34:27 +00:00
Will Fancher
ea52ca64e8 Fix GHCJS 8.4/8.2 in sandboxed builds (#41411) 2018-06-03 23:28:17 +02:00
Matthew Justin Bauer
332b9dedc8
rust: disable tests on darwin
See https://github.com/rust-lang/rust/issues/51006

Tests frequently fail on Darwin. Not sure why but it's easier to just disable for now.
2018-06-03 16:56:17 -04:00
Orivej Desh
93cb47a2fc python.pkgs.detox: 0.11 -> 0.12
Fixes build with python.pkgs.tox 3.0.0.
2018-06-03 20:48:54 +00:00
Orivej Desh
214b35d115 freeimage: fix build with glibc 2.27 2018-06-03 20:38:08 +00:00
Maximilian Bosch
a47d34cebe pythonPackages.jira: fix build (#41419)
The build for `pythonPackages.jira` failed with the following error:

```
Download error on https://pypi.python.org/simple/sphinx/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'sphinx' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for sphinx>=1.6.5
Traceback (most recent call last):
  ...
  File "/nix/store/bp4dillg6xxblpf00v8d9nxfx3bnggfy-python3.6-bootstrapped-pip-10.0.1/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('sphinx>=1.6.5')
builder for '/nix/store/8dv7mpspyk6kxwnzqb43rzm4q5j14xp0-python3.6-jira-1.0.15.drv' failed with exit code 1
```

The root issue is most likely caused by some docs fixes upstream
(519183d874)
which were released in 1.0.15. The bump (without the fix) has been
performed in 7a6bf668fb. Since `sphinx`
isn't needed during runtime, it's not necessary to use it as
`propagatedBuildInput`. In order to work around this the dependency had
to be removed from from `setup.py`.

See https://hydra.nixos.org/build/75004048 for further reference
2018-06-03 22:11:29 +02:00
Orivej Desh
96606abf82 SDL: propagate libiconv
SDL/SDL.h includes SDL/SDL_stdinc.h which includes iconv.h, therefore all
packages that include SDL.h should be able to include iconv.h

Fixes SDL_gfx, SDL_image etc. on Darwin.
2018-06-03 20:00:40 +00:00
qolii
a4e53b64d0 libevent: add patches to support LibreSSL 2.7 (#41386) 2018-06-03 18:43:34 +00:00
qolii
20d83e286d libarchive: pull in patch to support LibresSSL-2.7 (#41395) 2018-06-03 17:59:43 +00:00
xeji
e4ad5639c0
Merge pull request #41139 from Moredread/freecad-0.17
freecad: 0.16.6712 -> 0.17
2018-06-03 18:29:43 +02:00
Benjamin Hipple
646767e961 ctags: fix source url (#41382) 2018-06-03 18:15:51 +02:00
R. RyanTM
9d1d274928 openblas: 0.2.20 -> 0.3.0 (#41054) 2018-06-03 13:23:38 +00:00
Ryan Mulligan
838a38c4c7 gettext: 0.19.8 -> 0.19.8.1 (#36530) 2018-06-03 12:44:57 +00:00
Matthieu Coudron
a6809c0dd0 cmake: don't override cmakeDir when set (#40687)
When dontUseCmakeBuildDir is true (aka the default), it overrides
cmakeDir regardless of the package configuration.

While packaging netbee, I needed to both keep dontUseCmakeBuildDir to
true (some hardcoded paths expect the build folder) and set cmakeDir
(since CMakeList.txt was in a subfolder) which proved impossible.
Here is the fix.
2018-06-03 12:28:28 +00:00
Will Dietz
587b1b77f2 boost 1.67 (#41258) 2018-06-03 12:18:25 +00:00
Orivej Desh
420827170c Merge branch 'master' into staging
* master: (25 commits)
  prosody: 0.10.1 -> 0.10.2
  mpd: fix spelling in description
  pulseaudio-ctl: init at 1.66
  qt: remove install_name_tool stuff
  multimc: 0.6.1 -> 0.6.2
  lib: test for bitAnd, bitOr, bitXor
  pandas: fix check with the current pytest
  qt: fixup from c4cac55d69
  calibre: 2.24.1 -> 2.25.0
  spotify: 1.0.79.223.g92622cc2-21 -> 1.0.80.480.g51b03ac3-13 (#41356)
  libbsd-freedesktop: re-init at 0.9.1, use for samba
  sbt: 1.1.4 -> 1.1.6
  nixos/slurm: remove propagatedBuidInputs from slurmWrapped
  gitkraken: 3.6.1 -> 3.6.3
  pass-import: export PREFIX, set PASSWORD_STORE_BIN
  pass: Add pass-audit extension
  slurm: add maintainer
  nixos/slurm: update test, add test for enableStools
  slurm: add freeipmi, readline, libssh2, fix hwloc
  nixos/slurm: Add man pages to wrapedSlurm
  ...
2018-06-03 12:15:25 +00:00
Vladimír Čunát
448d7d648d
Merge branch 'staging'
It's only half-rebuilt on Hydra, but it brings a security fix.
2018-06-03 13:52:13 +02:00
Jörg Thalheim
b240ab11ae
Merge pull request #41350 from Mic92/godep
godep: remove in favor of dep
2018-06-03 11:39:38 +01:00
Peter Simons
da11a27109
Merge pull request #41334 from jhenahan/patch-3
configuration-ghc-8.4.x: bump to dhall_1_14_0
2018-06-03 12:03:42 +02:00
Brian McKenna
9dcf7d0d4e taffybar: work around repeated arguments bug
Fixes #40013
2018-06-03 19:24:28 +10:00
Matthew Justin Bauer
4ae5f8a92a
qt: remove install_name_tool stuff
hopefully it's not needed - the frameworks are no longer there
2018-06-02 23:07:12 -04:00
Orivej Desh
49dc36c9a8 pandas: fix check with the current pytest
pandas 0.23.0 has fixed this too, but it introduces new test failures.
2018-06-02 18:36:41 +00:00
Matthew Bauer
dcea0913e5 qt: fixup from c4cac55d69
This commit was too aggressive in adding configure flags. Only qtbsea
needs the -no-framework flag to work correctly. Qmake will handle
everything else for us.
2018-06-02 13:50:45 -04:00
Michael Raskin
8b5ed12952 libbsd-freedesktop: re-init at 0.9.1, use for samba
a partial rollback of #41320

samba is already Linux-only because of acl, and it is unclear what the
problem is with upstream netbsd-compat.
2018-06-02 16:15:38 +02:00
Tim Steinbach
35a284ad4a
sbt: 1.1.4 -> 1.1.6 2018-06-02 10:02:43 -04:00
Jan Tojnar
56a9ab5b8f
Merge pull request #30037 from leenaars/pdfsig
poppler: add nss to allow for building pdfsig
2018-06-02 14:01:40 +02:00
Frederik Rietdijk
ccd8ac2286 python.pkgs.bootstrapped-pip: setuptools 39.0.1 -> 39.2.0 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
0b9ec1e629 python.pkgs.bootstrapped-pip: wheel 0.31.0 -> 0.31.1 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
2c7ce032ce python: vcstool: 0.1.35 -> 0.1.36 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
d94dc9ee69 python: buildbot-pkg: 1.1.1 -> 1.1.2 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
3327b3249e python: zodbpickle: 1.0 -> 1.0.1 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
804e65900c python: xarray: 0.10.3 -> 0.10.4 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
222400d8e3 python: wheel: 0.31.0 -> 0.31.1 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
215053d33a python: uritools: 2.1.0 -> 2.1.1 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
493b506215 python: uproot: 2.8.23 -> 2.8.25 2018-06-02 13:44:39 +02:00
Frederik Rietdijk
d483a0d787 python: pytimeparse: 1.1.7 -> 1.1.8 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
913f59021d python: pyroute2: 0.5.0 -> 0.5.1 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
0ba0f1b08c python: pyperclip: 1.6.0 -> 1.6.1 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
824b6b006c python: pyasn1: 0.4.2 -> 0.4.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
11f418cee1 python: phonenumbers: 8.9.5 -> 8.9.6 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
92fddada0d python: pbr: 4.0.2 -> 4.0.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
502fc5fd08 python: parso: 0.2.0 -> 0.2.1 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
d0a1343ab8 python: parse: 1.8.2 -> 1.8.4 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
518910707f python: marshmallow: 2.15.1 -> 2.15.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
732e357dfd python: kafka-python: 1.4.2 -> 1.4.3 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
bace44cfac python: hiro: 0.1.4 -> 0.1.9 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
c58fb525a1 python: Faker: 0.8.13 -> 0.8.15 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
2c991b4308 python: Eve: 0.7.8 -> 0.7.9 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
e84e4fc93d python: elasticsearch-curator: 5.5.1 -> 5.5.4 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
683e788776 python: dbf: 0.97.2 -> 0.97.7 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
1163b5bce2 python: dask: 0.17.4 -> 0.17.5 2018-06-02 13:44:38 +02:00
Frederik Rietdijk
2143a5b30b python: cloudpickle: 0.5.2 -> 0.5.3 2018-06-02 13:44:38 +02:00