[cpan2nix] perlPackages.NetSSH: cleanup
This commit is contained in:
parent
6c89b741d7
commit
5e96190ec3
@ -11372,7 +11372,7 @@ let
|
|||||||
url = "mirror://cpan/authors/id/I/IV/IVAN/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IV/IVAN/${name}.tar.gz";
|
||||||
sha256 = "7c71c7c3cbe953234dfe25bcc1ad7edb0e1f5a0578601f5523bc6070262a3817";
|
sha256 = "7c71c7c3cbe953234dfe25bcc1ad7edb0e1f5a0578601f5523bc6070262a3817";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ pkgs.openssl Exporter IO ];
|
propagatedBuildInputs = [ pkgs.openssl ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's|$ssh = "ssh";|$ssh = "${pkgs.openssh}/bin/ssh";|' SSH.pm
|
sed -i 's|$ssh = "ssh";|$ssh = "${pkgs.openssh}/bin/ssh";|' SSH.pm
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user