subversion-client: remove appendToName to have a consistent package name for repology
This commit is contained in:
parent
0e29650898
commit
7eb1a32324
@ -22,10 +22,10 @@ let
|
||||
|
||||
common = { version, sha256, extraPatches ? [ ] }: stdenv.mkDerivation (rec {
|
||||
inherit version;
|
||||
pname = "subversion";
|
||||
pname = "subversion${lib.optionalString (!bdbSupport && perlBindings && pythonBindings) "-client"}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/subversion/${pname}-${version}.tar.bz2";
|
||||
url = "mirror://apache/subversion/subversion-${version}.tar.bz2";
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
|
@ -29273,11 +29273,11 @@ with pkgs;
|
||||
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
||||
subversion_1_10 subversion;
|
||||
|
||||
subversionClient = appendToName "client" (subversion.override {
|
||||
subversionClient = subversion.override {
|
||||
bdbSupport = false;
|
||||
perlBindings = true;
|
||||
pythonBindings = true;
|
||||
});
|
||||
};
|
||||
|
||||
sublime-music = callPackage ../applications/audio/sublime-music { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user