Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | gnu: kinit: Use KDEINIT5_LIBRARY_PATH to search for dynlibs. | Hartmut Goebel | |
Using LIBRARY_PATH was introduced in 16b8aff85bcdb9799496c4a27257210cd45158e5, but is wrong since this variable is used by the compiler (gcc) at link time. * gnu/packages/patches/kinit-kdeinit-libpath.patch: Change LIBRARY_PATH to KDEINIT5_LIBRARY_PATH. * gnu/packages/kde-frameworks.scm (kinit)[native-search-paths]: New field. | |||
2019-01-04 | gnu: kinit: Use LIBRARY_PATH to search for dynamically loaded libs. | Hartmut Goebel | |
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. |