Commit Graph

49367 Commits

Author SHA1 Message Date
Austin Seipp
ce93645c9c pythonPackages.paperspace: propagate boto3, requests
Otherwise, 'paperspace-python' does not work properly.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:45:32 -05:00
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
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
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
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
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
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