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,11 +1,11 @@
{ stdenvNoCC, bazaar }:
{ stdenvNoCC, breezy }:
{ url, rev, sha256 }:
stdenvNoCC.mkDerivation {
name = "bzr-export";
builder = ./builder.sh;
nativeBuildInputs = [ bazaar ];
nativeBuildInputs = [ breezy ];
outputHashAlgo = "sha256";
outputHashMode = "recursive";