about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBerk D. Demir <bdd@mindcast.org>2022-06-26 17:41:46 +0000
committerBerk D. Demir <bdd@mindcast.org>2022-06-26 17:41:46 +0000
commita9f912498f6f415e8f9e3dc9da7565f8c3394e64 (patch)
tree8aeba6a593aa21dc654cd9fa8d511bd03b69a952 /pkgs/applications/graphics
parentdd9c76a3072a18b9bbf37d65f44991d85e222203 (diff)
Replace use of `testVersion` alias
- lndconnect: Drop unused input `testVersion`
- other packages: Import `testers` and use `testers.testVersion`
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/mcomix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/mcomix/default.nix b/pkgs/applications/graphics/mcomix/default.nix
index 530ae0013b5a5..5c6e49ea9a64e 100644
--- a/pkgs/applications/graphics/mcomix/default.nix
+++ b/pkgs/applications/graphics/mcomix/default.nix
@@ -5,7 +5,7 @@
 , gtk3
 , mcomix
 , python3
-, testVersion
+, testers
 , wrapGAppsHook
 
 # Recommended Dependencies:
@@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
     )
   '';
 
-  passthru.tests.version = testVersion {
+  passthru.tests.version = testers.testVersion {
     package = mcomix;
   };