rasm: migrate to by-name

This commit is contained in:
Sigmanificient 2024-05-16 14:26:02 +02:00
parent 8dc6448187
commit a1c8fe355c
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -16538,8 +16538,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;
};