summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-02 17:02:45 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-02 23:54:02 +0200
commit2807a8432aa2aaac6fa7024974be6468ca1160b5 (patch)
tree3a4fdc436e97974390f7593faf6be06c7bad1ddd /gnu/packages/gnome.scm
parent1239aabd4c2ac0ebb979d1cf5126281335aa5744 (diff)
downloadguix-patches-2807a8432aa2aaac6fa7024974be6468ca1160b5.tar
guix-patches-2807a8432aa2aaac6fa7024974be6468ca1160b5.tar.gz
gnu: network-manager-openconnect: Patch all the 'openconnect' file names.
* gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make sure all the references to the 'openconnect' executable are patched.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 55191d31bb..d2e452d8f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6788,8 +6788,7 @@ Compatible with Cisco VPN concentrators configured to use IPsec.")
"/bin/modprobe"))
(pretty-ovpn (string-append "\"" openconnect "\"")))
(substitute* "src/nm-openconnect-service.c"
- (("\"/usr/local/sbin/openconnect\"") pretty-ovpn)
- (("\"/usr/sbin/openconnect\"") pretty-ovpn)
+ (("\"/usr(/local)?/s?bin/openconnect\"") pretty-ovpn)
(("/sbin/modprobe") modprobe)))
#t)))))
(native-inputs