rasm: migrate to by-name

This commit is contained in:
Sigmanificient
2024-05-17 21:14:44 +02:00
parent 8dc6448187
commit a1c8fe355c
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
-2
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;
};