fastnlo-toolkit: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt 2025-06-27 09:31:15 +02:00
parent 10c70e86db
commit e071ddf048

View File

@ -105,5 +105,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ veprbl ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}