Merge pull request #210990 from NixOS/backport-210481-to-release-22.11

[Backport release-22.11] seatd: broaden platforms
This commit is contained in:
Nick Cao
2023-01-16 10:58:45 +08:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
changelog = "https://git.sr.ht/~kennylevinsen/seatd/refs/${version}";
homepage = "https://sr.ht/~kennylevinsen/seatd/";
license = licenses.mit;
platforms = platforms.linux;
platforms = with platforms; freebsd ++ linux ++ netbsd;
maintainers = with maintainers; [ emantor ];
};
}