bitbucket-cli: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 12:15:48 +01:00
parent fb231dd4f6
commit 5114fa8e89
2 changed files with 2 additions and 1 deletions

@ -628,7 +628,7 @@ in
bins = callPackage ../tools/graphics/bins { };
bitbucket-cli = pythonPackages.bitbucket-cli;
bitbucket-cli = python2Packages.bitbucket-cli;
blink = callPackage ../applications/networking/instant-messengers/blink { };

@ -2667,6 +2667,7 @@ in {
};
};
# Should be moved out of python-packages.nix
bitbucket-cli = buildPythonPackage rec {
name = "bitbucket-cli-0.5.1";
src = pkgs.fetchurl {