diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-22 21:25:36 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-01-04 10:10:43 +0100 |
commit | f8a0f3ac708359a72ca136e1c76dfc241a20ea90 (patch) | |
tree | d9896c4a28e84cc61c014ef7f1c3e39664c8da38 /gnu/local.mk | |
parent | a6e532815d5022d005a00f8323e46084cfa66221 (diff) | |
download | guix-f8a0f3ac708359a72ca136e1c76dfc241a20ea90.tar.gz guix-f8a0f3ac708359a72ca136e1c76dfc241a20ea90.zip |
gnu: kinit: Use the store paths for dynamically loaded libs.
Transfer the NixOS "kdeinit-extra_libs" patch for kinit as of
2018-02-17.
* gnu/packages/patches/kinit-kdeinit-extra_libs.patch: New filee.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
<patch-paths>: New phase.
[inputs]: Add kparts, plasma-framework.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a7e6a06e8b..5b983c64bb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -855,6 +855,7 @@ dist_patch_DATA = \ %D%/packages/patches/kiki-makefile.patch \ %D%/packages/patches/kiki-missing-includes.patch \ %D%/packages/patches/kiki-portability-64bit.patch \ + %D%/packages/patches/kinit-kdeinit-extra_libs.patch \ %D%/packages/patches/kio-search-smbd-on-PATH.patch \ %D%/packages/patches/kmod-module-directory.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ |