Skip to content

Commit

Permalink
dotnet/combine-packages: don't inherit meta from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
corngood committed Dec 9, 2024
1 parent 2024942 commit 914bd66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/development/compilers/dotnet/combine-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ mkWrapper "sdk" (buildEnv {
);
};

inherit (cli) meta;
meta = {
description = "${cli.meta.description} (combined)";
maintainers = with lib.maintainers; [ corngood ];
inherit (cli.meta) mainProgram;
};
})

0 comments on commit 914bd66

Please sign in to comment.