Skip to content

Commit

Permalink
wip trying to fix rich-rst build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Aug 29, 2024
1 parent 381caca commit 85998f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,16 @@ builtins.mapAttrs (_: patchPhps phpLogPermissionPatch) {

rabbitmq-server_3_8 = super.rabbitmq-server;

rich-cli = super.rich-cli.overridePythonAttrs (prev: {
propagatedBuildInputs = with self.python3Packages; [
rich
click
requests
textual
rich-rst
];
});

# Ruby 2.7 is EOL but we still need it for Sensu until Aramaki takes over ;)
#ruby_2_7 = getClosureFromStore /nix/store/qqc6v89xn0g2w123wx85blkpc4pz2ags-ruby-2.7.8;

Expand Down

0 comments on commit 85998f1

Please sign in to comment.