jasper: mark broken if cross

This commit is contained in:
Adam Joseph
2023-11-05 00:55:16 +00:00
committed by Adam Joseph
parent a2440fb078
commit 7062470d7f
+3
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;
};
})