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
1 changed files with 2 additions and 1 deletions

View File

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