Open Tchekda opened 4 months ago
I don't think this is a good fix up,.I think xdg-utils should be in the Deps that was my fixup if everyone agrees I can draft a pull request
I don't think this is a good fix up,.I think xdg-utils should be in the Deps that was my fixup if everyone agrees I can draft a pull request
Feel free to draft a PR and I will test it out. My solution wasn't perfect but it worked and made logical sense when I looked into the issue.
Describe the bug
A clear and concise description of what the bug is. Using the latest version (b88607fa3d5e17739aa01c8c0449ad3b8dee7ab4) of the derivation, I am getting an error when starting Postman and when trying to open the browser from Postman (for login). Here are the errors:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Postman should have access to the xdg environment to allow integrations with browser and other apps
Additional context
This error wasn't happening in the nixos-23.05 version of the package.
If I change the last line of
postFixup
https://github.com/NixOS/nixpkgs/blob/ab82a9612aa45284d4adf69ee81871a389669a9e/pkgs/development/web/postman/linux.nix#L159 It seems to be working again, meaning the fact that PATH is overriden has an impactNotify maintainers
@johnrichardrinehart @evanjs @tricktron @Crafter
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.