bazaar: use python 2

This commit is contained in:
Frederik Rietdijk 2016-10-17 13:48:27 +02:00
parent 161df3f276
commit 2c4fbe30fe

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pythonPackages }:
{ stdenv, fetchurl, python2Packages }:
pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
version = "2.7";
release = ".0";
name = "bazaar-${version}${release}";