yajl: enable Hydra build
svn path=/nixpkgs/trunk/; revision=29838
This commit is contained in:
parent
39df2ce05e
commit
c8e061945c
@ -19,5 +19,9 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
homepage = http://lloyd.github.com/yajl/;
|
homepage = http://lloyd.github.com/yajl/;
|
||||||
license = stdenv.lib.license.isc;
|
license = stdenv.lib.license.isc;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [
|
||||||
|
z77z
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user