Unverified Commit 1bcbf5c5 authored by Artemis Tosini's avatar Artemis Tosini
Browse files

gtk3: Fix build on FreeBSD

parent ebe82111
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,