feat: fixed polyclue package

This commit is contained in:
Leyla Becker 2025-10-03 13:59:12 -05:00
parent 2c918478ab
commit 7483c2c01c
2 changed files with 4 additions and 4 deletions

View file

@ -70,8 +70,8 @@ in {
noisetorch.enable = true;
tor-browser.enable = true;
gdx-liftoff.enable = true;
# polycule package is currently broken
polycule.enable = false;
# polycule package is now working with Flutter 3.29
polycule.enable = true;
})
];
}

View file

@ -1,6 +1,6 @@
{
lib,
flutter329,
flutter332,
fetchFromGitLab,
pkg-config,
wrapGAppsHook,
@ -44,7 +44,7 @@
libva,
libvdpau,
}:
flutter329.buildFlutterApplication rec {
flutter332.buildFlutterApplication rec {
pname = "polycule";
version = "0.3.0";