libfilezilla: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt 2025-06-27 09:31:16 +02:00
parent e963262422
commit 7ae96bb0ee

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}