mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
yajl: enable Hydra build
svn path=/nixpkgs/trunk/; revision=29838
This commit is contained in:
parent
39df2ce05e
commit
c8e061945c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue