mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
dnsdist: inherit both NixOS tests
Otherwise `nix-build -A dnsdist.tests` doesn't build anything.
(cherry picked from commit 261068a53f)
This commit is contained in:
parent
04a6e45df2
commit
1faac95b49
1 changed files with 1 additions and 3 deletions
|
|
@ -89,9 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) dnsdist;
|
||||
};
|
||||
passthru.tests = nixosTests.dnsdist;
|
||||
|
||||
meta = {
|
||||
changelog = "https://www.dnsdist.org/changelog.html";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue