perlPackages.SVNSimple: fix build with non-default perl
This commit is contained in:
parent
e7e2f190c2
commit
e668ec5665
1 changed files with 1 additions and 1 deletions
|
@ -14260,7 +14260,7 @@ let
|
|||
url = "mirror://cpan/authors/id/C/CL/CLKAO/${name}.tar.gz";
|
||||
sha256 = "1ysgi38zx236cxz539k6d6rw5z0vc70rrglsaf5fk6rnwilw2g6n";
|
||||
};
|
||||
propagatedBuildInputs = [ pkgs.subversionClient ];
|
||||
propagatedBuildInputs = [ (pkgs.subversionClient.override { inherit perl; }) ];
|
||||
};
|
||||
|
||||
Swim = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue