Commit Graph

7441 Commits

Author SHA1 Message Date
maxine [they]
c6d625abc4
Merge pull request #171748 from samuela/upkeep-bot/vscode-1.67.0-1651796606
vscode: 1.66.2 -> 1.67.0
2022-05-06 10:48:23 +02:00
Bernardo Meurer
e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
nixpkgs-upkeep-bot
98ebce8e1c vscode: 1.66.2 -> 1.67.0 2022-05-06 00:23:26 +00:00
adisbladis
162d2d3ac5 emacs.pkgs.ement: unstable-2022-04-22 -> unstable-2022-05-05 2022-05-06 07:01:24 +12:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Sandro
4f68abccd8
Merge pull request #168391 from danielbarter/android-studio_tiling_wm
android-studio: fixing gui on tiling window managers
2022-05-04 13:46:59 +02:00
Matthieu Coudron
21f526a7f3 vimPlugins: update 2022-05-03 00:44:17 +02:00
Matthieu Coudron
d4894355c1 vim/update.py: distinguish between vim/neovim plugins
I've been working for a long time towards automatic nix dependencies for
neovim plugins (using luarocks rockspecs to discover the said
dependencies).
This is an initial commit to help me complete the missing bits.
buildNeovimPluginFrom2Nix is right now a placeholder which helps me test
in my fork a version that does a flat install of luarocks.

