* Don't build mysql-workbench on i686-linux since it just hangs
(http://hydra.nixos.org/build/2482930). svn path=/nixpkgs/trunk/; revision=33939
This commit is contained in:
parent
27de563164
commit
5287bbf3a8
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@ exec 19> $FIFOCTL
|
|||
homepage = http://wb.mysql.com/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.kkallio ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue