177783 Commits

Author SHA1 Message Date
Matthew Bauer
4903e825fa apple-sdk: update frameworks location
Some have been removed like:

- DrawSprocket
- DVComponentGlue
2019-04-26 21:54:53 -04:00
Matthew Bauer
565f28fba7 Libsystem: add os/availability.h 2019-04-26 21:54:53 -04:00
Matthew Bauer
27498cd2d1 gnutar: disable CFLocaleCopyPreferredLanguages
These pull in the system CoreFoundation framework for some reason. In
the future, we should figure out a way for it to get these features
from the pure CoreFoundation (they do have the symbol). But right now
this is an issue with sandboxing in gnutar. Fixes #56591.
2019-04-26 21:54:52 -04:00
Matthew Bauer
8e64f4665a opensp: fix on darwin/10.12 2019-04-26 21:54:52 -04:00
Matthew Bauer
dc483505d4 cf-private: don’t use private sdk
no private sdk is available for 10.12.
2019-04-26 21:54:51 -04:00
Matthew Bauer
5428db7c7c guile: apply patch for macOS 10.12+ 2019-04-26 21:54:51 -04:00
Matthew Bauer
8cabf4d5c5 treewide: rename llvm-dsymutil to dsymutil
This is a change introduced between llvm 5 and llvm 7.
2019-04-26 21:54:50 -04:00
Matthew Bauer
2b0b63c229 stdenv/darwin: use libxml2-nopython for building llvm 2019-04-26 21:54:50 -04:00
Matthew Bauer
eaadbdf1c3 cmake: don’t use cf-private
cf-private is not necessary here. cmake just needs the CoreFoundation
framework to be used. swift-corefoundation seems to work fine in this case.

/cc @lnl7
2019-04-26 21:54:49 -04:00
Matthew Bauer
037f62bbad stdenv/darwin: put bash in extraBuildInputs
patch-shebangs should pick these up as they are runtime dependencies.
This avoids bootstrap-tools leaking into the outputs.
2019-04-26 21:54:49 -04:00
Matthew Bauer
ec7d72a57d setup.sh: make sure initialPath goes at end of HOST_PATH
We want initialPath to have lowest precedence.

In addition, unset _PATH and _HOST_PATH as they shouldn’t be needed
after final PATH and HOST_PATH are set.
2019-04-26 21:54:49 -04:00
Matthew Bauer
a1533dfc41 patch-shebangs: fix dev detection
$output = $outputDev is the right condition. ${!outputDev} is only
useful if you want a path.
2019-04-26 21:54:48 -04:00
Matthew Bauer
61bc03c017 Revert "Revert "patch-shebangs: respect cross compilation""
This reverts commit 9c4b11e9a060de2175aef4d36881f97812ab17fe.
2019-04-26 21:54:48 -04:00
Matthew Bauer
2ecc1d1599 stdenv/darwin: move secure-format patch to gnum4
This is the only derivation that needs it anymore.
2019-04-26 21:54:47 -04:00
Matthew Bauer
7f08b28bbf Revert "Revert "cctools: bump to latest commit""
This reverts commit 0e78f2bd10df60c78144073a9f8dcd6086f046cf.
2019-04-26 21:54:47 -04:00
Matthew Bauer
36450d8d0b cctools: enable tapi everywhere
Gets us closer to #19906.
2019-04-26 21:54:46 -04:00
Matthew Bauer
f76c7b8fab libtapi: init
(cherry picked from commit 69347697d3336d4b6add8276d9f75daf6f0cacf3)
2019-04-26 21:54:46 -04:00
Matthew Bauer
0fe315c9b6 treewide: remove old patches for macOS
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Will Dietz
1cf626ce29
Merge pull request #60060 from dtzWill/update/networkmanager-1.18
networkmanager: 1.16.0 -> 1.18.0
2019-04-26 15:05:04 -05:00
Jan Tojnar
47bf62c0c9
networkmanager: no need for parallel building flag, drop
Per reviewer feedback, thanks!

Co-Authored-By: dtzWill <github@wdtz.org>
2019-04-26 14:56:27 -05:00
Jan Tojnar
89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
worldofpeace
b63c99659e
Merge pull request #60252 from xrelkd/update/you-get
you-get: 0.4.1270 -> 0.4.1295
2019-04-26 09:58:26 -04:00
worldofpeace
bd89f7c0f9
Merge pull request #59915 from lightbulbjim/crawl-icon
crawl: add .desktop file and use high-res app icon
2019-04-26 09:34:03 -04:00
Lancelot SIX
2014975789
qgis: 3.4.6 -> 3.4.7 2019-04-26 15:11:28 +02:00
worldofpeace
fcb0aa89b5
Merge pull request #60055 from dtzWill/update/wpa_supplicant-2.8
wpa_supplicant: 2.7 -> 2.8
2019-04-26 09:08:10 -04:00
Robert Schütz
c890a3dd0f python.pkgs.jinja2: run tests 2019-04-26 13:41:30 +02:00
Frederik Rietdijk
2b9caf8896 pigz: fix cross 2019-04-26 12:48:19 +02:00
Vladyslav M
90fa183b9c
Merge pull request #60168 from xrelkd/update/rust-bindgen
rust-bindgen: 0.42.2 -> 0.49.0
2019-04-26 13:42:31 +03:00
Chris Rendle-Short
82d31fd263 crawl: add .desktop file and use high-res app icon
The crawl source includes .desktop files but currently they are not
installed. This change installs them (with the executable path tweaked
for NixOS compatibility).

