mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
actual-server: mark as broken on darwin
This commit is contained in:
parent
26e4636d7d
commit
f209ebf3bd
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ stdenv.mkDerivation {
|
|||
homepage = "https://actualbudget.org/";
|
||||
mainProgram = "actual-server";
|
||||
license = lib.licenses.mit;
|
||||
# https://github.com/NixOS/nixpkgs/issues/403846
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = [
|
||||
lib.maintainers.oddlama
|
||||
lib.maintainers.patrickdag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue