about summary refs log tree commit diff
path: root/pkgs/development/python-modules/willow
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-05 12:50:23 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-05 12:50:23 +0100
commitf66d4bcb6b3a274413c63cd50deb13fd9b4a6453 (patch)
tree214aa9d2a5e5f820ecd9c34542780114f5d1b36d /pkgs/development/python-modules/willow
parent7e8f04ab05d1cac402235c7ad33365262e8b74d8 (diff)
python.pkgs.willow: correct src
Diffstat (limited to 'pkgs/development/python-modules/willow')
-rw-r--r--pkgs/development/python-modules/willow/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/willow/default.nix b/pkgs/development/python-modules/willow/default.nix
index de7639695d714..fb9182ab17922 100644
--- a/pkgs/development/python-modules/willow/default.nix
+++ b/pkgs/development/python-modules/willow/default.nix
@@ -12,7 +12,8 @@ buildPythonPackage rec {
   disabled = pythonOlder "2.7";
 
   src = fetchPypi {
-    inherit pname version;
+    pname = "Willow";
+    inherit version;
     sha256 = "818ee11803c90a0a6d49c94b0453d6266be1ef83ae00de72731c45fae4d3e78c";
   };