guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: wpa-supplicant-gui: Remove redundant code.


From: Tobias Geerinckx-Rice
Subject: 05/10: gnu: wpa-supplicant-gui: Remove redundant code.
Date: Wed, 3 Oct 2018 22:21:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8d54e7ff221f2679cd2677bf483bdfb057b0a35e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 4 00:14:21 2018 +0200

    gnu: wpa-supplicant-gui: Remove redundant code.
    
    * gnu/packages/admin.scm (wpa-supplicant-gui)[arguments]: Remove
    substitution already handled by the build system.
---
 gnu/packages/admin.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a0ab431..fa60cad 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]