tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pyowm: fix build
natsukium
2 years ago
25627185
46e739be
+9
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyowm
default.nix
+9
pkgs/development/python-modules/pyowm/default.nix
···
6
, pythonOlder
7
, requests
8
, pytestCheckHook
0
9
}:
10
11
buildPythonPackage rec {
···
21
rev = version;
22
hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=";
23
};
0
0
0
0
0
0
0
0
24
25
propagatedBuildInputs = [
26
geojson
···
6
, pythonOlder
7
, requests
8
, pytestCheckHook
9
+
, pythonRelaxDepsHook
10
}:
11
12
buildPythonPackage rec {
···
22
rev = version;
23
hash = "sha256-cSOhm3aDksLBChZzgw1gjUjLQkElR2/xGFMOb9K9RME=";
24
};
25
+
26
+
pythonRelaxDeps = [
27
+
"geojson"
28
+
];
29
+
30
+
nativeBuildInputs = [
31
+
pythonRelaxDepsHook
32
+
];
33
34
propagatedBuildInputs = [
35
geojson