Commit e5342939 authored by Marcin Serwin's avatar Marcin Serwin Committed by github-actions[bot]
Browse files

imv: fix libGL dependency



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
(cherry picked from commit a0f58333)
parent 40e4977b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  withWindowSystem ? if stdenv.hostPlatform.isLinux then "all" else "x11",
  xorg,
  libxkbcommon,
  libGLU,
  libGL,
  wayland,
  wayland-protocols,
  wayland-scanner,
@@ -49,7 +49,6 @@ let
  windowSystems = {
    all = windowSystems.x11 ++ windowSystems.wayland;
    x11 = [
      libGLU
      xorg.libxcb
      xorg.libX11
    ];
@@ -123,6 +122,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    cmocka
    libGL
    icu
    libxkbcommon
    pango