qt5.qtwebengine: don't propagate cups dependency

This commit is contained in:
Dmitry Kalinkin 2019-01-20 14:57:59 -05:00
parent 45ab55e6e2
commit ecbb9d3639
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -206,12 +206,13 @@ EOF
Quartz
Cocoa
cups
openbsm
libunwind
]);
buildInputs = optionals stdenv.isDarwin (with darwin; [
cups
# For sandbox.h include
(runCommand "MacOS_SDK_sandbox.h" {} ''
install -Dm444 "${lib.getDev darwin.apple_sdk.sdk}"/include/sandbox.h "$out"/include/sandbox.h