mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kitsas: add qtwayland build input for linux
This commit is contained in:
parent
74b36317c0
commit
8ad3334599
@ -25,13 +25,17 @@ stdenv.mkDerivation rec {
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libzip
|
||||
poppler
|
||||
qt6.qt5compat
|
||||
qt6.qtsvg
|
||||
qt6.qtwebengine
|
||||
];
|
||||
buildInputs =
|
||||
[
|
||||
libzip
|
||||
poppler
|
||||
qt6.qt5compat
|
||||
qt6.qtsvg
|
||||
qt6.qtwebengine
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isLinux [
|
||||
qt6.qtwayland
|
||||
];
|
||||
|
||||
# We use a separate build-dir as otherwise ld seems to get confused between
|
||||
# directory and executable name on buildPhase.
|
||||
|
Loading…
Reference in New Issue
Block a user