rasm: migrate to by-name

(cherry picked from commit a1c8fe355c1f9809e72c320d0b629cdc3849d5d4)
This commit is contained in:
Sigmanificient 2024-05-16 14:26:02 +02:00 committed by github-actions[bot]
parent 84cbb6059e
commit ea6f9766de
2 changed files with 1 additions and 3 deletions

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://www.roudoudou.com/rasm/";
homepage = "http://rasm.wikidot.com/english-index:home";
description = "Z80 assembler";
mainProgram = "rasm";
# use -n option to display all licenses

@ -16546,8 +16546,6 @@ with pkgs;
qbe = callPackage ../development/compilers/qbe { };
rasm = callPackage ../development/compilers/rasm { };
replibyte = callPackage ../development/tools/database/replibyte {
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};