Unverified Commit 6153656e authored by TomaSajt's avatar TomaSajt
Browse files

ldmud: move to pkgs/by-name

parent 4e77eb75
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;