summary refs log tree commit diff
path: root/pkgs/applications/kde/kolourpaint.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:51:11 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:10 -0500
commit27bc86a5c878df153693fd2ff17ec96b52076ccf (patch)
tree7f4883952b3c18a4d39e859276c951f4304b7185 /pkgs/applications/kde/kolourpaint.nix
parent35818ba666ddbf1e9d0bd629d7e4012a6d460ebf (diff)
downloadnixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar.gz
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar.bz2
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar.lz
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar.xz
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.tar.zst
nixpkgs-27bc86a5c878df153693fd2ff17ec96b52076ccf.zip
kolourpaint: fixup inputs and outputs
Diffstat (limited to 'pkgs/applications/kde/kolourpaint.nix')
-rw-r--r--pkgs/applications/kde/kolourpaint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kolourpaint.nix b/pkgs/applications/kde/kolourpaint.nix
index db4cb75cc35..4501324a871 100644
--- a/pkgs/applications/kde/kolourpaint.nix
+++ b/pkgs/applications/kde/kolourpaint.nix
@@ -9,7 +9,7 @@
 mkDerivation {
   name = "kolourpaint";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  propagatedBuildInputs = [ kdelibs4support libkexiv2 ];
+  buildInputs = [ kdelibs4support libkexiv2 ];
   meta = {
     maintainers = [ lib.maintainers.fridh ];
     license = with lib.licenses; [ gpl2 ];