summary refs log tree commit diff
path: root/pkgs/tools/misc/ponysay/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/ponysay/default.nix')
-rw-r--r--pkgs/tools/misc/ponysay/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ponysay/default.nix b/pkgs/tools/misc/ponysay/default.nix
index b94ca6cfea3..113c2b05ff5 100644
--- a/pkgs/tools/misc/ponysay/default.nix
+++ b/pkgs/tools/misc/ponysay/default.nix
@@ -8,7 +8,8 @@ stdenv.mkDerivation {
     sha256 = "12mjabf5cpp5dgg63s19rlyq3dhhpzzy2sa439yncqzsk7rdg0n3";
   };
 
-  buildInputs = [ python3 texinfo makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
+  buildInputs = [ python3 texinfo  ];
 
   inherit python3;