Merge pull request #314870 from NickCao/icewm

icewm: fix cross compilation, set strictDeps
This commit is contained in:
Sandro 2024-05-27 22:32:02 +02:00 committed by GitHub
commit 8ac6627be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [