feat: fixed polyclue package
This commit is contained in:
parent
2c918478ab
commit
7483c2c01c
2 changed files with 4 additions and 4 deletions
|
@ -70,8 +70,8 @@ in {
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
tor-browser.enable = true;
|
tor-browser.enable = true;
|
||||||
gdx-liftoff.enable = true;
|
gdx-liftoff.enable = true;
|
||||||
# polycule package is currently broken
|
# polycule package is now working with Flutter 3.29
|
||||||
polycule.enable = false;
|
polycule.enable = true;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
flutter329,
|
flutter332,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
wrapGAppsHook,
|
wrapGAppsHook,
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
libva,
|
libva,
|
||||||
libvdpau,
|
libvdpau,
|
||||||
}:
|
}:
|
||||||
flutter329.buildFlutterApplication rec {
|
flutter332.buildFlutterApplication rec {
|
||||||
pname = "polycule";
|
pname = "polycule";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue