mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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;
|
license = licenses.lgpl21Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
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