pypy27Packages.corner.nativeBuildInputs: fix the eval
Without the change the eval fails as: $ nix build --no-link -f. pypy27Packages.corner.nativeBuildInputs error: error: attribute 'optional-dependencies' missing
This commit is contained in:
parent
65f98a6801
commit
25ecaa1c99
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ matplotlib ];
|
||||
|
||||
optional-dependencies = {
|
||||
passthru.optional-dependencies = {
|
||||
arviz = [ arviz ];
|
||||
docs = [
|
||||
arviz
|
||||
|
Loading…
Reference in New Issue
Block a user