guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: kde-cli-tools: Fix build.


From: guix-commits
Subject: 02/03: gnu: kde-cli-tools: Fix build.
Date: Fri, 18 Aug 2023 06:17:33 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 4c5373715d7d7b30273b70802cffdb972384cf1c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Aug 18 17:45:06 2023 +0800

    gnu: kde-cli-tools: Fix build.
    
    Follow up of 731413a680a33ed1ad909e41e5b388561a63f365.
    
    * gnu/packages/kde-plasma.scm (kde-cli-tools)[arguments]<#:phases>:
    Replace '/lib/libexec' with '/libexec'.
---
 gnu/packages/kde-plasma.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 08a2f64af6..e699111429 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -449,7 +449,7 @@ GenericDataLocation.")
                  (lambda _
                    ;; XXX: nixpkgs say kdesu need kdeinit5 in PATH, but i can't
                    ;; found in source, need check
-                   (symlink (string-append #$output "/lib/libexec/kf5/kdesu")
+                   (symlink (string-append #$output "/libexec/kf5/kdesu")
                             (string-append #$output "/bin/kdesu")))))))
     (native-inputs (list extra-cmake-modules pkg-config shared-mime-info))
     (inputs (list kconfig



reply via email to

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