Commit Graph

8629 Commits

Author SHA1 Message Date
Jan Tojnar
3919ef55bd
Merge pull request #201191 from PedroHLC/sublime4-4143
sublime{4,-merge}: {4142,2077} -> {4143,2079}
2022-11-15 13:27:03 +01:00
figsoda
9d84f4fe59
Merge pull request #201216 from jocelynthode/add-telescope-live-args
vimPlugins.telescope-live-grep-args-nvim: init at 2022-11-07
2022-11-14 16:30:23 -05:00
figsoda
45aa39daec vimPlugins.legendary-nvim: downgrade to fix duplicate tags 2022-11-14 15:30:08 -05:00
figsoda
29ecd6e1d3 vimPlugins.nvim-treesitter: update grammars 2022-11-14 15:04:33 -05:00
Jocelyn Thode
75a0854b21
vimPlugins.telescope-live-grep-args-nvim: init at 2022-11-07 2022-11-14 19:21:10 +01:00
Jocelyn Thode
6edfa4f695
vimPlugins: update 2022-11-14 19:21:08 +01:00
figsoda
e0fe978e02
Merge pull request #201200 from e1mo/vscode-shellcheck-0-26-3
vscode-extensions.timonwong.shellcheck: 0.193 -> 0.26.3
2022-11-14 12:45:03 -05:00
Moritz 'e1mo' Fromm
9aad525eac
vscode-extensions.timonwong.shellcheck: 0.193 -> 0.26.3 2022-11-14 17:06:08 +01:00
PedroHLC ☭
98fb735493
sublime4: 4142 -> 4143 2022-11-14 11:50:00 -03:00
Jörg Thalheim
f960103192
Merge pull request #192418 from GenericNerdyUsername/clion-patch-dont-replace
jetbrains.clion: patch lldb instead of replacing
2022-11-14 13:13:12 +01:00
Adam Joseph
0e2c58c77f
emacs: add withSystemd option 2022-11-14 23:05:55 +13:00
Anderson Torres
c364f9f3c3
Merge pull request #201017 from sternenseemann/ada-mode-fix-build
emacs.pkgs.ada-mode: fix build for version 7.3.1
2022-11-13 11:17:12 -03:00
sternenseemann
d09528373d emacs.pkgs.ada-mode: fix build for version 7.3.1
Fixes breakage to ada-mode introduced in #200190.

