Skip to content

Commit

Permalink
and more overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Oct 28, 2024
1 parent 5919cf7 commit 99a00eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ let
psycopg = prev.psycopg.overridePythonAttrs (old: {
buildInputs = old.buildInputs or [ ]
++ lib.optionals pkgs.stdenv.isDarwin [ pkgs.openssl ];
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ pkgs.postgresql ];
});

psycopg-c = prev.psycopg-c.overridePythonAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ pkgs.postgresql ];
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ final.setuptools ];
});
});
groups = poetry-groups;
Expand Down

0 comments on commit 99a00eb

Please sign in to comment.