Loading pkgs/applications/office/timeline/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , gettext , makeDesktopItem , copyDesktopItems , wrapGAppsHook }: python3.pkgs.buildPythonApplication rec { Loading @@ -16,7 +17,7 @@ python3.pkgs.buildPythonApplication rec { sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E="; }; nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems ]; nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems wrapGAppsHook ]; pythonPath = with python3.pkgs; [ wxPython_4_2 Loading Loading @@ -76,6 +77,12 @@ python3.pkgs.buildPythonApplication rec { runHook postCheck ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; meta = with lib; { homepage = "https://thetimelineproj.sourceforge.net/"; changelog = "https://thetimelineproj.sourceforge.net/changelog.html"; Loading Loading
pkgs/applications/office/timeline/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , gettext , makeDesktopItem , copyDesktopItems , wrapGAppsHook }: python3.pkgs.buildPythonApplication rec { Loading @@ -16,7 +17,7 @@ python3.pkgs.buildPythonApplication rec { sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E="; }; nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems ]; nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems wrapGAppsHook ]; pythonPath = with python3.pkgs; [ wxPython_4_2 Loading Loading @@ -76,6 +77,12 @@ python3.pkgs.buildPythonApplication rec { runHook postCheck ''; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; meta = with lib; { homepage = "https://thetimelineproj.sourceforge.net/"; changelog = "https://thetimelineproj.sourceforge.net/changelog.html"; Loading