about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix b/nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix
index 3fb476b65cc4..8bc2553f521b 100644
--- a/nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix
+++ b/nixpkgs/pkgs/applications/audio/real_time_config_quick_scan/default.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "16kanzp5i353x972zjkwgi3m8z90wc58613mlfzb0n01djdnm6k5";
   };
 
-  buildInputs = [ perlPackages.perl makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
+  buildInputs = [ perlPackages.perl ];
 
   dontBuild = true;