jasper: mark broken if cross
This commit is contained in:
parent
a2440fb078
commit
7062470d7f
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user