1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

yajl: enable Hydra build

svn path=/nixpkgs/trunk/; revision=29838
This commit is contained in:
Marco Maggesi 2011-10-14 14:14:36 +00:00
parent 39df2ce05e
commit c8e061945c

View file

@ -19,5 +19,9 @@ stdenv.mkDerivation {
'';
homepage = http://lloyd.github.com/yajl/;
license = stdenv.lib.license.isc;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [
z77z
];
};
}