diff --git a/nix/package/default.nix b/nix/package/default.nix index 5cc9f493..5127d70c 100644 --- a/nix/package/default.nix +++ b/nix/package/default.nix @@ -6,7 +6,7 @@ qt6, ripgrep, stdenv, - wrapGAppsHook, + wrapGAppsHook3, pillow-jxl-plugin, @@ -30,7 +30,7 @@ python3Packages.buildPythonApplication { # Should be unnecessary once PR is pulled. # PR: https://github.com/NixOS/nixpkgs/pull/271037 # Issue: https://github.com/NixOS/nixpkgs/issues/149812 - wrapGAppsHook + wrapGAppsHook3 ]; buildInputs = [ qt6.qtbase diff --git a/nix/shell.nix b/nix/shell.nix index 55e085d3..e342f56c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -51,7 +51,7 @@ let # Should be unnecessary once PR is pulled. # PR: https://github.com/NixOS/nixpkgs/pull/271037 # Issue: https://github.com/NixOS/nixpkgs/issues/149812 - wrapGAppsHook + wrapGAppsHook3 ]; buildInputs = with pkgs.qt6; [ qtbase