mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
yap: mark 32 bit Linux build broken
This commit is contained in:
parent
6af6b8baae
commit
38c67a358e
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = !stdenv.is64bit; # the linux 32 bit build fails.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue