summary refs log tree commit diff
path: root/pkgs/applications/editors
Commit message (Collapse)AuthorAge
* treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-18
|
* pkgs: add maxeaubrey to maintainersMaxine Aubrey2021-07-18
|
* Merge pull request #130308 from boppyt/sublime-4Sandro2021-07-17
|\
| * sublime4-dev: 4106 -> 4112Zack A2021-07-15
| |
| * sublime4: 4107 -> 4113Zack A2021-07-15
| |
* | Merge pull request #130415 from NixOS/new-elisp-packagesJörg Thalheim2021-07-17
|\ \ | | | | | | Elisp packages 2021-07-16
| * | elpa-packages 2021-07-16AndersonTorres2021-07-16
| | |
| * | elpa-packages 2021-07-16AndersonTorres2021-07-16
| | |
| * | ebuild-mode: use ${pname}-${version}AndersonTorres2021-07-16
| | |
| * | org-packages 2021-07-16AndersonTorres2021-07-16
| | |
| * | melpa-packages 2021-07-16AndersonTorres2021-07-16
| | |
* | | vscode: 1.58.0 -> 1.58.2upkeep-bot2021-07-17
| | |
* | | vscodium: 1.58.1 -> 1.58.2upkeep-bot2021-07-17
|/ /
* | Merge pull request #127980 from matthewbauer/darwin-emacs-native-compMatthew Bauer2021-07-15
|\ \ | |/ |/| Add gcc for emacs wrapper so native-comp works
| * Update pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nixMatthew Bauer2021-06-24
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * Add gcc for emacs wrapper so native-comp worksMatthew Bauer2021-06-23
| | | | | | | | | | On macos, we don’t have a gcc executable by default, which is required for some reason when compiling site-start.
* | Merge pull request #130183 from Stunkymonkey/lighttable-phaseSandro2021-07-15
|\ \ | | | | | | lighttable: deprecate phases
| * | lighttable: deprecate phasesFelix Buehler2021-07-14
| | |
* | | Merge pull request #129458 from alyssais/package-buildadisbladis2021-07-14
|\ \ \ | | | | | | | | emacs.pkgs.melpaBuild: package-build: 2018-10-05 -> 2021-04-13
| * | | emacs.pkgs.melpaBuild: package-build: 2018-10-05 -> 2021-04-13Alyssa Ross2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this is due an update. I've chosen to update to the latest version that has been merged into Melpa. Unfortunately we now need to hack around it trying to run VCS commands. My Emacs configuration with thirty-something leaf packages seems fine after the rebuild.
* | | | sublime3/4: deprecate phases (#130169)Felix Bühler2021-07-14
| |/ / |/| |
* | | Merge pull request #130146 from SuperSandro2000/git.archlinux.org-moveBen Siraphob2021-07-14
|\ \ \ | | | | | | | | treewide: convert all links git.archlinux.org to github.com/archlinux…
| * | | treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel2021-07-14
| | | |
* | | | vscodium: 1.58.0 -> 1.58.1upkeep-bot2021-07-14
|/ / /
* | | apostrophe: fix HTML export by referencing fira fonts from storesternenseemann2021-07-13
| | | | | | | | | | | | | | | | | | pandoc can embed fonts and stylesheets on export which apostrophe uses — however it has hardcoded paths for the fonts which only work in the flatpak version, so we need to substitute them.
* | | vscodium: 1.57.1 -> 1.58.0upkeep-bot2021-07-13
| | |
* | | Merge pull request #129878 from sikmir/cudatextSandro2021-07-12
|\ \ \ | | | | | | | | cudatext: 1.133.5 → 1.137.2
| * | | cudatext: 1.133.5 → 1.137.2Nikolay Korotkiy2021-07-10
| |/ /
* | | vscode: add aarch64-darwin to update scriptSamuel Ainsworth2021-07-11
| | |
* | | vscode: Add arm64-darwin supportMatthew Leach2021-07-11
| | | | | | | | | | | | Download and extract the prebuilt arm64-darwin archive.
* | | vscode: 1.57.1 -> 1.58.0upkeep-bot2021-07-10
| | |
* | | neovim: set meta in the unwrapped versionMatthieu Coudron2021-07-10
| | | | | | | | | | | | instead of the wrapper: the wrapper will inherit the value from the unwrapped version. This allows nix run nixpkgs#neovim-unwrapped to work too.
* | | texmacs: 1.99.19 -> 2.1Florian Franzen2021-07-07
|/ /
* | Merge pull request #129087 from raboof/jetbrains-update-script-updatesJörg Thalheim2021-07-06
|\ \ | | | | | | jetbrains: update script improvements
| * | jetbrains: update script improvementsArnout Engelen2021-07-05
| | | | | | | | | | | | Fix some warnings and allow updating only the free modules.
* | | Merge pull request #124906 from kwohlfahrt/quartusSandro2021-07-05
|\ \ \
| * | | quartus: formatting fixes from reviewKai Wohlfahrt2021-05-30
| | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | quartus: 20.1 -> 20.1.1Kai Wohlfahrt2021-05-29
| | | |
| * | | quartus: split out unwrapped packageKai Wohlfahrt2021-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows customizing the install process for the unwrapped process, as proposed in #123469, without introducing top-level support for untested modifications. The PR could then be straightforwardly implemented as an overlay, that does: quartus-prime-lite = super.quartus-prime-lite.override { unwrapped = quartus-prime-lite.unwrapped.overrideAttrs (o: { buildCommand = o.buildCommand + '' rm -r $out/nios2eds/bin/gnu find $out/modelsim_ase/altera/{verilog,vhdl}/* ! -name src ! -path '*twentynm*' -delete ''; }); };
* | | | Merge pull request #128907 from lourkeur/update/spacevimJörg Thalheim2021-07-03
|\ \ \ \ | | | | | | | | | | spacevim: 1.6.0 -> 1.7.0
| * | | | spacevim: 1.6.0 -> 1.7.0Louis Bettens2021-07-01
| | | | |
* | | | | Merge pull request #128879 from raboof/jetbrains-updatesLuke Granger-Brown2021-07-03
|\ \ \ \ \ | | | | | | | | | | | | jetbrains: updates
| * | | | | jetbrains: updatesArnout Engelen2021-07-01
| | |_|/ / | |/| | |
* | | | | Merge pull request #128877 from raboof/jetbrains-update-script-httpsLuke Granger-Brown2021-07-03
|\ \ \ \ \ | | | | | | | | | | | | jetbrains: use https for update script
| * | | | | jetbrains: use https in update scriptArnout Engelen2021-07-01
| |/ / / /
* | | | | neovim: 0.4.4 -> 0.5.0Roman Volosatovs2021-07-02
| | | | | | | | | | | | | | | | | | | | `"-DUSE_BUNDLED=OFF"` is from https://github.com/neovim/neovim/blob/2bcf18deaa32ad371b6de349b353d42e9b1c9ea0/contrib/flake.nix#L25
* | | | | elpa-packages: manual fixup the duplication of shell-command-plusAndersonTorres2021-07-01
| | | | |
* | | | | elpa-packages 2021-07-01AndersonTorres2021-07-01
| | | | |
* | | | | melpa-packages 2021-07-01AndersonTorres2021-07-01
| | | | |
* | | | | org-packages 2021-07-01AndersonTorres2021-07-01
|/ / / /