mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:07:37 +00:00
smartdns: fix version check
This commit is contained in:
parent
84e747a31f
commit
5c4bc127af
@ -24,7 +24,10 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "SYSCONFDIR=${placeholder "out"}/etc" ];
|
||||
|
||||
passthru.tests = {
|
||||
version = testers.testVersion { package = smartdns; };
|
||||
version = testers.testVersion {
|
||||
package = smartdns;
|
||||
command = "smartdns -v";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user