Commit 9125c0b7 authored by Emily's avatar Emily
Browse files

wlroots_0_16: drop

No remaining users in the tree, and another FFmpeg 4 dependency
vanquished.
parent 4da382b6
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
, mesa
, xorg
, libpng
, ffmpeg_4
, ffmpeg
, hwdata
, seatd
@@ -113,18 +112,6 @@ let

in
rec {
  wlroots_0_16 = generic {
    version = "0.16.2";
    hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ=";
    postPatch = ''
      substituteInPlace backend/drm/meson.build \
        --replace /usr/share/hwdata/ ${hwdata}/share/hwdata/
    '';
    extraBuildInputs = [
      ffmpeg_4
    ];
  };

  wlroots_0_17 = generic {
    version = "0.17.4";
    hash = "sha256-AzmXf+HMX/6VAr0LpfHwfmDB9dRrrLQHt7l35K98MVo=";
+1 −0
Original line number Diff line number Diff line
@@ -1545,6 +1545,7 @@ mapAliases ({
  wkhtmltopdf-bin = wkhtmltopdf; # Added 2024-07-17
  wlroots_0_14 = throw "'wlroots_0_14' has been removed in favor of newer versions"; # Added 2023-07-29
  wlroots_0_15 = throw "'wlroots_0_15' has been removed in favor of newer versions"; # Added 2024-03-28
  wlroots_0_16 = throw "'wlroots_0_16' has been removed in favor of newer versions"; # Added 2024-07-14
  wlroots = wlroots_0_18; # wlroots is unstable, we must keep depending on 'wlroots_0_*', convert to package after a stable(1.x) release
  wordpress6_1 = throw "'wordpress6_1' has been removed in favor of the latest version"; # Added 2023-10-10
  wordpress6_2 = throw "'wordpress6_2' has been removed in favor of the latest version"; # Added 2023-10-10
+0 −1
Original line number Diff line number Diff line
@@ -31174,7 +31174,6 @@ with pkgs;
  super-productivity = callPackage ../applications/office/super-productivity { };
  inherit (callPackages ../development/libraries/wlroots {})
    wlroots_0_16
    wlroots_0_17
    wlroots_0_18;