perlPackages.SVNSimple: fix build with non-default perl

This commit is contained in:
volth 2018-08-26 20:10:26 +00:00 committed by GitHub
parent e7e2f190c2
commit e668ec5665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {