treewide: replace bazaar with breezy

This commit is contained in:
rnhmjoj
2020-04-19 10:48:42 +02:00
parent 6a13fe4ece
commit aee614c996
9 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
, xmlto
, acl
, bazaar
, breezy
, binutils
, bzip2
, coreutils
@@ -89,7 +89,7 @@ in stdenv.mkDerivation rec {
./respect-xml-catalog-files-var.patch
(substituteAll {
src = ./fix-paths.patch;
bzr = "${bazaar}/bin/bzr";
bzr = "${breezy}/bin/bzr";
cp = "${coreutils}/bin/cp";
patch = "${patch}/bin/patch";
tar = "${gnutar}/bin/tar";