summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/gwenview.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-22 13:49:07 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:44:45 -0500
commitfaf0d3e91d7a08a95a9dd8a7faa4d2f5ee5cb4eb (patch)
tree494e37aed0ec56df26ae359a4adad7dee117420d /pkgs/applications/kde/gwenview.nix
parent087f20e8c66372bdba86fa309dd4e1be3f35d821 (diff)
kdeFrameworks: fixup inputs and outputs
- Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
Diffstat (limited to 'pkgs/applications/kde/gwenview.nix')
-rw-r--r--pkgs/applications/kde/gwenview.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/kde/gwenview.nix b/pkgs/applications/kde/gwenview.nix
index 99be13ba7f88..233566c1bdaf 100644
--- a/pkgs/applications/kde/gwenview.nix
+++ b/pkgs/applications/kde/gwenview.nix
@@ -13,9 +13,8 @@ mkDerivation {
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
- buildInputs = [ exiv2 lcms2 ];
- propagatedBuildInputs = [
- baloo kactivities kdelibs4support kio libkdcraw libkipi phonon
+ buildInputs = [
+ baloo exiv2 kactivities kdelibs4support kio libkdcraw lcms2 libkipi phonon
qtimageformats qtsvg qtx11extras
];
propagatedUserEnvPkgs = [ kipi-plugins ];