Making hydra build fossil
svn path=/nixpkgs/trunk/; revision=24781
This commit is contained in:
parent
0d38f21c73
commit
25423cc546
|
@ -39,8 +39,10 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
homepage = http://www.fossil-scm.org/;
|
homepage = http://www.fossil-scm.org/;
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
platforms = with stdenv.lib.platforms; all;
|
||||||
maintainers = [ #Add your name here!
|
maintainers = [ #Add your name here!
|
||||||
stdenv.lib.maintainers.z77z
|
stdenv.lib.maintainers.z77z
|
||||||
|
stdenv.lib.maintainers.viric
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue