zoneminder: set platforms to linux

This commit is contained in:
Zexin Yuan
2025-07-16 13:07:15 +08:00
parent 4b6e5cb1ad
commit c5fd704443

View File

@@ -246,6 +246,6 @@ stdenv.mkDerivation rec {
homepage = "https://zoneminder.com"; homepage = "https://zoneminder.com";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.linux;
}; };
} }