3
0
Fork 0
forked from mirrors/nixpkgs

vpnc: remove unnecessary substitution

This will be done automatically in fixupPhase (and that version has
the advantage of being cross-aware).
This commit is contained in:
Alyssa Ross 2021-11-03 20:42:18 +00:00
parent f92500945f
commit 212cdd5c39
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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