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:
Sergei Trofimovich 2024-07-23 20:52:31 +01:00
parent 65f98a6801
commit 25ecaa1c99

View File

@ -47,7 +47,7 @@ buildPythonPackage rec {
dependencies = [ matplotlib ];
optional-dependencies = {
passthru.optional-dependencies = {
arviz = [ arviz ];
docs = [
arviz