Commit graph

30517 commits

Author SHA1 Message Date
Matthew Bauer f7e2bb8cff mesa: rename from mesa-noglu to mesa 2019-06-17 11:49:27 -04:00
Matthew Bauer f0733a07d5 treewide: remove libGLSupported from pkgs
This isn’t a package, and we already have mesaPlatforms to handle this logic.
2019-06-17 11:49:22 -04:00
worldofpeace 059ce69f39
Merge pull request #62757 from lightbulbjim/libblockdev-sgdisk
libblockdev: add gptfdisk as a dependency
2019-06-08 01:03:41 -04:00
Matthew Bauer b0053ae92e
Merge pull request #62836 from veprbl/pr/gpgme_darwin_fix
gpgme: disable tests on darwin
2019-06-07 17:42:00 -04:00
Dmitry Kalinkin f19a36f524
gpgme: disable tests on darwin 2019-06-07 16:03:51 -04:00
Renaud 168d1031af
Merge pull request #62474 from r-ryantm/auto-update/live555
live555: 2019.04.24 -> 2019.05.29
2019-06-07 14:50:05 +02:00
Renaud 87bc999ff4
Merge pull request #62593 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.16 -> 1.5.17
2019-06-07 13:32:49 +02:00
Robert Scott 7209c43d66 librevisa: enable for darwin 2019-06-07 10:05:59 +02:00
Robert Scott 2c11bbd140 libserialport: enable for darwin 2019-06-07 10:05:59 +02:00
Vladimír Čunát 8f5edef47e
Merge branch 'staging-next' (PR #62209) 2019-06-07 08:07:10 +02:00
Dmitry Kalinkin cbaa9a7ab9
Merge pull request #57947 from smaret/fix-mkl
mkl: fix install_name on Darwin
2019-06-06 18:27:30 -04:00
Dmitry Kalinkin 3471705998
Merge pull request #62458 from r-ryantm/auto-update/lhapdf
lhapdf: 6.2.1 -> 6.2.3
2019-06-06 15:05:36 -04:00
Dmitry Kalinkin 00932b9d08
lhapdf.pdf_sets: update
Some of the downloads produce empty files, those hashes were not
updated.
2019-06-06 13:15:43 -04:00
Orivej Desh 680f67829f geos: fix license 2019-06-06 14:45:09 +00:00
Matthew Bauer d598eca41e
Merge pull request #62752 from matthewbauer/darwin-fixes100
Fixes for x86_64-darwin failures on Hydra
2019-06-06 09:46:41 -04:00
markuskowa 5675960768
Merge pull request #62705 from dtzWill/update/pyotherside-1.5.5
pyotherside: 1.5.4 -> 1.5.5
2019-06-06 13:25:30 +02:00
Matthew Bauer 9a0ced7e45 opencv: disable QTKit backend
QTKit was removed in macOS 10.12
2019-06-06 01:00:40 -04:00
Chris Rendle-Short c0f8a9f49d libblockdev: add gptfdisk as a dependency
This fixes #62749 (sgdisk needed for creating luks-encrypted ext4
volumes via udisk2).
2019-06-06 14:45:13 +10:00
Matthew Bauer 50998c8475 opencv2: only works on linux
https://hydra.nixos.org/build/94234038
2019-06-05 23:45:27 -04:00
Matthew Bauer a74150e66e libgssglue: mark linux only
https://hydra.nixos.org/build/94203083
2019-06-05 22:57:51 -04:00
Matthew Bauer f2a33b8709 libdc1394: remove patch
applied in newer version
2019-06-05 22:55:15 -04:00
Matthew Bauer a430a5c963 libtommatch: fix substituteInPlace
var name was changed
2019-06-05 22:54:38 -04:00
Matthew Bauer e44fdaa9c2
Merge pull request #62715 from matthewbauer/darwin-gl
Darwin GL Experiments
2019-06-05 20:30:48 -04:00
R. RyanTM 91b8a60661 tbb: 2019_U6 -> 2019_U7
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
2019-06-05 18:22:57 -05:00
Vladimír Čunát 290695dd28
treewide icu61+ fixes
It's exactly the same issue as in the parent commit.
/cc #60250 (2fe63c8).
2019-06-05 23:16:23 +02:00
Vladimír Čunát 0d29488705
sword: fixup build with icu >= 61
/cc #60250 (2fe63c8).
2019-06-05 22:54:02 +02:00
Ivan Kozik 3c54135a8b libmatroska: 1.5.0 -> 1.5.2
Fixes the build, broken by https://github.com/NixOS/nixpkgs/pull/62459
(libmatroska 1.5.0 expects libebml 1.3.7)
2019-06-05 13:28:13 +00:00
Vladimír Čunát 576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
worldofpeace 092549015b
Merge pull request #62459 from r-ryantm/auto-update/libebml
libebml: 1.3.7 -> 1.3.9
2019-06-04 23:24:44 -04:00
Matthew Bauer 894644c8e8 mesa-glu: add macOS frameworks
- glu needs ApplicationServices
2019-06-04 23:14:59 -04:00
Matthew Bauer 0121da2af1 mesa: fix stubs on darwin
Adds a special case for isDarwin
2019-06-04 23:14:13 -04:00
worldofpeace 094e150804
Merge pull request #61729 from worldofpeace/geoclue/no-root
nixos/geoclue2: don't run as root
2019-06-04 23:11:34 -04:00
Will Dietz eced625802
pyotherside: 1.5.4 -> 1.5.5
https://github.com/thp/pyotherside/releases/tag/1.5.5
2019-06-04 16:15:32 -05:00
Sébastien Maret fb883a58df
mkl: fix install_name on Darwin
Closes #57697

Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-06-04 22:08:48 +02:00
Michael Weiss aa0baea2c0
Merge pull request #62608 from Synthetica9/sway11
wlroots: 0.5 -> 0.6
sway: 1.0 -> 1.1.1
2019-06-04 20:07:30 +02:00
Patrick Hilhorst 67f340ec00
wlroots: 0.5 -> 0.6 2019-06-04 16:11:41 +02:00
Orivej Desh d1cd9ff16c croaring: init at 0.2.61 2019-06-04 13:09:09 +00:00
Matthew Bauer c4fc74b19c qtwebengine: don’t use gn configure
qtwebengine has its own configure script, so don’t try to use gn.
2019-06-03 21:42:59 -04:00
Matthew Bauer 2b040c57dd p11-kit: disable tests on darwin
These probably never passed. The test suite was enabled in
c739b09d85, but fails on macOS/darwin.

