mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
maigret: mark as broken on darwin
This commit is contained in:
parent
676d2f074e
commit
f218242aa9
1 changed files with 1 additions and 0 deletions
|
@ -108,5 +108,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
homepage = "https://maigret.readthedocs.io";
|
homepage = "https://maigret.readthedocs.io";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue