mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
chromium: Making hydra build chromium for linux.
I think it will save quite a lot of users build time.
This commit is contained in:
parent
42ea23675e
commit
c05fcf6a2b
@ -189,5 +189,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.chromium.org/;
|
homepage = http://www.chromium.org/;
|
||||||
maintainers = with stdenv.lib.maintainers; [ goibhniu chaoflow ];
|
maintainers = with stdenv.lib.maintainers; [ goibhniu chaoflow ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user