Fixes #62614
2019-06-03 20:21:56 -04:00
Nikolay Amiantov e188f6765a xgboost: 0.72 -> 0.90 2019-06-04 01:36:27 +03:00
Matthew Bauer c3f6b46db6
Merge pull request #60348 from matthewbauer/enchant-updates
enchant: 1.6.1 -> 2.2.3
2019-06-03 13:34:16 -04:00
Matthew Bauer f64d21da21
Merge pull request #56834 from matthewbauer/v8-update
v8: 5.4.232 -> 7.4.255
2019-06-03 13:34:04 -04:00
Matthew Bauer ba76fa91c7 treewide: handle enchant = enchant2
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Matthew Bauer 3e96aebf4e enchant: 1.6.1 -> 2.2.3
Moves default enchant to 2.2.3. Release url:

https://github.com/AbiWord/enchant/releases/tag/v2.0.0

Mostly need to verify no breakage occurs for packages using enchant.
2019-06-03 11:13:36 -04:00
Nikolay Amiantov 28bd05ce62 libsForQt5.qtwebkit-plugins: 2015-05-09 -> 2017-01-25 2019-06-03 17:01:04 +03:00
Nikolay Amiantov d5b8080332 libxls: 1.4.0 -> 1.5.1 2019-06-03 17:00:38 +03:00
Ryan Mulligan 33c0d28e32
Merge pull request #62579 from r-ryantm/auto-update/tpm2-tss
tpm2-tss: 2.2.2 -> 2.2.3
2019-06-03 05:46:55 -07:00
R. RyanTM 70204c2ab6 qpdf: 8.4.1 -> 8.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/qpdf/versions
2019-06-03 14:54:13 +03:00
Nikolay Amiantov 80bf658eb8 gbenchmark: 1.4.1 -> 1.5.0 2019-06-03 14:32:55 +03:00
R. RyanTM c1ff72198b wxSVG: 1.5.16 -> 1.5.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/wxsvg/versions
2019-06-03 02:35:06 -07:00