Commit febcfca9 authored by rewine's avatar rewine
Browse files

wlroots_0_18: init at 0.18.0

parent f0461bc9
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
, glslang
, libliftoff
, libdisplay-info
, lcms2
, nixosTests

, enableXWayland ? true
@@ -137,5 +138,19 @@ rec {
    ];
  };

  wlroots = wlroots_0_17;
  wlroots_0_18 = generic {
    version = "0.18.0";
    hash = "sha256-LiRnvu7qCbfSg+ONWVCtWwdzxxFZHfbgmy7zApCIW40=";
    extraNativeBuildInputs = [
      hwdata
    ];
    extraBuildInputs = [
      ffmpeg
      libliftoff
      libdisplay-info
      lcms2
    ];
  };

  wlroots = wlroots_0_18;
}
+1 −0
Original line number Diff line number Diff line
@@ -31230,6 +31230,7 @@ with pkgs;
  inherit (callPackages ../development/libraries/wlroots {})
    wlroots_0_16
    wlroots_0_17
    wlroots_0_18
    wlroots;
  sway-contrib = recurseIntoAttrs (callPackages ../applications/misc/sway-contrib { });