mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
mas: use testers.testVersion
This commit is contained in:
parent
c154c1cd79
commit
fd39a60a42
@ -2,7 +2,7 @@
|
||||
, stdenvNoCC
|
||||
, fetchurl
|
||||
, installShellFiles
|
||||
, testVersion
|
||||
, testers
|
||||
, mas
|
||||
}:
|
||||
|
||||
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
version = testVersion {
|
||||
version = testers.testVersion {
|
||||
package = mas;
|
||||
command = "mas version";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user