Add meta.platforms
svn path=/nixpkgs/trunk/; revision=23111
This commit is contained in:
parent
415cf4cd1c
commit
58ab0bf5bb
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user