lol

wmctrl: support cross-compilation

Add dependencies on correct place for cross-compiling.
Fix issue where 'glib.h' cannot be found when cross-compiling.

+3 -1
+3 -1
pkgs/tools/X11/wmctrl/default.nix
··· 17 17 sha256 = "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np"; 18 18 }; 19 19 20 - nativeBuildInputs = [ pkg-config ]; 20 + strictDeps = true; 21 + depsBuildBuild = [ pkg-config ]; 22 + nativeBuildInputs = [ glib.dev ]; 21 23 buildInputs = [ libX11 libXmu glib ]; 22 24 23 25 patches = [ ./64-bit-data.patch ];