flutter: package-overrides: matrix: init

This commit is contained in:
hacker1024 2023-04-17 03:07:43 +10:00
parent ad510f4221
commit 04ed017ad7
2 changed files with 13 additions and 0 deletions

View file

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

View file

@ -0,0 +1,12 @@
{ openssl
}:
{ ... }:
{ runtimeDependencies ? [ ]
, ...
}:
{
runtimeDependencies = runtimeDependencies ++ [ openssl ];
}