bvi: enable on darwin
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user