forked from mirrors/nixpkgs
build hydra on linux
svn path=/nixpkgs/trunk/; revision=25568
This commit is contained in:
parent
046125bd1d
commit
6a3c13835c
|
@ -60,5 +60,8 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
''; # */
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue