mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
libsForQt5.kguiaddons: fix darwin build (#429372)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
wayland-scanner,
|
||||
@@ -13,10 +15,14 @@ mkDerivation {
|
||||
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
wayland-scanner
|
||||
];
|
||||
buildInputs = [
|
||||
qtx11extras
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
wayland
|
||||
plasma-wayland-protocols
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user