frei0r: mark support for FreeBSD

This commit is contained in:
Audrey Dutcher
2025-03-05 23:50:32 +01:00
committed by Sandro Jäckel
parent f8c7dd4d0b
commit ef4490603d
+1 -1
View File
@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "Minimalist, cross-platform, shared video plugins";
license = licenses.gpl2Plus;
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
platforms = platforms.unix;
};
}