Commit b5c40c9b authored by John Chadwick's avatar John Chadwick
Browse files

wlroots_0_20: fix dupe lcms2 dependency

parent f949947f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
    ];
  };
}