mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kpmcore: Fix polkit action path.
* gnu/packages/kde.scm (kpmcore)[arguments]<#:phases>: Replace fix-cmake-install-directories with fix-polkit-action-path. Change-Id: I2d230d78b1dbf423b431e14f290c372efa9c1a45 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
9fccb66bb4
commit
21a2588929
1 changed files with 4 additions and 2 deletions
|
@ -1283,11 +1283,13 @@ multi-floor indoor maps.")
|
|||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-cmake-install-directories
|
||||
(add-after 'unpack 'fix-polkit-action-path
|
||||
(lambda _
|
||||
(substitute* "src/util/CMakeLists.txt"
|
||||
(("DESTINATION \\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
||||
"DESTINATION share/polkit-1/actions")))))))
|
||||
"DESTINATION share/polkit-1/actions"))
|
||||
(substitute* "src/backend/corebackend.cpp"
|
||||
(("\\/usr") #$output)))))))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Library for managing partitions")
|
||||
(description "Library for managing partitions.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue