overrides: Fix building black

This commit is contained in:
adisbladis 2021-09-22 22:24:58 -05:00
parent 1d9c857d07
commit 6b6555292c
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -100,6 +100,12 @@ self: super:
}
);
black = super.black.overridePythonAttrs (
old: {
dontPreferSetupPy = true;
}
);
borgbackup = super.borgbackup.overridePythonAttrs (
old: {
BORG_OPENSSL_PREFIX = pkgs.openssl.dev;