Will Dietz
f21a4733d0
Merge pull request #52657 from dtzWill/update/json-3.5.0
...
nlohmann_json: 3.4.0 -> 3.5.0
2018-12-22 16:36:27 -06:00
Alexey Shmalko
7c69b3394b
Merge pull request #52668 from r-ryantm/auto-update/wt
...
wt: 4.0.4 -> 4.0.5
2018-12-23 00:09:33 +02:00
worldofpeace
780f2f30f2
Revert "opencollada: 1.6.67 -> 1.6.68"
...
Fixes #52659
This reverts commit bf53bea9e4
.
2018-12-22 15:45:38 -05:00
Alyssa Ross
fea0e9fbf3
mailcore2: 0.6.2 -> 0.6.3
2018-12-22 18:26:03 +00:00
Bas van Dijk
ee42dab330
Merge pull request #52687 from LumiGuide/opencv-4.0.1
...
OpenCV: 3.4.5 & 4.0.1
2018-12-22 18:36:44 +01:00
Michael Weiss
25b80b62da
wlroots: Remove the overrides for Meson
...
These overrides aren't required anymore as Meson 0.48.2 is now in
nixpkgs and there aren't any big problems so far (i.e. a revert is
unlikely).
2018-12-22 17:33:08 +01:00
Bas van Dijk
8347028c21
opencv4: 4.0.0 -> 4.0.1
2018-12-22 17:26:12 +01:00
Bas van Dijk
b2ea557879
opencv3: 3.4.4 -> 3.4.5
2018-12-22 17:24:21 +01:00
Ryan Mulligan
d60f6d2d5d
Merge pull request #52213 from r-ryantm/auto-update/librime
...
librime: 1.3.1 -> 1.3.2
2018-12-22 05:44:28 -08:00
R. RyanTM
c3d181fa34
wt: 4.0.4 -> 4.0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wt/versions
2018-12-22 02:18:11 -08:00
Will Dietz
fb60aedd7c
nlohmann_json: 3.4.0 -> 3.5.0
...
https://github.com/nlohmann/json/releases/tag/v3.5.0
2018-12-21 22:58:17 -06:00
Alyssa Ross
a2eed09a8c
Merge pull request #52416 from alyssais/icu
...
icu63: init at 63.1
2018-12-21 16:07:40 +00:00
Jörg Thalheim
652248e0e5
libcollectdclient: fix evaluation
2018-12-21 13:40:40 +01:00
Samuel Dionne-Riel
3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
...
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Jörg Thalheim
1bb56620b5
Merge pull request #52567 from guibou/gcompris-0.95
...
gcompris: 0.91 -> 0.95
2018-12-20 20:07:41 +01:00
Herwig Hochleitner
d06770b9a0
allegro5: fix build for mesa 18.2.5
...
mesa 18.2.5, introduced in 6b490ee296
changed some private headers, that allegro is relying on. This fix backports
the relevant commit from allegro upstream
cc @7c6f434c
2018-12-20 20:06:11 +01:00
Maximilian Bosch
539679ff35
Merge pull request #52222 from r-ryantm/auto-update/librealsense
...
librealsense: 2.16.4 -> 2.17.0
2018-12-20 20:04:33 +01:00
Guillaume Bouchard
4043e157f5
qml-box2d: 2018-03-16 -> 2018-04-06
2018-12-20 16:08:53 +01:00
Bas van Dijk
72eae72223
openblas: fix build on x86_64-darwin
...
See: https://github.com/xianyi/OpenBLAS/issues/1926
2018-12-20 13:25:44 +01:00
Bas van Dijk
6267a02d9c
opencv4: fix OpenCV issue 13207
...
This is the same fix as for opencv3 in commit:
2572dd11accf701feeefd6fd4ee45be98cb47016
2018-12-20 10:49:40 +01:00
Bas van Dijk
49965e61d7
opencv3: fix OpenCV issue 13207
...
See: https://github.com/opencv/opencv/pull/13232
This also fixes the test of haskell-opencv HEAD where we got the
following error:
Feature Detection
houghLinesP:
libgomp: Out of memory allocating 927712937064 bytes
Test suite test-opencv: FAIL
2018-12-20 10:49:40 +01:00
R. RyanTM
bf53bea9e4
opencollada: 1.6.67 -> 1.6.68
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencollada/versions
2018-12-19 19:24:36 -05:00
Jan Tojnar
d0546f0a1b
libgrss: fix updateScript
2018-12-20 00:28:50 +01:00
Benjamin Hipple
6206a342e0
mkl: include Intel's libiomp.so in the MKL RPM unpack
...
Since Intel's default openmp implementation is available in the same src
tarball, we can just include it in the package. This means that `mkl` now "just
works" without any environment variables, fragile setup-hooks, or forced
propagation.
Since the openmp implementation is only needed at runtime (and for test cases),
users can substitute a different one if they prefer by exporting it with
`LD_PRELOAD`, which is how Intel recommends handling this. If they do not do so,
`libiomp.so` lives next to `libmkl_rt.so` and thus will be in the RPATH as a
sane default.
Since this still comes from the same src tarball, we can ship it without losing
the fixed-output derivation; likewise, since Hydra is not building or caching
these, shipping these proprietary packages costs no bandwidth for the nix
community.
2018-12-19 22:05:22 +01:00
R. RyanTM
58f1f9f0fc
freetds: 1.00.104 -> 1.00.109
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2018-12-19 09:25:29 +01:00
markuskowa
1490094fff
Merge pull request #52509 from tkonolige/mpich_on_macos
...
mpich2: Add darwin support
2018-12-19 09:24:38 +01:00
R. RyanTM
6e87da96c3
fdk_aac: 0.1.6 -> 2.0.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/fdk-aac/versions
2018-12-19 09:24:13 +01:00
Frederik Rietdijk
911d1853ca
Merge master into staging-next
2018-12-19 08:57:41 +01:00
Tristan Konolige
88f22c3484
mpich: Add darwin support
2018-12-18 17:59:39 -07:00
R. RyanTM
de9c97c0c8
libcouchbase: 2.10.0 -> 2.10.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/libcouchbase/versions
2018-12-18 15:06:06 -05:00
R. RyanTM
61b435d866
librelp: 1.2.18 -> 1.3.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/librelp/versions
2018-12-18 14:54:52 -05:00
R. RyanTM
a32c2f99ee
libraw: 0.19.0 -> 0.19.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/libraw/versions
2018-12-18 13:21:37 -05:00
Chris Ostrouchov
3eb461dedb
pagmo2: 2.8 -> 2.9 fix broken package
...
corrects the library nlopt location as well.
2018-12-18 10:01:25 -05:00
R. RyanTM
e60233db00
sundials: 3.2.1 -> 4.0.0
...
* sundials: 3.2.1 -> 4.0.0 (#52022 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
* sundials: cleanup
2018-12-18 15:46:05 +01:00
Renaud
52ea0af297
Merge pull request #52092 from gnidorah/fprint
...
fprint: update packages
2018-12-18 14:06:22 +01:00
Renaud
f08a98c59b
Merge pull request #52164 from r-ryantm/auto-update/onig
...
oniguruma: 6.9.0 -> 6.9.1
2018-12-18 14:05:28 +01:00
markuskowa
5289fcc422
Merge pull request #47297 from greydot/bladerf
...
Introduce hardware/bladeRF module
2018-12-18 09:29:32 +01:00
Frederik Rietdijk
826ab7026e
Merge master into staging-next
2018-12-18 09:22:17 +01:00
Lana Black
7112cd8822
nixos/hardware/bladeRF: init at 2.0.2
...
This allows to easily enable bladerf-related udev rules with nixos
configuration.
2018-12-18 08:11:18 +00:00
Matthew Bauer
dbd0a78e5a
Merge pull request #51854 from pmahoney/freeswitch
...
Freeswitch
2018-12-17 23:43:25 -06:00
Matthew Bauer
657220349d
Merge pull request #51422 from hlolli/csoundqt
...
Csoundqt init 0.9.6-beta2 and python-qt init 3.2
2018-12-17 23:39:12 -06:00
Jan Tojnar
3380db94b1
gtksourceviewmm: move from gnome3.gtksourceviewmm
2018-12-18 00:46:55 +01:00
R. RyanTM
7722c43f0a
olm: 2.3.0 -> 3.0.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/olm/versions
2018-12-17 23:23:13 +00:00
volth
0ab6572324
libvirt: 4.7.0 -> 4.10.0
2018-12-17 23:12:44 +00:00
Franz Pletz
a2080299e8
aubio: 0.4.7 -> 0.4.8
2018-12-18 00:09:00 +01:00
Franz Pletz
51c8e01676
libressl_2_9: init at 2.9.0
2018-12-18 00:09:00 +01:00
Franz Pletz
949dc60acc
libressl_2_8: 2.8.2 -> 2.8.3
2018-12-18 00:08:59 +01:00
Franz Pletz
b7254b6b2c
libressl_2_7: 2.7.4 -> 2.7.5
2018-12-18 00:08:59 +01:00
Franz Pletz
5911d54457
libressl_2_6: remove, not maintained anymore
2018-12-18 00:08:58 +01:00
Franz Pletz
54d1529269
Merge pull request #52426 from dtzWill/feature/boost-1.69
...
boost169: init (at 1.69)
2018-12-17 22:12:07 +00:00