seatd: broaden platforms
From the homepage: > Currently supports Linux and FreeBSD, and has experimental NetBSD support.
This commit is contained in:
parent
3f1cbe1d81
commit
9f87711f0d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue