gnu: wpa-supplicant-gui: Remove redundant code.

* gnu/packages/admin.scm (wpa-supplicant-gui)[arguments]: Remove
substitution already handled by the build system.
master
Tobias Geerinckx-Rice 2018-10-04 00:14:21 +02:00
parent 20377e4a99
commit 8d54e7ff22
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 3 deletions

View File

@ -1194,9 +1194,6 @@ This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(qt '("qtbase" "qtsvg")))
(substitute* "wpa_gui.desktop"
(("Exec=wpa_gui")
(string-append "Exec=" out "/bin/wpa_gui")))
(install-file "wpa_gui" (string-append out "/bin"))
(install-file "wpa_gui.desktop"
(string-append out "/share/applications"))