Skip to content

Commit 2469d0b

Browse files
committedDec 25, 2016
pythonPackages.buttersink: only with python 2.x
1 parent 8916131 commit 2469d0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

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

+3
Original file line numberDiff line numberDiff line change
@@ -2229,6 +2229,9 @@ in {
22292229
url = "mirror://pypi/b/buttersink/${name}.tar.gz";
22302230
};
22312231

2232+
# Python 2 syntax
2233+
disabled = isPy3k;
2234+
22322235
meta = {
22332236
description = "Synchronise btrfs snapshots";
22342237
longDescription = ''

0 commit comments

Comments
 (0)
Please sign in to comment.