Add meta.platforms

svn path=/nixpkgs/trunk/; revision=23111
This commit is contained in:
Yury G. Kudryashov 2010-08-11 12:24:12 +00:00
parent 415cf4cd1c
commit 58ab0bf5bb

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, lib, cmake, qt4, perl, bzip2, libxml2, expat, exiv2 { stdenv, fetchurl, cmake, qt4, perl, bzip2, libxml2, expat, exiv2
, cluceneCore , cluceneCore
}: }:
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://strigi.sourceforge.net; homepage = http://strigi.sourceforge.net;
description = "A very fast and efficient crawler to index data on your harddrive"; description = "A very fast and efficient crawler to index data on your harddrive";
license = "LGPL"; license = "LGPL";
maintainers = [ lib.maintainers.sander ]; maintainers = with stdenv.lib.maintainers; [ sander urkud ];
inherit (qt4.meta) platforms;
}; };
} }