bvi: enable on darwin

This commit is contained in:
Zach 2019-02-11 17:18:25 -05:00
parent c7811781be
commit 46055b5a23

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://bvi.sourceforge.net/download.html;
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
};
}