mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
openmvg: clean up badPlatforms
This commit is contained in:
@@ -94,8 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/openMVG/openMVG/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mpl20;
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
mdaiter
|
||||
bouk
|
||||
|
||||
Reference in New Issue
Block a user