Merge pull request #55586 from zachcoyle/bvi-enable-darwin

bvi: enable on darwin
This commit is contained in:
Daiderd Jordan 2019-02-12 00:47:51 +01:00 committed by GitHub
commit dd16dcb316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}