libamplsolver: mark cross-compile as broken

This commit is contained in:
FliegendeWurst 2024-11-05 16:48:29 +01:00
parent c2f7a00e88
commit fd45458624

View File

@ -35,5 +35,7 @@ stdenv.mkDerivation rec {
license = [ licenses.mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ aanderse ];
# generates header at compile time
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
};
}