dclib: add license, description, and homepage
This commit is contained in:
parent
b212289b9b
commit
bf05411b3f
@ -10,7 +10,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [libxml2 openssl bzip2];
|
buildInputs = [libxml2 openssl bzip2];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
description = "Peer-to-Peer file sharing client";
|
||||||
|
homepage = "http://dcgui.berlios.de";
|
||||||
|
platforms = platforms.linux;
|
||||||
|
license = [ licenses.openssl licenses.gpl2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user