Unverified Commit fa8a1ad9 authored by natsukium's avatar natsukium
Browse files

moralerspace-hwnf: remove

parent 2dc854ee
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
{
  lib,
  stdenvNoCC,
  fetchzip,
  moralerspace,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "moralerspace-hwnf";
  inherit (moralerspace) version meta;

  src = fetchzip {
    url = "https://github.com/yuru7/moralerspace/releases/download/v${finalAttrs.version}/MoralerspaceHWNF_v${finalAttrs.version}.zip";
    hash = "sha256-XRdDcfgwbP5g26xh9rlHRp9i//k5PdRhMExMy3ibN/4=";
  };

  installPhase = ''
    runHook preInstall

    install -Dm644 *.ttf -t $out/share/fonts/moralerspace-hwnf

    runHook postInstall
  '';

  passthru = {
    inherit (moralerspace) updateScript;
  };
})
+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      attrPath = "moralerspace-hwjpdoc";
      extraArgs = [ "--version=skip" ];
    })
    (nix-update-script {
      attrPath = "moralerspace-hwnf";
      extraArgs = [ "--version=skip" ];
    })
    (nix-update-script {
      attrPath = "moralerspace-jpdoc";
      extraArgs = [ "--version=skip" ];
+1 −0
Original line number Diff line number Diff line
@@ -1588,6 +1588,7 @@ mapAliases {
  mongodb-5_0 = throw "mongodb-5_0 has been removed, it's end of life since October 2024"; # Added 2024-10-01
  mongodb-6_0 = throw "mongodb-6_0 has been removed, it's end of life since July 2025"; # Added 2025-07-23
  moralerspace-nf = throw "moralerspace-nf has been removed, use moralerspace instead."; # Added 2025-08-30
  moralerspace-hwnf = throw "moralerspace-hwnf has been removed, use moralerspace-hw instead."; # Added 2025-08-30
  moz-phab = mozphab; # Added 2022-08-09
  mp3info = throw "'mp3info' has been removed due to lack of maintenance upstream. Consider using 'eartag' or 'tagger' instead"; # Added 2024-09-14
  mp3splt = throw "'mp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17