zoneminder: set platforms to linux

This commit is contained in:
Zexin Yuan 2025-07-16 13:07:15 +08:00
parent 4b6e5cb1ad
commit c5fd704443
No known key found for this signature in database

View File

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