Unverified Commit 9664ef8c authored by rewine's avatar rewine Committed by GitHub
Browse files

wlroots_0_14: remove (#246011)

No Nixpkgs package depends on wlroots 0.14 anymore so we can remove it.
Fixes #151311.
parent e6ab4698
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ let
      strictDeps = true;
      depsBuildBuild = [ pkg-config ];

      nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ]
      nativeBuildInputs = [ meson ninja pkg-config wayland-scanner glslang ]
        ++ extraNativeBuildInputs;

      buildInputs = [
@@ -110,23 +110,14 @@ let

in
rec {
  wlroots_0_14 = generic {
    version = "0.14.1";
    hash = "sha256-wauk7TCL/V7fxjOZY77KiPbfydIc9gmOiYFOuum4UOs=";
  };

  wlroots_0_15 = generic {
    version = "0.15.1";
    hash = "sha256-MFR38UuB/wW7J9ODDUOfgTzKLse0SSMIRYTpEaEdRwM=";
    extraBuildInputs = [ vulkan-loader ];
    extraNativeBuildInputs = [ glslang ];
  };

  wlroots_0_16 = generic {
    version = "0.16.2";
    hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ=";
    extraBuildInputs = [ vulkan-loader ];
    extraNativeBuildInputs = [ glslang ];
    extraPatch = ''
      substituteInPlace backend/drm/meson.build \
        --replace /usr/share/hwdata/ ${hwdata}/share/hwdata/
+1 −0
Original line number Diff line number Diff line
@@ -1828,6 +1828,7 @@ mapAliases ({
  winpdb = throw "winpdb has been removed: abandoned by upstream"; # Added 2022-04-22
  winusb = throw "'winusb' has been renamed to/replaced by 'woeusb'"; # Converted to throw 2022-02-22
  wireguard = throw "'wireguard' has been renamed to/replaced by 'wireguard-tools'"; # Converted to throw 2022-02-22
  wlroots_0_14 = throw "'wlroots_0_14' has been removed in favor of newer versions"; # Added 2023-07-29
  wormhole-rs = magic-wormhole-rs; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
  wmii_hg = wmii;
  wmc-mpris = throw "wmc-mpris has been abandoned by upstream due to its redundancy"; # Added 2022-11-13
+0 −1
Original line number Diff line number Diff line
@@ -32225,7 +32225,6 @@ with pkgs;
  super-productivity = callPackage ../applications/office/super-productivity { };
  inherit (callPackages ../development/libraries/wlroots {})
    wlroots_0_14
    wlroots_0_15
    wlroots_0_16
    wlroots;