kicad: don't try to build on hydra

This commit is contained in:
Franz Pletz 2017-09-29 01:41:09 +02:00
parent 963435a462
commit 0dc882e3d4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
hydraPlatforms = []; # 'output limit exceeded' error on hydra
};
}