add sqlitedict to setuptools

This commit is contained in:
Valentin Boettcher 2022-11-24 20:36:45 +01:00
parent 26fb5a3a77
commit 37f85bedff
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -32,6 +32,14 @@
}
);
sqlitedict = super.sqlitedict.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.setuptools
];
}
);
fcspline = super.fcspline.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [