Skip to content

Commit

Permalink
[wip] xa: set meta.categories
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Aug 10, 2023
1 parent 9ac9033 commit fc3f188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/xa/xa.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
suite, as well as "bare" plain binary object files
- block structure for label scoping
'';
categories = with lib.categories; [ assembler ];
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = with lib.platforms; unix;
Expand Down

0 comments on commit fc3f188

Please sign in to comment.