Unverified Commit 23aa77bf authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

xcb-imdkit: Enforce & fix under strictDeps (#364712)

parents bd7d7474 c21e9e74
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,14 +21,16 @@ stdenv.mkDerivation rec {
    hash = "sha256-QfuetGPY6u4OhFiE5/CoVEpdODWnd1PHWBtM3ymsZ98=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    cmake
    extra-cmake-modules
    xorgproto
    uthash
  ];

  buildInputs = [
    extra-cmake-modules
    xcbutil
    xcbutilkeysyms
  ];