summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
Commit message (Collapse)AuthorAge
* atom-beta: 1.34.0-beta0 -> 1.35.0-beta0worldofpeace2019-02-14
|
* atom: 1.33.0 -> 1.34.0worldofpeace2019-02-14
|
* treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
| | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* atom: remove myself as maintainerPatrick Hilhorst2018-12-13
| | | | | I longer use atom, so I won't be regularly updating it. I am hereby removing myself as maintainer to reflect this.
* atom, atom-beta: 1.32.1 -> 1.33.0, 1.33.0-beta1 -> 1.34.0-beta0Patrick Hilhorst2018-12-13
|
* atom, atom-beta: Fixing Exec= line in app launcherBrenton Horne2018-12-06
| | | 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.
* atom, atom-beta: 1.32.0 -> 1.32.1, 1.33.0-beta0 -> 1.33.0-beta1 (#49590)Patrick Hilhorst2018-11-01
|
* atom, atom-beta: 1.31.2 -> 1.32.0, 1.32.0-beta0 -> 1.33.0-beta0Patrick Hilhorst2018-10-24
|
* atom, atom-beta: move versions to top of filePatrick Hilhorst2018-10-24
|
* atom: 1.31.0 -> 1.31.2Patrick Hilhorst2018-10-09
|
* atom, atom-beta: 1.30.0 -> 1.31.0, 1.31.0-beta0 -> 1.32.0-beta0 (#47417)Patrick Hilhorst2018-09-27
| | | | | | * atom: 1.30.0 -> 1.31.0 * atom-beta: 1.31.0-beta0 -> 1.32.0-beta0
* atom, atom-beta: 1.29.0 -> 1.30.0, 1.30.0-beta1 -> 1.31.0-beta0Patrick Hilhorst2018-08-29
|
* atom: gtk3 should be in buildInputsJörg Thalheim2018-08-05
|
* atom: fix crash on Glib-GIO-ERRORYannik Sander2018-08-05
| | | | | include gtk3 to fix atom's path such that file open dialogs wont cause atom to crash due to missing GIO files
* atom, atom-beta: 1.28.2 -> 1.29.0, refactored build script (#44297)Patrick Hilhorst2018-08-01
| | | | | | | | | | | | | | | | | atom-beta: 1.29.0-beta1 -> 1.30.0-beta1 The beta version jump seems like an irregular update, but 1.30.0-beta0 was retired rougly 3 hours after release due to an macOS error: > Fixed an error about a missing string_decoder module when the Git pane > is displayed on macOS. This shouldn't affect the Linux x86_64 version, but latest versions are always nice. Also refactored the build script, it now takes the version number as an extra (optional) argument and creates the version number from that. Also removed `rec` from the main set because it was no longer needed.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* atom: 1.28.1 -> 1.28.2R. RyanTM2018-07-19
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atom/versions.
* atom, atom-beta: 1.28.0 -> 1.28.1, 1.29.0-beta0 -> 1.29.0-beta1 (#43086)Patrick Hilhorst2018-07-06
|
* atom, atom-beta: fixed #42730Patrick Hilhorst2018-06-29
| | | | | Swithed atom to use gtk3 instead of 2. Fixed channel detection in the atom startup script.
* atom, atom-beta: nicer fix for #42618Patrick Hilhorst2018-06-26
| | | | Supersedes #42622
* Revert "atom-beta: fix build (#42622)"Patrick Hilhorst2018-06-26
| | | | This reverts commit 9e02afcd80043f57e193bdc0f31a7745ffd2164f.
* atom-beta: fix build (#42622)Tobias Happ2018-06-26
|
* atom: 1.27.2 -> 1.28.0Patrick Hilhorst2018-06-23
|
* atom: patchelf ctags binary (#41811)Tobias Happ2018-06-11
|
* atom-beta: 1.28.0-beta2 -> 1.28.0-beta3 (#41597)Patrick Hilhorst2018-06-06
|
* atom, atom-beta: 1.27.1 -> 1.27.2, 1.28.0-beta1 -> 1.28.0-beta2 (#41318)Patrick Hilhorst2018-05-31
|
* atom, atom-beta: 1.27.0 -> 1.27.1, 1.24.0-beta3 -> 1.28.0-beta1Patrick Hilhorst2018-05-22
| | | | | | | | Also rewrote the derivation for easier maintencence. (And added @ysndr as maintainer for atom-beta, kind of an implicit result of joining the two. If you're not okay with that, I'll patch you out, but I'll presume consent.)
* atom: add myself as maintainerPatrick Hilhorst2018-05-15
|
* atom: 1.26.1 -> 1.27.0Patrick Hilhorst2018-05-15
|
* atom: fix git integration (#40163)Yannik Sander2018-05-09
|
* atom: 1.26.0 -> 1.26.1Patrick Hilhorst2018-04-27
|
* atom: 1.25.1 -> 1.26.0R. RyanTM2018-04-20
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atom/versions. These checks were done: - built on NixOS - ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm -h’ got 0 exit code - ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm --help’ got 0 exit code - ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm help’ got 0 exit code - ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/atom help’ got 0 exit code - ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/.atom-wrapped help’ got 0 exit code - found 1.26.0 with grep in /nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0 - directory tree listing: https://gist.github.com/10c433ad7807e5aeaa581f442b89dd6c
* atom : 1.25.0 -> 1.25.1Patrick Hilhorst2018-04-06
|
* atom: 1.24.1 -> 1.25.0Tim Steinbach2018-03-15
|
* atom: 1.24.0 -> 1.24.1Tim Steinbach2018-03-09
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* atom: 1.23.3 -> 1.24.0Tim Steinbach2018-02-23
|
* atom-beta: 1.24.0-beta2 -> 1.24.0-beta3Tim Steinbach2018-01-17
|
* atom: 1.23.2 -> 1.23.3Tim Steinbach2018-01-17
|
* atom-beta: 1.24.0-beta1 -> 1.24.0-beta2Tim Steinbach2018-01-09
|
* atom: 1.23.1 -> 1.23.2Tim Steinbach2018-01-09
|
* atom-beta: 1.23.0-beta0->1.24.0-beta1Nikolay Yakimov2017-12-18
|
* atom: depend on libsecretDomen Kožar2017-12-17
| | | | To support: $ atom -d
* atom: 1.23.0 -> 1.23.1Tim Steinbach2017-12-14
|
* atom: 1.22.0 -> 1.23.0Tim Steinbach2017-12-13
|
* atom: 1.21.2->1.22.0Brenton Horne2017-11-14
|
* atom-beta: 1.22.0-beta1->1.23.0-beta0Brenton Horne2017-11-14
|
* atom: 1.21.1 -> 1.21.2Tim Steinbach2017-11-01
|
* atom-beta: 1.22.0-beta0 -> 1.22.0-beta1Tim Steinbach2017-10-12
|
* atom: 1.21.0 -> 1.21.1Tim Steinbach2017-10-12
|