perl*, statsmodels: fix evaluation problems
The tarball job now builds again.
This commit is contained in:
parent
84982c28de
commit
10af6b4dbf
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, self
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, nose
|
, nose
|
||||||
|
|
|
@ -6008,7 +6008,7 @@ with pkgs;
|
||||||
|
|
||||||
ocropus = callPackage ../applications/misc/ocropus { };
|
ocropus = callPackage ../applications/misc/ocropus { };
|
||||||
|
|
||||||
inherit (callPackages ../development/interpreters/perl {}) perl perl520 perl522;
|
inherit (callPackages ../development/interpreters/perl {}) perl perl522 perl524;
|
||||||
|
|
||||||
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
|
pachyderm = callPackage ../applications/networking/cluster/pachyderm { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue