gtk3: Fix build on FreeBSD (#492522)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user