1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/applications/editors/atom
Brenton Horne d354f7cbe6
atom, atom-beta: Fixing Exec= line in app launcher
Prior to this commit the application launchers of Atom and Atom Beta executed `/usr/bin/${pname}` instead of what it is meant to `$out/bin/${pname}`. This is because upstream changed the `Exec=` line from `Exec=/usr/share/${pname}/${pname}` to `Exec=/usr/bin/${pname}` and the `substituteInPlace` line that was in the default.nix file was not appropriately adjusted.
2018-12-06 14:57:30 +10:00
..
default.nix atom, atom-beta: Fixing Exec= line in app launcher 2018-12-06 14:57:30 +10:00
env.nix pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00