tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mldonkey: adds license information
Vincent Laporte
11 years ago
4ec6e0c9
7862ef25
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
p2p
mldonkey
default.nix
+1
pkgs/applications/networking/p2p/mldonkey/default.nix
···
11
11
meta = {
12
12
description = "Client for many p2p networks, with multiple frontends";
13
13
homepage = http://mldonkey.sourceforge.net/;
14
14
+
license = stdenv.lib.licenses.gpl2;
14
15
};
15
16
16
17
buildInputs = [ ocaml zlib ncurses bzip2 file gd libpng ];