about summary refs log tree commit diff
path: root/pkgs/applications/audio/rhythmbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/rhythmbox/default.nix')
-rw-r--r--pkgs/applications/audio/rhythmbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/rhythmbox/default.nix b/pkgs/applications/audio/rhythmbox/default.nix
index 853613c9a5f59..fe9f4a835c84c 100644
--- a/pkgs/applications/audio/rhythmbox/default.nix
+++ b/pkgs/applications/audio/rhythmbox/default.nix
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
     libnotify
   ] ++ gst_plugins;
 
-  checkInputs = [
+  nativeCheckInputs = [
     check
   ];