parent
f5aa55a3f9
commit
7050914ed2
@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocols";
|
description = "A cross-platform program that uses the Direct Connect and ADC protocols";
|
||||||
homepage = https://code.google.com/p/eiskaltdc/;
|
homepage = https://code.google.com/p/eiskaltdc/;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user