about summary refs log tree commit diff
path: root/pkgs/applications/audio/timemachine/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/timemachine/default.nix')
-rw-r--r--pkgs/applications/audio/timemachine/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/timemachine/default.nix b/pkgs/applications/audio/timemachine/default.nix
index 55e95c0fc1566..8837566b13d09 100644
--- a/pkgs/applications/audio/timemachine/default.nix
+++ b/pkgs/applications/audio/timemachine/default.nix
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
     sha256 = "0w5alysixnvlkfl79wf7vs5wsw2vgxl3gqxxcm0zbmhjdpmjpcal";
   };
 
-    buildInputs = [ autoconf automake pkgconfig gtk2 libjack2
+  nativeBuildInputs = [ pkgconfig ];
+    buildInputs = [ autoconf automake gtk2 libjack2
       libsndfile
     ];