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

This commit is contained in:
Atemu 2024-11-05 20:53:52 +01:00 committed by GitHub
commit 8b01247297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};
}