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];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
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