File tree Expand file tree Collapse file tree
pkgs/applications/office/appflowy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414stdenv . mkDerivation rec {
1515 pname = "appflowy" ;
16- version = "0.1.0 " ;
16+ version = "0.1.1 " ;
1717
1818 src = fetchzip {
1919 url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${ version } /AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz" ;
20- sha256 = "sha256-WuEwhJ1YhbldFfisfUsp3GCV2vQy9oTam6BkL/7QEgI =" ;
20+ sha256 = "sha256-H4xVUXC7cRCgC1fHMXPucGRTBlGRcyzskhNBaNVGAns =" ;
2121 stripRoot = false ;
2222 } ;
2323
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939 installPhase = ''
4040 runHook preInstall
4141
42- mv AppFlowy/* . /
42+ cd AppFlowy/
4343
4444 mkdir -p $out/opt/
4545 mkdir -p $out/bin/
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
5252
5353 preFixup = ''
5454 # Add missing libraries to appflowy using the ones it comes with
55- makeWrapper $out/opt/app_flowy $out/bin/appflowy \
55+ makeWrapper $out/opt/AppFlowy $out/bin/appflowy \
5656 --set LD_LIBRARY_PATH "$out/opt/lib/" \
5757 --prefix PATH : "${ lib . makeBinPath [ xdg-user-dirs ] } "
5858 '' ;
You can’t perform that action at this time.
0 commit comments