aws-spend-summary: init

This commit is contained in:
Daniel Rolls 2024-11-09 16:11:34 +00:00
parent a28a3dc721
commit c64e1dc196
3 changed files with 4 additions and 0 deletions

View File

@ -465,6 +465,7 @@ self: super: builtins.intersectAttrs super {
shellify = enableSeparateBinOutput super.shellify;
specup = enableSeparateBinOutput super.specup;
aws-spend-summary = enableSeparateBinOutput super.aws-spend-summary;
# Test suite wants to connect to $DISPLAY.
bindings-GLFW = dontCheck super.bindings-GLFW;

View File

@ -18718,6 +18718,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreAudio AudioToolbox;
};
aws-spend-summary = haskellPackages.aws-spend-summary.bin;
ayatana-webmail = callPackage ../applications/networking/mailreaders/ayatana-webmail { };
azmq = callPackage ../development/libraries/azmq { };

View File

@ -269,6 +269,7 @@ let
agda
alex
arion
aws-spend-summary
bench
blucontrol
cabal-install