packaging: Subversion 1.8 -> 1.9
Updating to the current version from nixpkgs.
This commit is contained in:
parent
41b381654b
commit
1e756c22ff
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ let
|
|||
pkgs = pkgs_.overridePackages (self: super: {
|
||||
# Override subversion derivation to
|
||||
# - activate python bindings
|
||||
# - set version to 1.8
|
||||
subversion = super.subversion18.override {
|
||||
subversion = super.subversion.override {
|
||||
httpSupport = true;
|
||||
pythonBindings = true;
|
||||
python = self.python27Packages.python;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue