Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nix/modules/launcher): add wrapGAppsHook #1976

Merged
merged 8 commits into from
Mar 25, 2023
Prev Previous commit
fixup! fix(nix/modules/hc-launch): add missing deps for devtools
  • Loading branch information
steveej committed Mar 24, 2023
commit b414494afcb3e7e016857a18bd7d326a01fc1e7e
5 changes: 0 additions & 5 deletions nix/modules/launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@

nativeBuildInputs = commonArgs.nativeBuildInputs ++ [
pkgs.makeBinaryWrapper
pkgs.shared-mime-info
];

buildInputs = commonArgs.buildInputs ++ [
pkgs.shared-mime-info
];

preFixup = ''
Expand Down