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-02 02:05:13 +02:00
parent a7bce0a081
commit 84fb288f46
+6 -1
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/";