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
commit 45774e92d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''