Commit c21e9e74 authored by OPNA2608's avatar OPNA2608
Browse files

xcb-imdkit: Enforce & fix under strictDeps

parent 4e7a971f
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
  ];