ada-mode recently gained a Makefile [1] which is intended for compiling
it in the ELPA worktree. Building from the ELPA release tarball still
needs to be done via build.sh, so we need to overwrite buildPhase to
ignore the Makefile (previously it'd just do nothing).

Additionally some new build tools are needed and lzip can be removed (as
we no longer fetch an archived version of wisi from ELPA).

[1]: https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/Makefile?h=externals/ada-mode&id=d5428433e39f3de7168fdc891127a2dcff849904
2022-11-13 13:29:27 +01:00
AndersonTorres
fed3699eb5 tree-sitter-langs: fixup update-defaults.py
The nix-shell line should always point out to the repo's `default.nix`.
2022-11-13 09:17:04 -03:00
AndersonTorres
03fa9cdde9 treewide: move all ad-hoc elisp packages to manual-packages/ 2022-11-13 09:17:04 -03:00
AndersonTorres
c47cbf3aca emacs.pkgs.prisma-mode: move to a dedicated directory
There is no tangible reason to pollute a file like manual-packages with full
descriptions of expressions. `callPackage` exists for a reason :)
2022-11-13 09:17:01 -03:00
AndersonTorres
d19c5a2384 emacs.pkgs.matrix-client: move to a dedicated directory
There is no tangible reason to pollute a file like manual-packages with full
descriptions of expressions. `callPackage` exists for a reason :)
2022-11-13 09:16:52 -03:00
AndersonTorres
022ffab437 emacs.pkgs.haskell-unicode-input-method: move to a dedicated directory
There is no tangible reason to pollute a file like manual-packages with full
descriptions of expressions. `callPackage` exists for a reason :)
2022-11-13 09:16:48 -03:00
AndersonTorres
96b0956aee emacs.pkgs.ghc-mod: move to a dedicated directory
There is no tangible reason to pollute a file like manual-packages with full
descriptions of expressions. `callPackage` exists for a reason :)
2022-11-13 09:16:39 -03:00
AndersonTorres
457efcd352 emacs.pkgs.elisp-ffi: move to a dedicated directory
There is no tangible reason to pollute a file like manual-packages with full
descriptions of expressions. `callPackage` exists for a reason :)
2022-11-12 22:31:18 -03:00
Anderson Torres
4a3bd736f2
Merge pull request #200190 from atorres1985-contrib/elisp
Elisp updates
2022-11-12 21:21:00 -03:00
figsoda
7cae9b3d7f
Merge pull request #200789 from schuelermine/master
vscode-extensions.redhat.vscode-xml: init at 0.22.0
2022-11-12 16:12:30 -05:00
AndersonTorres
20bdaba8fc nongnu-packages: updated 2022-11-12 2022-11-12 15:45:49 -03:00
AndersonTorres
a94b0cfdc0 melpa-packages: updated 2022-11-12 2022-11-12 15:45:34 -03:00
AndersonTorres
c15092aa2b elpa-packages.nix: updated 2022-11-12 2022-11-12 15:42:37 -03:00
AndersonTorres
69c5dcd47a nongnu-packages: updated 2022-11-08 2022-11-12 15:42:36 -03:00
AndersonTorres
c12fdf7ae5 melpa-packages: updated 2022-11-08 2022-11-12 15:42:36 -03:00
AndersonTorres
8e3cf58869 elpa-packages: updated 2022-11-08 2022-11-12 15:42:36 -03:00
AndersonTorres
97e51ef8d3 manual-packages.nix: cosmetical refactor 2022-11-12 15:42:36 -03:00
AndersonTorres
c80c7fd5aa emacs.pkgs.cask: init at 0.8.8
Cask was ejected from MELPA (at the Cask owner's request). Now it lives as a
typical external package.
2022-11-12 15:42:35 -03:00
AndersonTorres
699150309b update-from-overlay: cosmetical change 2022-11-12 15:42:35 -03:00
Anselm Schüler
acbda55c3a vscode-extensions.redhat.vscode-xml: init at 0.22.0 2022-11-12 04:08:49 +01:00
Martin Weinelt
11b5fc2350
Merge pull request #200594 from treed/fix-grails 2022-11-11 10:40:54 +01:00
Martin Weinelt
9c5c4e6db2
Merge pull request #200504 from treed/fix-hamlet-mode 2022-11-11 10:38:30 +01:00
Bernardo Meurer
7d616f2a32
Merge pull request #200216 from lovesegfault/update-tree-sitter 2022-11-10 17:33:38 -05:00
Ted Reed
fccc5f6d65 emacsPackages.grails: 0.5.0 -> 0.5.1
Fixes build; 0.5.0 was missing parens. I submitted a patch to fix,
which was applied shortly thereafter.
2022-11-10 13:43:29 -08:00
Bernardo Meurer
86c23953dc
emacsPackages.tree-sitter-langs: update defaults 2022-11-10 15:52:37 -05:00
PedroHLC ☭
9ed3ef3053
sublime4: 4126 -> 4142 2022-11-10 08:13:51 -03:00
Ted Reed
762fc4c8b8 emacsPackages.hamlet-mode: fix build
This package fails to build (and as far as I can tell always has) due
to the maintainer script being unable to parse the maintainer email.

adisbladis made a PR to fix this back in January, but it hasn't been
merged, so this commit just pulls that patch in in order to fix the build
2022-11-10 01:33:32 -08:00
nixpkgs-upkeep-bot
3c603ddf32 vscode: 1.73.0 -> 1.73.1 2022-11-10 00:31:06 +00:00
Jan Tojnar
4e96b3488e sublime4-dev: 4137 → 4141 2022-11-09 19:09:43 +01:00
Nikolay Korotkiy
60762c6576
Merge pull request #200369 from r-ryantm/auto-update/cudatext
cudatext: 1.175.0 -> 1.176.0
2022-11-09 19:47:21 +04:00
Jan Tojnar
b341e5bb96
Merge pull request #199709 from LibreCybernetics/gnome-updates
GNOME Updates
2022-11-09 14:53:58 +01:00
R. Ryantm
ac520c672f cudatext: 1.175.0 -> 1.176.0 2022-11-09 11:21:10 +00:00
Fabián Heredia Montiel
5116aa1cf2 gnome-latex: 3.41.2 → 3.42.0
https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.41.2...3.42.0
2022-11-08 21:55:44 -06:00
figsoda
29b89141bf
Merge pull request #199553 from figsoda/nvim-treesitter
vimPlugins: also update nvim-treesitter grammars in the update script
2022-11-08 15:32:27 -05:00
figsoda
4a41b266ce
Merge pull request #199915 from ck3d/neovide-0.10.2
neovide: 0.10.1 -> 0.10.3
2022-11-07 09:12:26 -05:00
Christian Kögler
f9c04d8557 neovide: 0.10.1 -> 0.10.3 2022-11-07 13:49:52 +01:00
Kirill Radzikhovskyy
590a40e134 android-studio: 2021.3.1.16 -> 2021.3.1.17 2022-11-07 06:45:23 -05:00
fly
63136264aa Add wrapGAppsHook to lifeograph to fix issue with being unable to decrypt diaries when launched from dmenu
Signed-off-by: fly <merspieler@airmail.cc>
2022-11-06 20:14:52 +01:00