mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
libamplsolver: mark cross-compile as broken (#353865)
This commit is contained in:
commit
8b01247297
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user