cups: fix nixos test references
The tests were split up in two, but the references were not updated.
This commit is contained in:
parent
a7bce0a081
commit
84fb288f46
1 changed files with 6 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue