forked from mirrors/nixpkgs
findup: fix tests
eval
Without the change `tests` eval fails as: $ nix build --no-link -f. findup.tests error: error: attribute 'findup' missing
This commit is contained in:
parent
01962add7e
commit
d3fdf4df0a
|
@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
nativeBuildInputs = [ zig_0_10.hook ];
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.findup; };
|
||||
passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/booniepepper/findup";
|
||||
|
|
Loading…
Reference in a new issue