mldonkey: migrate to by-name

Assisted-by: Cursor Composer 2.5
This commit is contained in:
Guy Chronister
2026-06-08 10:30:30 -05:00
parent e7f4629860
commit 2eaf7e14b5
3 changed files with 1 additions and 3 deletions
@@ -10,7 +10,7 @@
}:
let
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
in
stdenv.mkDerivation (finalAttrs: {
pname = "mldonkey";
-2
View File
@@ -9390,8 +9390,6 @@ with pkgs;
mercurialFull = mercurial.override { fullBuild = true; };
mldonkey = callPackage ../applications/networking/p2p/mldonkey { };
monotone = callPackage ../applications/version-management/monotone {
lua = lua5;
};