Skip to content

chore: update to new pkgs.mango - #578

Open
ssoberun wants to merge 1 commit into
BirdeeHub:mainfrom
ssoberun:update-mangowc-pkg-default
Open

chore: update to new pkgs.mango#578
ssoberun wants to merge 1 commit into
BirdeeHub:mainfrom
ssoberun:update-mangowc-pkg-default

Conversation

@ssoberun

@ssoberun ssoberun commented Jul 10, 2026

Copy link
Copy Markdown

title, pkgs.mangowc no longer works on unstable(?)

@ssoberun

ssoberun commented Jul 10, 2026

Copy link
Copy Markdown
Author

it seems it has changed in unstable but not in 26.05, hence the check on ubuntu-latest failing


flags."-c" = config.configFile.path;
package = lib.mkDefault pkgs.mangowc;
package = lib.mkDefault pkgs.mango;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest adding version check, something like this:

    package = lib.mkDefault (if lib.versionAtLeast lib.version "26.11.20260629" then pkgs.mango else pkgs.mangowc);

(please apply formatting and/or move the condition to let..in block)

Note, I took the date from PR's merge date, so it might not be accurate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants