mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
Merge pull request #55586 from zachcoyle/bvi-enable-darwin
bvi: enable on darwin
This commit is contained in:
commit
dd16dcb316
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://bvi.sourceforge.net/download.html;
|
homepage = http://bvi.sourceforge.net/download.html;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue