forked from mirrors/nixpkgs
comma: use testers.testVersion
This commit is contained in:
parent
76196d6f19
commit
32e21f38cd
|
@ -6,7 +6,7 @@
|
|||
, nix
|
||||
, nix-index
|
||||
, rustPlatform
|
||||
, testVersion
|
||||
, testers
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||
'';
|
||||
|
||||
passthru.tests = {
|
||||
version = testVersion { package = comma; };
|
||||
version = testers.testVersion { package = comma; };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue