Unverified Commit a8cbaf79 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ldmud: move to pkgs/by-name (#402169)

parents 0169a2ff 6153656e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
  openssl,
  pythonSupport ? false,
  python310,
  ...
}:

stdenv.mkDerivation rec {
+1 −3
Original line number Diff line number Diff line
@@ -17151,9 +17151,7 @@ with pkgs;
    useProprietaryAssets = false;
  };
  ldmud = callPackage ../games/ldmud { };
  ldmud-full = callPackage ../games/ldmud {
  ldmud-full = callPackage ../by-name/ld/ldmud/package.nix {
    ipv6Support = true;
    mccpSupport = true;
    mysqlSupport = true;