Skip to content

Commit

Permalink
Fix rich-cli build failure, add to important packages
Browse files Browse the repository at this point in the history
Building it with updated dependencies (they are pinned to older
versions in the upstream package) works.

PL-132940
  • Loading branch information
dpausp committed Aug 29, 2024
1 parent 0ea54d9 commit 6b886b6
Show file tree
Hide file tree
Showing 2 changed files with 12 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
2 changes: 2 additions & 0 deletions release/important_packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"python3Packages.pyyaml",
"python3Packages.requests",
"python3Packages.rich",
"python3Packages.rich-rst",
"python3Packages.structlog",
"python3Packages.supervisor",
"python3Packages.urllib3",
Expand All @@ -189,6 +190,7 @@
"rabbitmq-server_3_8",
"re2c",
"redis",
"rich-cli",
"roundcube",
"rsync",
"ruby",
Expand Down

0 comments on commit 6b886b6

Please sign in to comment.