chore: Match surrounding formatting

This commit is contained in:
Alex Chalk 2021-10-04 10:29:13 -04:00 committed by adisbladis
parent 843f6eda9b
commit 5f4d6b9478
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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 = ''