rasm: migrate to by-name
This commit is contained in:
parent
8dc6448187
commit
a1c8fe355c
@ -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
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user