eiskaltdcpp: set platforms.all, fix description

Close #3051.
This commit is contained in:
Vladimír Čunát 2014-08-14 21:09:41 +02:00
parent f5aa55a3f9
commit 7050914ed2

View File

@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
description = "EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols";
meta = with stdenv.lib; {
description = "A cross-platform program that uses the Direct Connect and ADC protocols";
homepage = https://code.google.com/p/eiskaltdc/;
license = stdenv.lib.licenses.gpl3Plus;
license = licenses.gpl3Plus;
platforms = platforms.all;
};
}