icewm: fix cross compilation, set strictDeps

This commit is contained in:
Nick Cao 2024-05-26 11:18:22 -04:00
parent 4615c9daf6
commit 68c7c41401
No known key found for this signature in database

View File

@ -49,10 +49,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-n0p8i6v6QreCFiChngHnx+5K4Djj34/+dmIA+bj/0cU=";
};
strictDeps = true;
nativeBuildInputs = [
cmake
perl
pkg-config
gettext # msgmerge
];
buildInputs = [