sioyek: add qtwayland to buildInputs (#350027)
This commit is contained in:
commit
d3e72acf1d
@ -24,17 +24,20 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-MOqWitXnYn8efk2LSeAOhmpcxGn6hbvjXbNTXEDdxIM=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
gumbo
|
||||
harfbuzz
|
||||
jbig2dec
|
||||
mujs
|
||||
mupdf
|
||||
openjpeg
|
||||
qt6.qt3d
|
||||
qt6.qtbase
|
||||
qt6.qtspeech
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ freetype ];
|
||||
buildInputs =
|
||||
[
|
||||
gumbo
|
||||
harfbuzz
|
||||
jbig2dec
|
||||
mujs
|
||||
mupdf
|
||||
openjpeg
|
||||
qt6.qt3d
|
||||
qt6.qtbase
|
||||
qt6.qtspeech
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ qt6.qtwayland ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ freetype ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
Loading…
Reference in New Issue
Block a user