qt5.qtwebengine: don't propagate cups dependency
This commit is contained in:
parent
45ab55e6e2
commit
ecbb9d3639
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue