Commit f0461bc9 authored by rewine's avatar rewine
Browse files

{scenefx,swayfx-unwrapped}: depend on wlroots_0_17

each new wlroots release comes with so many breaking changes, should keep depending on `wlroots_0_*` before wlroots 1.0 release
parent 1e00e903
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  meson,
  ninja,
  wlroots,
  wlroots_0_17,
  scdoc,
  pkg-config,
  wayland,
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
    pixman
    wayland
    wayland-protocols
    wlroots
    wlroots_0_17
  ];

  passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
  scenefx,
  wayland-scanner,
  xcbutilwm,
  wlroots,
  wlroots_0_17,
  testers,
  nixosTests,
  # Used by the NixOS module:
@@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
    scenefx
    wayland
    wayland-protocols
    (wlroots.override { inherit (finalAttrs) enableXWayland; })
    (wlroots_0_17.override { inherit (finalAttrs) enableXWayland; })
  ] ++ lib.optionals finalAttrs.enableXWayland [ xcbutilwm ];

  mesonFlags =