fluffychat: fix build
Wrong variable name. For some reason missed that one.
This commit is contained in:
parent
d29b6934ab
commit
dca2667ed8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ flutter.mkFlutterApp rec {
|
|||
|
||||
# replace olm dummy path
|
||||
postConfigure = ''
|
||||
M=$(echo $TMP/.pub-cache/hosted/pub.dartlang.org/matrix-*)
|
||||
M=$(echo $depsFolder/.pub-cache/hosted/pub.dartlang.org/matrix-*)
|
||||
ln -sf ${olm}/lib/libolm.so.3 $M/ffi/olm/libolm.so
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue