mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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
|
||||
, self
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, nose
|
||||
|
|
|
@ -6008,7 +6008,7 @@ with pkgs;
|
|||
|
||||
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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue