nixpkgs-fmt fixup

A git pre-commit hook would be useful...
This commit is contained in:
adisbladis 2020-01-22 17:20:49 +00:00
parent 419304ee18
commit c8a486b894
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
2 changed files with 10 additions and 8 deletions

View file

@ -80,12 +80,14 @@ self: super:
# Environment markers are not always included (depending on how a dep was defined)
enum34 = if self.pythonAtLeast "3.4" then null else super.enum34;
faker = super.faker.overrideAttrs(old: {
faker = super.faker.overrideAttrs (
old: {
buildInputs = old.buildInputs ++ [
# Prefer canonical pypi name and fallback to nixpkgs name
(self.pytest-runner or self.pytestrunner)
];
});
}
);
grandalf = super.grandalf.overrideAttrs (
old: {