guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: gnome-control-center: Set correct file name for the 'passwd'


From: guix-commits
Subject: 02/05: gnu: gnome-control-center: Set correct file name for the 'passwd' binary.
Date: Mon, 3 Jun 2019 17:18:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1acd107c6b0e5613bc001347945d7c3f00e3157b
Author: Florian Pelz <address@hidden>
Date:   Sun Jun 2 20:01:23 2019 +0200

    gnu: gnome-control-center: Set correct file name for the 'passwd' binary.
    
    * gnu/packages/gnome.scm (gnome-control-center): Substitute correct path to
      passwd.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 561936f..d6f9f71 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5881,6 +5881,9 @@ devices using the GNOME desktop.")
                  (("\"nm-connection-editor")
                   (string-append "\"" nm-applet
                                  "/bin/nm-connection-editor")))
+               (substitute* '("panels/user-accounts/run-passwd.c")
+                 (("/usr/bin/passwd")
+                  "/run/setuid-programs/passwd"))
                #t))))))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.



reply via email to

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