From b95b410d43d1432f2dec821dd953ad468557baca Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Fri, 29 Jun 2018 15:10:17 +0200 Subject: atom, atom-beta: fixed #42730 Swithed atom to use gtk3 instead of 2. Fixed channel detection in the atom startup script. --- pkgs/applications/editors/atom/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/editors/atom/default.nix') diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix index a77792254725..233be8ac73b2 100644 --- a/pkgs/applications/editors/atom/default.nix +++ b/pkgs/applications/editors/atom/default.nix @@ -21,6 +21,7 @@ let mv $out/usr/* $out/ rm -r $out/share/lintian rm -r $out/usr/ + sed -i "s/${pname})/.${pname}-wrapped)/" $out/bin/${pname} # sed -i "s/'${pname}'/'.${pname}-wrapped'/" $out/bin/${pname} wrapProgram $out/bin/${pname} \ --prefix "PATH" : "${gvfs}/bin" -- cgit 1.4.1