Making hydra build opencv.

svn path=/nixpkgs/trunk/; revision=22596
This commit is contained in:
Lluís Batlle i Rossell 2010-07-14 07:50:06 +00:00
parent c167ef5ca5
commit 4457134e10

View File

@ -16,5 +16,7 @@ stdenv.mkDerivation rec {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.willowgarage.com/;
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}