about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-15 21:39:07 +0200
committerGitHub <noreply@github.com>2021-05-15 21:39:07 +0200
commited2b3ce65c46883a662a4c324bbe960d04ee78d3 (patch)
tree39347565f1be205d4ce8e2b39987e5fd3bc28fbb
parentd2c8132ea8a9032da61d491f96a4e10b5f701e4c (diff)
parent5ed1f1f2a639aec8748ef560f48b422dc301c6c6 (diff)
Merge pull request #123102 from stephank/fix-frotz-darwin
frotz: fix darwin build
-rw-r--r--pkgs/games/frotz/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/frotz/default.nix b/pkgs/games/frotz/default.nix
index 2e90176be7e69..9b5256fc1c727 100644
--- a/pkgs/games/frotz/default.nix
+++ b/pkgs/games/frotz/default.nix
@@ -5,6 +5,8 @@
 , libsndfile
 , libvorbis
 , ncurses
+, which
+, pkg-config
 , lib, stdenv }:
 
 stdenv.mkDerivation rec {
@@ -19,6 +21,7 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-xVC/iE71W/Wdy5aPGH9DtcVAHWCcg3HkEA3iDV6OYUo=";
   };
 
+  nativeBuildInputs = [ which pkg-config ];
   buildInputs = [ libao libmodplug libsamplerate libsndfile libvorbis ncurses ];
   preBuild = ''
     makeFlagsArray+=(