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;
|
shellify = enableSeparateBinOutput super.shellify;
|
||||||
specup = enableSeparateBinOutput super.specup;
|
specup = enableSeparateBinOutput super.specup;
|
||||||
|
aws-spend-summary = enableSeparateBinOutput super.aws-spend-summary;
|
||||||
|
|
||||||
# Test suite wants to connect to $DISPLAY.
|
# Test suite wants to connect to $DISPLAY.
|
||||||
bindings-GLFW = dontCheck super.bindings-GLFW;
|
bindings-GLFW = dontCheck super.bindings-GLFW;
|
||||||
|
|||||||
@ -18718,6 +18718,8 @@ with pkgs;
|
|||||||
inherit (darwin.apple_sdk.frameworks) CoreAudio AudioToolbox;
|
inherit (darwin.apple_sdk.frameworks) CoreAudio AudioToolbox;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aws-spend-summary = haskellPackages.aws-spend-summary.bin;
|
||||||
|
|
||||||
ayatana-webmail = callPackage ../applications/networking/mailreaders/ayatana-webmail { };
|
ayatana-webmail = callPackage ../applications/networking/mailreaders/ayatana-webmail { };
|
||||||
|
|
||||||
azmq = callPackage ../development/libraries/azmq { };
|
azmq = callPackage ../development/libraries/azmq { };
|
||||||
|
|||||||
@ -269,6 +269,7 @@ let
|
|||||||
agda
|
agda
|
||||||
alex
|
alex
|
||||||
arion
|
arion
|
||||||
|
aws-spend-summary
|
||||||
bench
|
bench
|
||||||
blucontrol
|
blucontrol
|
||||||
cabal-install
|
cabal-install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user