summary refs log tree commit diff
path: root/pkgs/tools/misc/czkawka/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/czkawka/default.nix')
-rw-r--r--pkgs/tools/misc/czkawka/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/czkawka/default.nix b/pkgs/tools/misc/czkawka/default.nix
index fbe3a68d584..6385eade7aa 100644
--- a/pkgs/tools/misc/czkawka/default.nix
+++ b/pkgs/tools/misc/czkawka/default.nix
@@ -8,7 +8,7 @@
 , gdk-pixbuf
 , atk
 , gtk3
-, testVersion
+, testers
 , czkawka
 }:
 
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
     gtk3
   ];
 
-  passthru.tests.version = testVersion {
+  passthru.tests.version = testers.testVersion {
     package = czkawka;
     command = "czkawka_cli --version";
   };