Commit 9f87711f authored by Alyssa Ross's avatar Alyssa Ross
Browse files

seatd: broaden platforms

From the homepage:

> Currently supports Linux and FreeBSD, and has experimental NetBSD support.
parent 3f1cbe1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}