aws-spend-summary: init
This commit is contained in:
parent
a28a3dc721
commit
c64e1dc196
@ -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;
|
||||
|
@ -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 { };
|
||||
|
@ -269,6 +269,7 @@ let
|
||||
agda
|
||||
alex
|
||||
arion
|
||||
aws-spend-summary
|
||||
bench
|
||||
blucontrol
|
||||
cabal-install
|
||||
|
Loading…
x
Reference in New Issue
Block a user