xapian: fixed version: GPL -> GPLv2+ - thanks Ludo’
svn path=/nixpkgs/trunk/; revision=26988
This commit is contained in:
parent
0387298eaa
commit
6680e9f30b
@ -8,12 +8,12 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0aed7296bd56b4b49aba944cc744e1e76fff8cfb0a70fd5b1f49d4c62a97ecc6";
|
sha256 = "0aed7296bd56b4b49aba944cc744e1e76fff8cfb0a70fd5b1f49d4c62a97ecc6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [zlib];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Xapian Probabilistic Information Retrieval library";
|
description = "Xapian Probabilistic Information Retrieval library";
|
||||||
homepage = "http://xapian.org";
|
homepage = "http://xapian.org";
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ composableDerivation.composableDerivation {} rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Bindings for the Xapian library";
|
description = "Bindings for the Xapian library";
|
||||||
homepage = xapian10.meta.homepage;
|
homepage = xapian10.meta.homepage;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ composableDerivation.composableDerivation {} rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Bindings for the Xapian library";
|
description = "Bindings for the Xapian library";
|
||||||
homepage = xapian.meta.homepage;
|
homepage = xapian.meta.homepage;
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Xapian Probabilistic Information Retrieval library";
|
description = "Xapian Probabilistic Information Retrieval library";
|
||||||
homepage = "http://xapian.org";
|
homepage = "http://xapian.org";
|
||||||
license = "GPL";
|
license = "GPLv2+";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user