wlroots_0_20: fix dupe lcms2 dependency

This commit is contained in:
John Chadwick
2026-03-30 19:16:39 -04:00
parent f949947f9c
commit b5c40c9b5f
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch,
meson,
ninja,
pkg-config,
@@ -176,8 +175,5 @@ in
wlroots_0_20 = generic {
version = "0.20.0";
hash = "sha256-hVJlJiJK6+9RkgkmQzUzb8ypVMqsNhbQG6KfeCvxtb0=";
extraBuildInputs = [
lcms2
];
};
}