footage: mark as broken on Darwin

This commit is contained in:
Alex Epelde
2025-12-27 20:54:45 +01:00
parent 74b1eb801e
commit f11980180c
+1
View File
@@ -94,5 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/adhami3310/Footage";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ onny ];
broken = stdenv.hostPlatform.isDarwin;
};
}