mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
_7zz: fix passing package to tests
This commit is contained in:
parent
176c7baa9f
commit
169a7d53e4
@ -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";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user