diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-23 15:20:27 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-01-04 10:10:41 +0100 |
commit | 8791aa98a741eeea78f0bbc1dd735ade1911d55c (patch) | |
tree | 3b1b64e96d9a13793c54d20b635b5173188c5981 /gnu/packages/kde-frameworks.scm | |
parent | daff96de1fc9b2316fd4a62ac5f7173ea448afa5 (diff) | |
download | patches-8791aa98a741eeea78f0bbc1dd735ade1911d55c.tar patches-8791aa98a741eeea78f0bbc1dd735ade1911d55c.tar.gz |
gnu: kdelibs4support: Add todo comment for a patch from NixOS.
* gnu/packages/kde-frameworks.scm(kdelibs4support): Add comment.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 458437cb0e..e270035b21 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3446,6 +3446,8 @@ workspace.") ("qtx11extras" ,qtx11extras))) ;; FIXME: Use GuixSD ca-bundle.crt in etc/xdg/ksslcalist and ;; share/kf5/kssl/ca-bundle.crt + ;; TODO: NixOS has nix-kde-include-dir.patch to change std-dir "include" + ;; into "@dev@/include/". Think about whether this is needed for us, too. (arguments `(#:phases (modify-phases %standard-phases |