wlroots_0_15: remove

This commit is contained in:
rewine 2024-03-28 18:36:34 +08:00
parent 5b405ca28c
commit 2d23affa03
2 changed files with 0 additions and 10 deletions

View File

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitLab , fetchFromGitLab
, fetchpatch
, meson , meson
, ninja , ninja
, pkg-config , pkg-config
@ -113,14 +112,6 @@ let
in in
rec { rec {
wlroots_0_15 = generic {
version = "0.15.1";
hash = "sha256-MFR38UuB/wW7J9ODDUOfgTzKLse0SSMIRYTpEaEdRwM=";
extraBuildInputs = [
ffmpeg_4
];
};
wlroots_0_16 = generic { wlroots_0_16 = generic {
version = "0.16.2"; version = "0.16.2";
hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ="; hash = "sha256-JeDDYinio14BOl6CbzAPnJDOnrk4vgGNMN++rcy2ItQ=";

View File

@ -32041,7 +32041,6 @@ with pkgs;
super-productivity = callPackage ../applications/office/super-productivity { }; super-productivity = callPackage ../applications/office/super-productivity { };
inherit (callPackages ../development/libraries/wlroots {}) inherit (callPackages ../development/libraries/wlroots {})
wlroots_0_15
wlroots_0_16 wlroots_0_16
wlroots_0_17 wlroots_0_17
wlroots; wlroots;