Also included in this change is an upstream patch to use the included
high-res app icon instead of the default 32x32 icon. The default icon
is very low res and looks out of place beside other app icons.
2019-04-26 20:14:41 +10:00
Florian Franzen
604dae6797 pythonPackages.joblib: skip flaky test
fixes https://github.com/NixOS/nixpkgs/issues/60248
2019-04-26 12:08:22 +02:00
Daniel Garzon
a08252919a pipenv: fix package (#60045)
* pipenv: add virualenv to propagatedBuildInputs.

* pipenv: add current directory to PYTHONPATH.

* pipenv: remove pew from propagatedBuildInputs.
2019-04-26 12:05:25 +02:00
Silvan Mosberger
b0c46a21e6
pandoc-imagine: init at unstable-2018-11-19 (#59816)
pandoc-imagine: init at unstable-2018-11-19
2019-04-26 12:02:08 +02:00
xrelkd
6361e70117 rust-bindgen: 0.42.2 -> 0.49.0
Update homepage URL (rust-bindgen has been moved to
https://github.com/rust-lang/rust-bindgen from
https://github.com/rust-lang-nursery/rust-bindgen)
2019-04-26 17:51:49 +08:00
xrelkd
51615a51e9 you-get: 0.4.1270 -> 0.4.1295 2019-04-26 16:47:13 +08:00
Peter Simons
d16a5a5916
Merge pull request #60249 from dtzWill/update/bind-9.12.4-P1
bind:  9.12.3-P4 -> 9.12.4-P1
2019-04-26 10:20:37 +02:00
Peter Hoeg
9d7afd0ea8
Merge pull request #60247 from peterhoeg/f/rng
rng-tools: fix missing opensc reference
2019-04-26 15:56:14 +08:00
Peter Hoeg
d06cc58dab rng-tools: fix missing opensc reference 2019-04-26 15:55:37 +08:00
Gabriel Ebner
2f383a4469
freecad: 0.17 -> 0.18.1 (#59923)
freecad: 0.17 -> 0.18.1
2019-04-26 09:46:33 +02:00
Robert Scott
9b69cf0865 pythonPackages.ColanderAlchemy: mark as broken for colander >1.6.0 (#59975)
ColanderAlchemy doesn't seem to have been updated for colander 1.7.0,
or at least its tests haven't been and we get a single, subtle test
failure around null handling which I don't feel comfortable skipping.
Issue filed upstream https://github.com/stefanofontanelli/ColanderAlchemy/issues/107

users that really need this will have to feed in their own pinned
colander package.
2019-04-26 09:15:24 +02:00
Will Dietz
f0f081d3b4 bind: 9.12.3-P4 -> 9.12.4-P1
https://www.openwall.com/lists/oss-security/2019/04/25/1

CVE-2018-5743, CVE-2019-6467, and CVE-2019-6468
2019-04-26 02:08:44 -05:00
Matthias Beyer
31bee0cc7c
wordgrinder: Fix build
First I tried to fix the build like this:

> This fixes the build of the wordgrinder package by disabling the build
> of "xwordgrinder", the non-curses frontend of wordgrinder.
>
> For re-enabling the build, this patch shall be reverted and then go on
> from there.
>
> I opted for disabling the x frontend of this program because the whole
> purpose of this is to use a curses writing program (at least for me).
> It seems that hacking around the new build system in nixpkgs is a
> non-trivial task and I wanted to get this package out of the door as
> fast as possible because I already delayed the fix by a few days (or is
> it weeks already), so this is the simple fix.
>
> If someone wants to have the X frontend again, I can invest more time at
> some point.

But then the almighty aszlig came around and told me how to do it right. So here
we go, with a patch from me that is acutally from aszlig (see #60122).

This fixes the build.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: 6b2bd330fa ("wordgrinder: Fix sha256 hash")
Fixes: 19a3abc1b8 ("wordgrinder: 0.7.1 -> 0.7.2")
Merges: https://github.com/NixOS/nixpkgs/pull/60122
Cc: @devhell
2019-04-26 09:05:05 +02:00
Renaud
ef0174873a
Merge pull request #59467 from r-ryantm/auto-update/cmark
cmark: 0.28.3 -> 0.29.0
2019-04-26 08:57:40 +02:00
Robert Scott
91a6ffa4bd pythonPackages.serversyncstorage: mark as broken if cornice.version != 0.17 (#59884)
this package doesn't build if accessed directly from the top level
without a specially overridden cornice package supplied - as done
by syncserver
2019-04-26 08:42:58 +02:00
Peter Hoeg
eb6ce1c8a9
Merge pull request #60146 from peterhoeg/f/packagekit
nixos/packagekit: make it not error out + test
2019-04-26 14:19:46 +08:00
Peter Hoeg
65e3d0da85
Merge pull request #60244 from peterhoeg/f/kfind
kfind: was not mentioned in all-packages.nix
2019-04-26 14:01:41 +08:00
Peter Hoeg
e90723b3cb kfind: was not referenced in all-packages.nix 2019-04-26 13:35:50 +08:00
Peter Hoeg
b601046305
Merge pull request #60189 from dtzWill/update/msmtp-1.8.4
msmtp: 1.8.3 -> 1.8.4
2019-04-26 13:29:11 +08:00
Will Dietz
8f9b5d2f2a
Merge pull request #59552 from r-ryantm/auto-update/kdb
libsForQt5.kdb: 3.1.0 -> 3.2.0
2019-04-26 00:19:45 -05:00
Will Dietz
020e850774
Merge pull request #60136 from dtzWill/feature/notable
notable: init at 1.4.0
2019-04-26 00:18:26 -05:00
Will Dietz
20ba3c3f34
Merge pull request #60135 from dtzWill/feature/joplin-appimagetools
joplin-desktop: appimageTools-ify
2019-04-26 00:18:00 -05:00