mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
fix eval
This commit is contained in:
parent
a1a60d8e8a
commit
c0e18dc498
@ -778,7 +778,7 @@ let
|
||||
pname = "cvxopt";
|
||||
version = "1.1.7";
|
||||
disabled = isPyPy;
|
||||
src = fetchurl {
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/c/${pname}/${name}.tar.gz";
|
||||
sha256 = "f856ea2e9e2947abc1a6557625cc6b0e45228984f397a90c420b2f468dc4cb97";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user