obadz
55af73e156
mono: only maintain major versions (mono4 & mono5)
2018-12-23 00:04:46 +00:00
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
00005ce0bd
suitesparse: Fix darwin support
...
Suitesparse libraries would end up containing references to the build
directory. fixDarwinDylibNames appears to not fix this problem. We
manually use intall_name_tool to set the library paths correctly.
2018-12-18 18:08:17 -07: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
Jörg Thalheim
1720abc263
libaom: use git stub instead of patching changelog
...
It probably needs less maintenance.
2018-12-17 23:24:42 +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
Renaud
20e2c77621
Merge pull request #52398 from r-ryantm/auto-update/ace
...
ace: 6.5.2 -> 6.5.3
2018-12-17 21:59:45 +01:00
gnidorah
024ad6c4d5
libfprint: 0.7.0 -> 0.99.0
2018-12-17 21:04:26 +03:00
Renaud
fa3d3f982a
Merge pull request #52318 from r-ryantm/auto-update/geos
...
geos: 3.7.0 -> 3.7.1
2018-12-17 18:36:18 +01:00
Will Dietz
cee81d59ac
libaom: create shared libraries, fix version reported in aom.pc
...
See added comment for explanation of version fix.
2018-12-17 09:54:14 -06:00
R. RyanTM
4ae47a69de
postgis: 2.5.0 -> 2.5.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/postgis/versions
2018-12-17 15:41:15 +00:00
R. RyanTM
0599202268
umockdev: 0.12 -> 0.12.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/umockdev/versions
2018-12-17 15:25:20 +00:00
Renaud
bba9d24887
Merge pull request #52287 from r-ryantm/auto-update/libgnurl
...
libgnurl: 7.61.1 -> 7.62.0
2018-12-17 16:24:31 +01:00
Renaud
83a068b450
Merge pull request #52281 from r-ryantm/auto-update/grib-api
...
grib-api: 1.27.0 -> 1.28.0
2018-12-17 16:21:46 +01:00
Alyssa Ross
70b8ab6e72
icu63: init at 63.1
2018-12-17 15:14:45 +00:00
R. RyanTM
65b679cd3c
libextractor: 1.7 -> 1.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libextractor/versions
2018-12-17 12:05:22 +00:00
R. RyanTM
f106becb65
libsolv: 0.7.1 -> 0.7.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/libsolv/versions
2018-12-17 12:04:58 +00:00
Gabriel Ebner
bc09fb3c87
Merge pull request #52216 from r-ryantm/auto-update/libqalculate
...
libqalculate: 2.8.1 -> 2.8.2
2018-12-17 09:46:14 +01:00
Will Dietz
28d85b274d
boost169: init (at 1.69)
2018-12-16 23:02:16 -06:00
Orivej Desh
9e36eee829
libopenaptx: init at 0.1.0
2018-12-17 04:41:16 +00:00
R. RyanTM
f640a81198
libiio: 0.15 -> 0.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/libiio/versions
2018-12-16 21:10:10 -06:00
R. RyanTM
f2b1f51a32
opendht: 1.7.4 -> 1.8.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/opendht/versions
2018-12-16 21:09:38 -06:00
Mateusz Kowalczyk
d3b1e88a75
Merge pull request #52404 from r-ryantm/auto-update/agda-stdlib
...
AgdaStdlib: 0.16.1 -> 0.17
2018-12-17 11:02:30 +09:00
Josef Kemetmüller
7c42da3a1e
eccodes: 2.9.2 -> 2.10.0
...
Python3 is now officially supported as "beta", see relase notes at:
https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
2018-12-17 01:41:57 +00:00
Franz Pletz
9ca654825f
Merge pull request #52414 from marsam/libvncserver-cve-patch
...
libvncserver: add CVE-2018-7225 patch
2018-12-17 01:04:26 +00:00
R. RyanTM
b439f9032b
libdap: 3.20.0 -> 3.20.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/libdap/versions
2018-12-17 01:03:39 +00:00
R. RyanTM
8bb236c4d5
libwebsockets: 3.0.1 -> 3.1.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/libwebsockets/versions
2018-12-17 01:03:19 +00:00
Mario Rodas
03fddb139e
libvncserver: add CVE-2018-7225 patch
2018-12-16 19:46:58 -05:00
Franz Pletz
5ee97d9c45
Merge pull request #52360 from markuskowa/upd-hwloc
...
hwloc: 2.0.2 -> 2.0.3
2018-12-17 00:19:00 +00:00
Jan Tojnar
dba9200127
Merge pull request #51991 from r-ryantm/auto-update/webkitgtk
...
gnome3.webkitgtk: 2.22.4 -> 2.22.5
2018-12-17 00:40:25 +01:00
Tor Hedin Brønner
d25d095e2b
Merge pull request #52308 from r-ryantm/auto-update/gtkd
...
gtkd: 3.8.3 -> 3.8.4
2018-12-17 00:13:18 +01:00
Jan Tojnar
6c4a72e284
Merge pull request #52297 from r-ryantm/auto-update/gtksourceview
...
gnome3.gtksourceview: 3.24.8 -> 3.24.9
2018-12-16 23:59:33 +01:00
Jan Tojnar
6a2c004d0f
Merge pull request #52230 from r-ryantm/auto-update/libwnck
...
libwnck3: 3.24.1 -> 3.30.0
2018-12-16 23:47:14 +01:00
Jan Tojnar
f4d4ee3f65
Merge pull request #52280 from r-ryantm/auto-update/gupnp-av
...
gupnp-av: 0.12.10 -> 0.12.11
2018-12-16 23:21:55 +01:00
markuskowa
6166854db9
Merge pull request #52237 from r-ryantm/auto-update/libosmium
...
libosmium: 2.14.2 -> 2.15.0
2018-12-16 22:56:18 +01:00
Maximilian Bosch
36d18a4826
Merge pull request #52305 from r-ryantm/auto-update/goffice
...
goffice: 0.10.43 -> 0.10.44
2018-12-16 21:42:16 +01:00
R. RyanTM
4b00dfe169
bwidget: 1.9.12 -> 1.9.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bwidget/versions
2018-12-16 20:55:16 +01:00
Jörg Thalheim
bc1a94bc86
Merge pull request #51998 from r-ryantm/auto-update/sqlcipher
...
sqlcipher: 3.4.2 -> 4.0.0
2018-12-16 19:42:23 +00:00
R. RyanTM
712c720985
gcab: 1.1 -> 1.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/gcab/versions
2018-12-16 20:26:30 +01:00
R. RyanTM
5bc4f028ee
dqlite: 0.2.4 -> 0.2.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/dqlite/versions
2018-12-16 20:21:24 +01:00
R. RyanTM
0134db94d9
AgdaStdlib: 0.16.1 -> 0.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/agda-stdlib/versions
2018-12-16 11:14:28 -08:00
Franz Pletz
ec8bef8971
Merge pull request #52181 from r-ryantm/auto-update/mbedtls
...
mbedtls: 2.14.0 -> 2.15.1
2018-12-16 19:05:27 +00:00
Timo Kaufmann
314fc8390b
arb: 2.15.1 -> 2.16.0 ( #52394 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arb/versions
2018-12-16 20:01:10 +01:00
markuskowa
1a192fb1a8
Merge pull request #52401 from r-ryantm/auto-update/armadillo
...
armadillo: 9.200.4 -> 9.200.6
2018-12-16 19:57:28 +01:00
markuskowa
8ca596e8f0
Merge pull request #52340 from r-ryantm/auto-update/drumstick
...
drumstick: 1.1.1 -> 1.1.2
2018-12-16 19:55:29 +01:00
R. RyanTM
8a1f8952aa
armadillo: 9.200.4 -> 9.200.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2018-12-16 10:29:39 -08:00
Jörg Thalheim
1e6d4e104e
Merge pull request #52370 from r-ryantm/auto-update/easyloggingpp
...
easyloggingpp: 9.96.5 -> 9.96.7
2018-12-16 17:54:03 +00:00
R. RyanTM
51f9526460
ace: 6.5.2 -> 6.5.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/ace/versions
2018-12-16 09:22:15 -08:00
R. RyanTM
4e6049bf8e
arb: 2.15.1 -> 2.16.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/arb/versions
2018-12-16 08:17:13 -08:00
R. RyanTM
9903c859d9
easyloggingpp: 9.96.5 -> 9.96.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/easyloggingpp/versions
2018-12-16 05:42:31 -08:00
Daiderd Jordan
8e86017161
Merge pull request #52293 from r-ryantm/auto-update/grpc
...
grpc: 1.16.1 -> 1.17.0
2018-12-16 14:15:45 +01:00
Thomas Tuegel
299595f7ff
Merge pull request #52005 from bkchr/kde_frameworks_5_53
...
kde-frameworks: 5.52 -> 5.53
2018-12-16 06:57:15 -06:00
Markus Kowalewski
ac85a1ec47
hwloc: 2.0.2 -> 2.0.3
...
Refactor version string and download link to make
it comatible with automatic updates.
2018-12-16 13:54:55 +01:00
R. RyanTM
8d71f4a44c
drumstick: 1.1.1 -> 1.1.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/drumstick/versions
2018-12-16 01:50:16 -08:00
Vladyslav M
f39ab2947f
Merge pull request #52271 from dtzWill/update/vaapiIntel-2.3.0
...
vaapiIntel: 2.2.0 -> 2.3.0
2018-12-16 11:38:50 +02:00
R. RyanTM
1758debbaf
geos: 3.7.0 -> 3.7.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/geos/versions
2018-12-15 23:08:58 -08:00
R. RyanTM
03234ada96
gtkd: 3.8.3 -> 3.8.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/gtkd/versions
2018-12-15 21:24:31 -08:00
R. RyanTM
fc3af0b5bd
goffice: 0.10.43 -> 0.10.44
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/goffice/versions
2018-12-15 21:01:06 -08:00
R. RyanTM
e94afe9dfd
gnome3.gtksourceview: 3.24.8 -> 3.24.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/gtksourceview/versions
2018-12-15 20:06:04 -08:00
R. RyanTM
2eae1009de
grpc: 1.16.1 -> 1.17.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/grpc/versions
2018-12-15 19:36:13 -08:00
R. RyanTM
5276119858
libgnurl: 7.61.1 -> 7.62.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/libgnurl/versions
2018-12-15 18:28:59 -08:00
R. RyanTM
fd08f8ed94
grib-api: 1.27.0 -> 1.28.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/grib-api/versions
2018-12-15 17:45:32 -08:00
R. RyanTM
538c38d5a6
gupnp-av: 0.12.10 -> 0.12.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gupnp-av/versions
2018-12-15 17:39:26 -08:00
Will Dietz
9eefb691e4
vaapiIntel: 2.2.0 -> 2.3.0
2018-12-15 18:30:20 -06:00
Will Dietz
3e62cdd72e
Merge pull request #51340 from dtzWill/update/gecode-6.1
...
gecode: 6.0.0 -> 6.1.0, deps, Gist support
2018-12-15 17:45:07 -06:00
R. RyanTM
2bae825da1
libosmium: 2.14.2 -> 2.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/libosmium/versions
2018-12-15 07:04:11 -08:00
R. RyanTM
6a3364cc9f
libwnck3: 3.24.1 -> 3.30.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/libwnck/versions
2018-12-15 05:56:14 -08:00
R. RyanTM
79a5a7616f
librealsense: 2.16.4 -> 2.17.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
2018-12-15 05:23:01 -08:00
R. RyanTM
ab091810b6
libqalculate: 2.8.1 -> 2.8.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/libqalculate/versions
2018-12-15 04:49:02 -08:00
R. RyanTM
66df0d9ce4
librime: 1.3.1 -> 1.3.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/librime/versions
2018-12-15 04:31:04 -08:00
Michael Raskin
581bd486d6
Merge pull request #52206 from r-ryantm/auto-update/libre
...
libre: 0.5.9 -> 0.6.0
2018-12-15 12:18:07 +00:00
Michael Raskin
096ba3c2f5
Merge pull request #52210 from r-ryantm/auto-update/librem
...
librem: 0.5.3 -> 0.6.0
2018-12-15 12:17:50 +00:00
markuskowa
4acf668d18
Merge pull request #52199 from r-ryantm/auto-update/mpich
...
mpich: 3.2.1 -> 3.3
2018-12-15 13:10:14 +01:00
R. RyanTM
b85bf642ff
librem: 0.5.3 -> 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/librem/versions
2018-12-15 03:58:49 -08:00
R. RyanTM
f15f78a3c2
libre: 0.5.9 -> 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/libre/versions
2018-12-15 03:28:50 -08:00
R. RyanTM
00c8ba7254
mpich: 3.2.1 -> 3.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/mpich/versions
2018-12-15 02:43:44 -08:00
R. RyanTM
c2679d1198
mbedtls: 2.14.0 -> 2.15.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/mbedtls/versions
2018-12-14 23:43:51 -08:00
R. RyanTM
84800eb003
oniguruma: 6.9.0 -> 6.9.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/onig/versions
2018-12-14 21:14:14 -08:00
Austin Seipp
004cb5a694
lmdb: ship static library, too
...
This is useful if you're using pkgs.pkgsMusl to build static libraries.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-14 17:41:37 -06:00
Jan Tojnar
24be8a7f7c
fixup! jsonrpc-glib: 3.30.0 → 3.30.1
2018-12-14 20:42:43 +01:00
Jan Tojnar
c3c071b78e
jsonrpc-glib: 3.30.0 → 3.30.1
2018-12-14 20:36:19 +01:00
R. RyanTM
f2f805d6d8
qgnomeplatform: 0.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/qgnomeplatform/versions
2018-12-14 09:45:56 -05:00
R. RyanTM
3daf772728
sqlcipher: 3.4.2 -> 4.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/sqlcipher/versions
2018-12-13 23:43:47 -08:00
Bastian Köcher
fd25c44715
kde-frameworks: 5.52 -> 5.53
2018-12-14 08:40:06 +01:00
R. RyanTM
f9f2f951b6
gnome3.webkitgtk: 2.22.4 -> 2.22.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/webkitgtk/versions
2018-12-13 21:48:31 -08:00
worldofpeace
b7fbde893a
Merge pull request #48519 from dtzWill/update/fwupd-1.1.3
...
fwupd: 1.1.2 -> 1.2.1
2018-12-13 11:50:48 -05:00
Jan Tojnar
a6f7842008
libxmlb: init at 0.1.5
2018-12-12 21:38:31 -05:00
Jan Tojnar
25ab74f853
Merge pull request #51889 from jtojnar/gnome-3.30.3
...
Gnome 3.30.3
2018-12-12 21:27:28 +01:00
Jan Tojnar
1015575c09
gnome3.libgda: 5.2.5 → 5.2.8
2018-12-12 20:00:59 +01:00
Jan Tojnar
aaaf48b2aa
libgda: move from gnome3.libgda
2018-12-12 20:00:59 +01:00
George Whewell
7875e817cf
change qmltermwidget version to 2018-11-24 and add unstable to name
2018-12-12 16:32:28 +00:00
George Whewell
b2cbbb32ac
qmltermwidget: update to latest master to fix cool-retro-term on darwin
2018-12-12 13:25:39 +00:00
Sarah Brofeldt
4d34cfcd96
Merge pull request #51851 from veprbl/pr/rivet_bump
...
rivet: 2.6.1 -> 2.6.2
2018-12-11 12:49:48 +01:00
Tor Hedin Brønner
7cadf5f76c
libcouchbase: tests can't run in parallel
...
70e2b0bef0
turned on parallel checking for cmake
by default. This doesn't work for libcouchebase.
2018-12-11 09:51:04 +01:00
Patrick Mahoney
189fbae95b
ldns: relax platform requirements
...
Seems to have built OK on darwin. I only needed it to build freeswitch
though, so not sure how to test functionality. I successfully ran the
`drill` command.
2018-12-10 16:46:34 -06:00
Dmitry Kalinkin
99d4e656c5
rivet: 2.6.1 -> 2.6.2
2018-12-10 17:28:30 -05:00
Dmitry Kalinkin
7726c8b0ed
yoda: 1.7.3 -> 1.7.4
2018-12-10 17:28:08 -05:00
Samuel Dionne-Riel
167076877e
openbabel: Fixes AArch64 build
...
https://github.com/openbabel/openbabel/issues/1689
2018-12-10 14:55:21 -05:00
Samuel Dionne-Riel
50189315f2
bootil: Disable build on aarch64-linux
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
3487ff99da
boost: Fixes disabling for aarch64-linux for <1.59
...
Between 2b450377bf
and the current
revision, the semantics behind "platforms" changed, and removing the
"aarch64-linux" string doesn't work anymore to filter it out.
Instead, blacklist the platform using the (comparatively) new
badPlatforms.
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
12fabbdb1b
beignet: Disables on aarch64-linux
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
8a115d5de5
gsl_1: Disables build on aarch64-linux
...
* https://hydra.nixos.org/build/84910540
```
Making check in eigen
make[1]: Entering directory '/build/gsl-1.16/eigen'
make test
make[2]: Entering directory '/build/gsl-1.16/eigen'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c test.c
/nix/store/bsb6596kk4fp20hyl9yl55xwv1ax4b6s-bash-4.4-p23/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o test test.o libgsleigen.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../permutation/libgslpermutation.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../utils/libutils.la ../rng/libgslrng.la ../sort/libgslsort.la -lm
libtool: link: gcc -g -O2 -o .libs/test test.o ./.libs/libgsleigen.a ../test/.libs/libgsltest.a ../linalg/.libs/libgsllinalg.a ../permutation/.libs/libgslpermutation.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.so ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../sys/.libs/libgslsys.a ../err/.libs/libgslerr.a ../utils/.libs/libutils.a ../rng/.libs/libgslrng.a ../sort/.libs/libgslsort.a -lm -Wl,-rpath -Wl,/nix/store/rz7sjaxwm3qf6nk9kk90v1qf81y1s62v-gsl-1.16/lib
make[2]: Leaving directory '/build/gsl-1.16/eigen'
make check-TESTS
make[2]: Entering directory '/build/gsl-1.16/eigen'
make[3]: Entering directory '/build/gsl-1.16/eigen'
FAIL: test
make[4]: Entering directory '/build/gsl-1.16/eigen'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/gsl-1.16/eigen'
====================================
gsl 1.16: eigen/test-suite.log
====================================
.. contents:: :depth: 2
FAIL: test
==========
FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761]
FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789]
FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811]
FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836]
FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860]
```
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
bb27520fa8
aften: Disables build on aarch64-linux
...
It looks like it would be a trivial fix with
`-Wno-shift-negative-value`, but in the end it fails with:
```
[100%] Linking C executable aften
libaften_static.a(a52enc.o): In function `aften_encode_init':
a52enc.c:(.text+0x303c): undefined reference to `apply_simd_restrictions'
collect2: error: ld returned 1 exit status
```
So it looks like it's not simply a warning issue.
2018-12-10 14:55:19 -05:00