diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-03-01 23:08:44 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-01-04 10:10:44 +0100 |
commit | 16b8aff85bcdb9799496c4a27257210cd45158e5 (patch) | |
tree | 9cb829d98ad3269b4d9b8d21d12d51d39b53093c /gnu/local.mk | |
parent | f8a0f3ac708359a72ca136e1c76dfc241a20ea90 (diff) | |
download | guix-16b8aff85bcdb9799496c4a27257210cd45158e5.tar guix-16b8aff85bcdb9799496c4a27257210cd45158e5.tar.gz |
gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs.
Transfer the NixOS "kdeinit-libpath" patch for kinit as of
2018-02-17.
* gnu/packages/patches/kinit-kdeinit-libpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kinit)[source]: Use it.
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 5b983c64bb..2fed38f6b9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -856,6 +856,7 @@ dist_patch_DATA = \ %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/kinit-kdeinit-libpath.patch \ %D%/packages/patches/kio-search-smbd-on-PATH.patch \ %D%/packages/patches/kmod-module-directory.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ |