jasper: mark broken if cross

This commit is contained in:
Adam Joseph 2023-11-04 00:57:23 -07:00 committed by Adam Joseph
parent a2440fb078
commit 7062470d7f

View File

@ -48,5 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
# The value of __STDC_VERSION__ cannot be automatically determined when cross-compiling.
broken = stdenv.buildPlatform != stdenv.hostPlatform;
};
})