flutter: package-overrides: olm: init

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

View File

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

View File

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