Merge pull request #225338 from Artturin/fixgsettingsisues1

authored by Artturi and committed by GitHub b6382db9 cfed597a

+8 -1
+8 -1
pkgs/applications/office/timeline/default.nix
··· 4 , gettext 5 , makeDesktopItem 6 , copyDesktopItems 7 }: 8 9 python3.pkgs.buildPythonApplication rec { ··· 16 sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E="; 17 }; 18 19 - nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems ]; 20 21 pythonPath = with python3.pkgs; [ 22 wxPython_4_2 ··· 74 runHook preCheck 75 ${python3.interpreter} tools/execute-specs.py 76 runHook postCheck 77 ''; 78 79 meta = with lib; {
··· 4 , gettext 5 , makeDesktopItem 6 , copyDesktopItems 7 + , wrapGAppsHook 8 }: 9 10 python3.pkgs.buildPythonApplication rec { ··· 17 sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E="; 18 }; 19 20 + nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems wrapGAppsHook ]; 21 22 pythonPath = with python3.pkgs; [ 23 wxPython_4_2 ··· 75 runHook preCheck 76 ${python3.interpreter} tools/execute-specs.py 77 runHook postCheck 78 + ''; 79 + 80 + dontWrapGApps = true; 81 + 82 + preFixup = '' 83 + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 84 ''; 85 86 meta = with lib; {