Merge pull request #142 from mjlbach/overrides-add-vispy

Add override for vispy
This commit is contained in:
adisbladis 2020-08-14 00:05:32 +02:00 committed by GitHub
commit d0f730fd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -918,6 +918,16 @@ self: super:
}
);
vispy = super.vispy.overrideAttrs (
old: {
inherit (pkgs.python3.pkgs.vispy) patches;
nativeBuildInputs = old.nativeBuildInputs ++ [
self.cython
self.setuptools-scm-git-archive
];
}
);
uvloop = super.uvloop.overridePythonAttrs (
old: {
buildInputs = old.buildInputs ++ lib.optionals stdenv.isDarwin [