mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
codec2: mark cross as broken
This commit is contained in:
parent
52015d4a13
commit
bd00d7fafb
1 changed files with 2 additions and 0 deletions
|
@ -48,5 +48,7 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl21Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
# generate_codebook only built for host platform
|
||||
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue