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:
parent
f92500945f
commit
212cdd5c39
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue