gnu: wpa-supplicant-gui: Remove redundant code.
* gnu/packages/admin.scm (wpa-supplicant-gui)[arguments]: Remove substitution already handled by the build system.
This commit is contained in:
parent
20377e4a99
commit
8d54e7ff22
|
@ -1194,9 +1194,6 @@ This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.")
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(qt '("qtbase" "qtsvg")))
|
(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" (string-append out "/bin"))
|
||||||
(install-file "wpa_gui.desktop"
|
(install-file "wpa_gui.desktop"
|
||||||
(string-append out "/share/applications"))
|
(string-append out "/share/applications"))
|
||||||
|
|
Loading…
Reference in New Issue