libamplsolver: mark cross-compile as broken (#353865)

This commit is contained in:
Atemu
2024-11-05 20:53:52 +01:00
committed by GitHub
@@ -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;
};
}