mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.pymssql: add override
This commit is contained in:
parent
31fde2890a
commit
601609e83b
1 changed files with 7 additions and 0 deletions
|
@ -1335,6 +1335,13 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
pymssql = super.pymssql.overridePythonAttrs (old: {
|
||||
buildInputs = (old.buildInputs or [ ])
|
||||
++ [ self.cython pkgs.openssl ];
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ])
|
||||
++ [ pkgs.freetds ];
|
||||
});
|
||||
|
||||
pyopenssl = super.pyopenssl.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.openssl ];
|
||||
|
|
Loading…
Add table
Reference in a new issue