about summary refs log tree commit diff
path: root/pkgs/tools/video/swfmill/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/video/swfmill/default.nix')
-rw-r--r--pkgs/tools/video/swfmill/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/video/swfmill/default.nix b/pkgs/tools/video/swfmill/default.nix
index 0c8a34c576300..3832f3c3be0c8 100644
--- a/pkgs/tools/video/swfmill/default.nix
+++ b/pkgs/tools/video/swfmill/default.nix
@@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
   # Fixes build with GCC 6
   NIX_CFLAGS_COMPILE = "-std=c++03";
 
-  buildInputs = [ pkgconfig libxslt freetype libpng libxml2 ];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [ libxslt freetype libpng libxml2 ];
 
   meta = {
     description = "An xml2swf and swf2xml processor with import functionalities";