cups: fix nixos test references

The tests were split up in two, but the references were not updated.
This commit is contained in:
Martin Weinelt 2023-06-01 13:13:30 +02:00
parent a7bce0a081
commit 84fb288f46
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -134,7 +134,12 @@ stdenv.mkDerivation rec {
--replace "Exec=htmlview" "Exec=xdg-open"
'';
passthru.tests.nixos = nixosTests.printing;
passthru.tests = {
inherit (nixosTests)
printing-service
printing-socket
;
};
meta = with lib; {
homepage = "https://openprinting.github.io/cups/";