Skip to content

Commit 773cc7c

Browse files
knedlseppfpletz
authored andcommittedJun 14, 2017
pythonPackages.hug: Disable on python2
Hug is only supported on python3.
1 parent 89b1d4c commit 773cc7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/top-level/python-packages.nix

+1
Original file line numberDiff line numberDiff line change
@@ -11191,6 +11191,7 @@ in {
1119111191
url = "mirror://pypi/h/hug/${name}.tar.gz";
1119211192
sha256 = "93325e13706594933a9afb0d4f0b0748134494299038f07df41152baf6f89f4c";
1119311193
};
11194+
disabled = !isPy3k;
1119411195

1119511196
propagatedBuildInputs = with self; [ falcon requests ];
1119611197

0 commit comments

Comments
 (0)
Please sign in to comment.