aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management/reposurgeon
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-04-19 10:48:42 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-05-25 09:22:54 +0200
commitaee614c9964369737c73d191f074984cd6ba38d0 (patch)
tree5913c74ffe0888617f3034274d7c0f88d14265e9 /pkgs/applications/version-management/reposurgeon
parent6a13fe4ece2ffdd7544a266b685610abb1c837cb (diff)
treewide: replace bazaar with breezy
Diffstat (limited to 'pkgs/applications/version-management/reposurgeon')
-rw-r--r--pkgs/applications/version-management/reposurgeon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/reposurgeon/default.nix b/pkgs/applications/version-management/reposurgeon/default.nix
index fb5b72be4eb8..f52fd30d8391 100644
--- a/pkgs/applications/version-management/reposurgeon/default.nix
+++ b/pkgs/applications/version-management/reposurgeon/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, makeWrapper, python27Packages, git
, docbook_xml_dtd_412, docbook_xsl, asciidoc, xmlto, pypy
-, bazaar ? null, cvs ? null, darcs ? null, fossil ? null
+, breezy ? null, cvs ? null, darcs ? null, fossil ? null
, mercurial ? null, monotone ? null, rcs ? null
, subversion ? null, cvs_fast_export ? null }:
@@ -42,7 +42,7 @@ in mkDerivation rec {
let
binpath = makeBinPath (
filter (x: x != null)
- [ out git bazaar cvs darcs fossil mercurial
+ [ out git breezy cvs darcs fossil mercurial
monotone rcs src subversion cvs_fast_export ]
);
pythonpath = makeSearchPathOutput "lib" python.sitePackages (