Merge pull request #144542 from alyssais/vpnc-pcf2vpnc

This commit is contained in:
Janne Heß
2021-11-06 18:52:49 +01:00
committed by GitHub
-3
View File
@@ -33,9 +33,6 @@ stdenv.mkDerivation {
substituteInPlace "config.c" \
--replace "/etc/vpnc/vpnc-script" "$out/etc/vpnc/vpnc-script"
substituteInPlace "pcf2vpnc" \
--replace "/usr/bin/perl" "${perl}/bin/perl"
'';
postInstall = ''