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
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
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
Frederik Rietdijk
fc4ab420d9
Merge pull request #40959 from alexvorobiev/clustershell
...
pythonPackages.clustershell: init at 1.8
2018-06-23 18:29:20 +02:00
Kevin Rauscher
ead58d100d
bloop: init at 1.0.0-M11
2018-06-23 18:25:44 +02:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
eb195041d5
Merge pull request #42335 from Assassinkin/seekpath
...
pythonPackages.seekpath: init at 1.8.1
2018-06-23 18:08:02 +02:00
Frederik Rietdijk
4df1161ea4
Merge pull request #42367 from Assassinkin/monty
...
pythonPackages.monty: init at 1.0.2
2018-06-23 18:05:04 +02:00
Frederik Rietdijk
43520486c7
Merge pull request #42345 from Ma27/fix-python-git-annex-adapter
...
python3Packages.git-annex-adapter: fix build
2018-06-23 18:04:39 +02:00
Averell Dalton
06932b25f3
Revert "python: jupyterlab_launcher: 0.10.5 -> 0.11.0"
...
This reverts commit a4404adbcb
.
2018-06-23 17:52:31 +02:00
R. RyanTM
99ed01e104
xmlsec: 1.2.25 -> 1.2.26
...
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/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-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/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/e9e137ae925e9687577596baffb336c3
- du listing: https://gist.github.com/dda9ad69863fe80d1ea4126315585b0c
2018-06-23 08:42:39 -07:00
Frederik Rietdijk
1106d872ae
Merge pull request #42421 from bandresen/python-periphery
...
pythonPackages.python-periphery: init at 1.1.1
2018-06-23 13:53:29 +02:00
Ryan Mulligan
0d5eb901ad
treewide: http -> https
2018-06-23 04:34:55 -07:00
Benjamin Andresen
1dcee7a162
pythonPackages.python-periphery: init at 1.1.1
2018-06-23 13:18:20 +02:00
Frederik Rietdijk
59daa4fd62
python.pkgs.aiohttp: fix build
2018-06-23 12:02:20 +02:00
Frederik Rietdijk
46b7f6bdfd
python.pkgs.pandas: fix build
2018-06-23 11:48:06 +02:00
Mathieu Boespflug
6f03c349ed
bazel: Set mboes as maintainer
...
As per #39585
2018-06-23 10:45:48 +02:00
Mathieu Boespflug
722fcfc4ea
bazel: 0.12 -> 0.13
2018-06-23 10:45:43 +02:00
Frederik Rietdijk
95eb2fa40e
Merge staging into master
2018-06-23 08:23:24 +02:00
Okina Matara
10c4d7d05e
libtorrentRasterbar: fix homepage url
2018-06-23 01:12:00 -05:00
Okina Matara
48aa44ea84
libtorrentRasterbar: fix build, restructure
2018-06-23 00:55:37 -05:00
Matthew Justin Bauer
9c0ebbe7a3
Merge pull request #42405 from worldofpeace/patch-3
...
libtorrentRasterbar: fix build with boost167
2018-06-22 20:26:42 -04:00
Matthew Justin Bauer
a006243b8d
Merge pull request #41732 from Infinisil/overrideDerivation
...
some overrideDerivation cleanups
2018-06-22 20:07:48 -04:00
Matthew Bauer
37aab4cbb5
android: more output size reduction
...
This should bring us finally under the 2G max. llvm directory was
missing from my last commit.
2018-06-22 19:06:11 -04:00