Skip to content

Commit

Permalink
xcb-imdkit: Enforce & fix under strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Dec 12, 2024
1 parent 4e7a971 commit c21e9e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/by-name/xc/xcb-imdkit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit c21e9e7

Please sign in to comment.