about summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/focuswriter/default.nix')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index 28106cf876bd0..0c8a8e787fb28 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "1i58jxbiy95ijf81g8c3gwxhcg3irzssna3wv7vhrd57g4lcfj0w";
   };
 
-  buildInputs = [ qt4 qmake4Hook pkgconfig hunspell ];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [ qt4 qmake4Hook hunspell ];
   
   qmakeFlags = [ "PREFIX=/" ];