···18 description = "mbuffer is a tool for buffering data streams with a large set of unique features";
19 license = stdenv.lib.licenses.gpl3;
20 maintainers = with stdenv.lib.maintainers; [ tokudan ];
21- platforms = with stdenv.lib.platforms; all;
22 };
23}
···18 description = "mbuffer is a tool for buffering data streams with a large set of unique features";
19 license = stdenv.lib.licenses.gpl3;
20 maintainers = with stdenv.lib.maintainers; [ tokudan ];
21+ platforms = with stdenv.lib.platforms; allBut darwin;
22 };
23}