mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
libamplsolver: mark cross-compile as broken
This commit is contained in:
parent
c2f7a00e88
commit
fd45458624
@ -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