* 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:
Eelco Dolstra 2012-04-27 09:31:11 +00:00
parent 27de563164
commit 5287bbf3a8

View File

@ -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" ];
};
}