flutter: package-overrides: handy_window: init

This commit is contained in:
hacker1024 2023-04-17 03:07:18 +10:00
parent 26e9b52d94
commit ad510f4221
2 changed files with 15 additions and 0 deletions

View file

@ -2,4 +2,5 @@
{
flutter_secure_storage_linux = callPackage ./flutter-secure-storage-linux { };
handy_window = callPackage ./handy-window { };
}

View file

@ -0,0 +1,14 @@
{ lib
, cairo
, fribidi
}:
{ ... }:
{ CFLAGS ? ""
, ...
}:
{
CFLAGS = "${CFLAGS} -isystem ${lib.getOutput "dev" fribidi}/include/fribidi -isystem ${lib.getOutput "dev" cairo}/include";
}