Loading pkgs/applications/networking/freefilesync/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libssh2 , openssl , wxGTK32 , gitUpdater }: gcc12Stdenv.mkDerivation rec { Loading Loading @@ -88,6 +89,10 @@ gcc12Stdenv.mkDerivation rec { runHook postInstall ''; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = with lib; { description = "Open Source File Synchronization & Backup Software"; homepage = "https://freefilesync.org"; Loading Loading
pkgs/applications/networking/freefilesync/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , libssh2 , openssl , wxGTK32 , gitUpdater }: gcc12Stdenv.mkDerivation rec { Loading Loading @@ -88,6 +89,10 @@ gcc12Stdenv.mkDerivation rec { runHook postInstall ''; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = with lib; { description = "Open Source File Synchronization & Backup Software"; homepage = "https://freefilesync.org"; Loading