the vim updater will now check for attributes with the same name in the lua package set,
if that's the case the script will generate buildNeovimPluginFrom2Nix.
2022-05-03 00:22:03 +02:00
Ben Siraphob
fa86dc7089
Merge pull request #167862 from AnatolyPopov/jetbrains-update-script-fixes 2022-05-02 10:18:28 -06:00
Manuel Bärenz
85651a7784
Merge pull request #170715 from matthewess/feat/vscodium-aarch64-darwin
vscodium: Add aarch64-darwin support
2022-05-02 10:46:26 +02:00
Vladimír Čunát
cec6e7362c
Merge branch 'master' into staging-next-2022-04-23 2022-05-01 14:26:52 +02:00
Matthieu Coudron
9663a29afa buildVimPlugin: add vimCommandCheckHook
Modeled after pythonImportCheckHook, this checks a command can be run once the plugin is installed
2022-04-30 23:54:25 +02:00
Ben Siraphob
03fc22dd0b
Merge pull request #167629 from r-ryantm/auto-update/xedit 2022-04-30 15:11:26 -06:00
Vladimír Čunát
c480cc2895
Merge branch 'master' into staging-next-2022-04-23 2022-04-30 23:02:28 +02:00
ajs124
474bbe999d
Merge pull request #170016 from helsinki-systems/upd/texstudio
texstudio: 4.2.2 -> 4.2.3
2022-04-29 23:51:12 +01:00
Ryan Mulligan
407fcc0409
Merge pull request #170546 from r-ryantm/auto-update/cudatext
cudatext: 1.162.5 -> 1.163.0
2022-04-29 10:55:18 -07:00
Markus Kowalewski
33b8b799ce
texmaker: 5.1.2 -> 5.1.3 2022-04-29 11:19:42 +02:00
zowoq
d40b56dd30
helix: remove grammar source (#170683)
not needed at runtime, bloats the package closure unnecessarily
2022-04-29 06:27:12 +10:00
Vladimír Čunát
8caa1418f6
Merge branch 'master' into staging-next-2022-04-23 2022-04-28 18:04:16 +02:00
ElXreno
22be75cbbe jetbrains.rider: bump dotnet sdk
Jetbrains have upgraded their internal runtime to .NET 6.
This can be checked by executing a command in the original package:
`strings lib/ReSharperHost/linux-x64/dotnet/dotnet | grep "Version "`
2022-04-28 10:46:38 -04:00
ElXreno
d0a82d34f3 jetbrains.clion: replace bundled gdb with our gdb 2022-04-28 10:46:38 -04:00
ElXreno
8fbff7236c jetbrains: update 2022-04-28 10:46:38 -04:00
Sandro
d52130b31d
Merge pull request #170645 from akiekintveld/vscode-remote-ssh
vscode-extensions.ms-vscode-remote.remote-ssh: 0.66.1 -> 0.78.0
2022-04-28 11:45:02 +02:00
mat ess
2d985f3fd1 vscodium: Add support for aarch64-darwin (M1) 2022-04-27 22:06:01 -04:00
P. R. d. O
552756170e
lifeograph: 2.0.2 -> 2.0.3 2022-04-27 16:22:38 -06:00
Vladimír Čunát
51554cbbdb
Merge branch 'master' into staging-next-2022-04-23 2022-04-27 22:50:17 +02:00
Frederik Rietdijk
538ace2858 okteta: set outputs to reduce runtime closure 2022-04-27 20:31:34 +02:00
Austin Kiekintveld
24928dcbf6 vscode-extensions.ms-vscode-remote.remote-ssh: 0.66.1 -> 0.78.0 2022-04-27 09:19:25 -07:00
R. Ryantm
523e4b7576 cudatext: 1.162.5 -> 1.163.0 2022-04-27 01:45:07 +00:00
github-actions[bot]
8261a7aaba
Merge master into staging-next 2022-04-27 00:02:17 +00:00
adisbladis
54e795706d emacs: Build from git instead of tarball to fix native compilation
Quoting @collares from #170426:
> The difference between the two versions is that one is built from the
> tarball, while the other is built from Git. The tarball includes
> byte-compiled (.elc) files but not native-compiled (.eln)
> files. The build notices the .elc files and does not rebuild them,
> but native-compilation is a side-effect of byte-compilation and so
> the .eln files aren't built either.
2022-04-27 07:20:33 +12:00
github-actions[bot]
4490401513
Merge master into staging-next 2022-04-26 18:01:11 +00:00
Sandro
f4a044a002
Merge pull request #167038 from rhoriguchi/vscode-extensions.adpyke.codesnap
vscode-extensions.adpyke.codesnap: init 1.3.4
2022-04-26 17:19:45 +02:00
github-actions[bot]
4a997ba4a6
Merge master into staging-next 2022-04-26 00:02:23 +00:00
Mario Rodas
58679e6a4f
Merge pull request #170139 from marsam/fix-lapce-darwin
lapce: fix build on darwin
2022-04-25 18:19:03 -05:00
Vladimír Čunát
ad8197eb43
Merge branch 'master' into staging-next 2022-04-25 23:11:18 +02:00
Sandro
f0dfb45812
Merge pull request #170248 from rhoriguchi/vscode-extensions
vscode-extensions: update installed extensions
2022-04-25 21:40:38 +02:00
github-actions[bot]
1fe6b64349
Merge master into staging-next 2022-04-25 18:01:12 +00:00
Sandro
8291a99382
Merge pull request #169606 from DarkOnion0/master
coc-haxe: init at 0.8.0
2022-04-25 18:22:20 +02:00
Ryan Horiguchi
ad3a396ee6
vscode-extensions.pkief.material-icon-theme: 4.14.1 -> 4.16.0 2022-04-25 14:58:22 +02:00
Ryan Horiguchi
8a31cb6e47
vscode-extensions.ms-azuretools.vscode-docker: 1.20.0 -> 1.22.0 2022-04-25 14:57:20 +02:00
Ryan Horiguchi
5bbdf1dd33
vscode-extensions.johnpapa.vscode-peacock: 4.0.0 -> 4.0.1 2022-04-25 14:55:44 +02:00
Ryan Horiguchi
ea81084e52
vscode-extensions.esbenp.prettier-vscode: 9.3.0 -> 9.5.0 2022-04-25 14:54:30 +02:00
Ryan Horiguchi
68e9b54c50
vscode-extensions.eamodio.gitlens: 12.0.3 -> 12.0.6 2022-04-25 14:53:04 +02:00
Ryan Horiguchi
19f5cc6ee7
vscode-extensions.davidanson.vscode-markdownlint: 0.46.0 -> 0.47.0 2022-04-25 14:51:54 +02:00
github-actions[bot]
93ca6b8345
Merge master into staging-next 2022-04-24 06:01:05 +00:00
adisbladis
357a8492ef
Merge pull request #170015 from adisbladis/emacs-manual-packages-updater
emacs: Add update script for manually packaged packages
2022-04-24 09:28:05 +07:00
adisbladis
78632a93fb
Merge pull request #170031 from adisbladis/ement-2022-04-22
emacs.pkgs.ement: unstable-2021-10-08 -> unstable-2022-04-22
2022-04-24 09:27:39 +07:00
Mario Rodas
56c88a29ba
Merge pull request #169614 from LibreCybernetics/remove-maintainership
{android-studio,crystal}: remove myself as maintainer
2022-04-23 20:12:29 -05:00
adisbladis
5eb9d9e284 emacs.pkgs.ement: unstable-2021-10-08 -> unstable-2022-04-22 2022-04-24 12:27:22 +12:00