Skip to content

Commit

Permalink
easylpac: mark borken before 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Dec 17, 2024
1 parent 567ff8a commit c25aeda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/easylpac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ buildGoModule rec {
mainProgram = "EasyLPAC";
license = licenses.mit;
maintainers = with maintainers; [ yinfeng ];
broken = !(versionAtLeast (versions.majorMinor trivial.version) "24.11");
};
}

0 comments on commit c25aeda

Please sign in to comment.