mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
chore: Match surrounding formatting
This commit is contained in:
parent
843f6eda9b
commit
5f4d6b9478
1 changed files with 3 additions and 5 deletions
|
@ -2081,11 +2081,9 @@ self: super:
|
|||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ self.flit-core ];
|
||||
});
|
||||
|
||||
uwsgi = super.uwsgi.overridePythonAttrs (
|
||||
old: rec {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.ncurses ];
|
||||
}
|
||||
);
|
||||
uwsgi = super.uwsgi.overridePythonAttrs (old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.ncurses ];
|
||||
});
|
||||
|
||||
virtualenv = super.virtualenv.overridePythonAttrs (old: {
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue