gtk3: Fix build on FreeBSD

This commit is contained in:
Artemis Tosini
2026-02-20 11:56:53 -05:00
parent ebe821115d
commit 1bcbf5c5b6
+2 -2
View File
@@ -47,8 +47,8 @@
sassc,
trackerSupport ? stdenv.hostPlatform.isLinux && (stdenv.buildPlatform == stdenv.hostPlatform),
tinysparql,
x11Support ? stdenv.hostPlatform.isLinux,
waylandSupport ? stdenv.hostPlatform.isLinux,
x11Support ? stdenv.hostPlatform.isLinux || stdenv.hostPlatform.isFreeBSD,
waylandSupport ? stdenv.hostPlatform.isLinux || stdenv.hostPlatform.isFreeBSD,
libGL,
wayland,
wayland-protocols,