_7zz: fix passing package to tests

This commit is contained in:
éclairevoyant
2024-05-17 09:59:24 -04:00
parent 176c7baa9f
commit 169a7d53e4
+1 -2
View File
@@ -11,7 +11,6 @@
, enableUnfree ? false
# For tests
, _7zz
, testers
}:
@@ -115,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = ./update.sh;
tests.version = testers.testVersion {
package = _7zz;
package = finalAttrs.finalPackage;
command = "7zz --help";
};
};