chromium: Making hydra build chromium for linux.

I think it will save quite a lot of users build time.
This commit is contained in:
Lluís Batlle i Rossell 2012-06-28 12:56:51 +02:00
parent 42ea23675e
commit c05fcf6a2b

View file

@ -189,5 +189,6 @@ in stdenv.mkDerivation rec {
homepage = http://www.chromium.org/;
maintainers = with stdenv.lib.maintainers; [ goibhniu chaoflow ];
license = licenses.bsd3;
platforms = with stdenv.lib.platforms; linux;
};
}