Merge #176495: unclutter-xfixes: fix cross-compilation

+3
+3
pkgs/tools/misc/unclutter-xfixes/default.nix
··· 16 16 nativeBuildInputs = [ pkg-config asciidoc libxslt docbook_xsl ]; 17 17 buildInputs = [ xlibsWrapper libev libXi libXfixes ]; 18 18 19 + prePatch = '' 20 + substituteInPlace Makefile --replace 'PKG_CONFIG =' 'PKG_CONFIG ?=' 21 + ''; 19 22 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; 20 23 21 24 installFlags = [ "PREFIX=$(out)" ];