Making hydra build opencv.
svn path=/nixpkgs/trunk/; revision=22596
This commit is contained in:
parent
c167ef5ca5
commit
4457134e10
@ -16,5 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Open Computer Vision Library with more than 500 algorithms";
|
description = "Open Computer Vision Library with more than 500 algorithms";
|
||||||
homepage = http://opencv.willowgarage.com/;
|
homepage = http://opencv.willowgarage.com/;
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user