Commit 25ecaa1c authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

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
parent 65f98a68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ buildPythonPackage rec {

  dependencies = [ matplotlib ];

  optional-dependencies = {
  passthru.optional-dependencies = {
    arviz = [ arviz ];
    docs = [
      arviz