qt5.qtwebengine: don't propagate cups dependency
This commit is contained in:
parent
45ab55e6e2
commit
ecbb9d3639
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue