zoneminder: set platforms to linux (#425689)

This commit is contained in:
Weijia Wang 2025-07-16 10:10:03 +02:00 committed by GitHub
commit f1953fb551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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