about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-04-20 17:40:48 +0300
committerArtturin <Artturin@artturin.com>2022-04-22 16:24:27 +0300
commitf1c7f19e49190cf58041908f9c194431e2513688 (patch)
tree13e0f07e1707d57a02b8d49e98fa3ae269624ac4 /pkgs/applications/science
parent250ef1ff392b938415726a9331a30012573efaea (diff)
treewide: testVersion -> testers.testVersion
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/key/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/science/logic/key/default.nix b/pkgs/applications/science/logic/key/default.nix
index 85a7ecb08c396..aee1a9c63f8fe 100644
--- a/pkgs/applications/science/logic/key/default.nix
+++ b/pkgs/applications/science/logic/key/default.nix
@@ -7,7 +7,7 @@
 , makeWrapper
 , makeDesktopItem
 , copyDesktopItems
-, testVersion
+, testers
 , key
 }:
 
@@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
   '';
 
   passthru.tests.version =
-    testVersion {
+    testers.testVersion {
       package = key;
       command = "KeY --help";
     };
@@ -118,4 +118,3 @@ in stdenv.mkDerivation rec {
     platforms = platforms.all;
   };
 }
-