fltk14: add libdecor to buildInputs for Wayland (#447303)

This commit is contained in:
Grimmauld
2025-09-30 07:05:36 +00:00
committed by GitHub
+2
View File
@@ -41,6 +41,7 @@
wayland-protocols,
libxkbcommon,
wayland-scanner,
libdecor,
withExamples ? (stdenv.buildPlatform == stdenv.hostPlatform),
@@ -118,6 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland
wayland-protocols
libxkbcommon
libdecor
]
++ lib.optionals withCairo [
cairo