treewide: replace bazaar with breezy

This commit is contained in:
rnhmjoj
2020-05-25 09:22:54 +02:00
parent 6a13fe4ece
commit aee614c996
9 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, python3Packages
, git, bazaar, subversion }:
, git, breezy, subversion }:
with python3Packages;
@@ -14,7 +14,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ pyyaml setuptools ];
makeWrapperArgs = ["--prefix" "PATH" ":" (stdenv.lib.makeBinPath [ git bazaar subversion ])];
makeWrapperArgs = ["--prefix" "PATH" ":" (stdenv.lib.makeBinPath [ git breezy subversion ])];
doCheck = false; # requires network