Commit graph

7797 commits

Author SHA1 Message Date
Bobby Rong f94068879f
Merge pull request #174386 from r-ryantm/auto-update/cudatext
cudatext: 1.164.0 -> 1.165.0
2022-05-28 18:06:53 +08:00
Patrick Jackson 3605f7a343 textadept11: 11.1 -> 11.3 2022-05-27 12:58:54 -07:00
Artturi 60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
7c6f434c cc76d27597
Merge pull request #174632 from patricksjackson/pin-textadept
textadept: Fix compilation using an older version of gcc
2022-05-27 13:45:46 +00:00
Matthieu Coudron bd4e0644db
Merge pull request #173312 from teto/vim-add-checks
vim add checks
2022-05-27 11:34:48 +02:00
Artturin c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
sternenseemann 23684fc690
Merge pull request #174383 from r-ryantm/auto-update/apostrophe
apostrophe: 2.6.2 -> 2.6.3
2022-05-26 16:32:16 +02:00
Joscha ec5c98e943 vscode-extensions.rust-lang-rust-analyzer: update publisher
Since rust-analyzer's publisher on the VSCode marketplace was changed to
rust-lang, this makes the extension available under
vscode-extensions.rust-lang.rust-analyzer. I thought I already did this
in PR #173540, but apparently I forgot. This is backwards-compatible in
that the extension is still availabe at
vscode-extensions.matklad.rust-analyzer as well.
2022-05-26 08:44:07 -04:00
Mario Rodas 4307907d72 python39Packages.pdfminer-six: add alias to pdfminer 2022-05-25 23:47:50 -07:00
Patrick Jackson 3b8b85bac4 textadept: Fix compilation using an older version of gcc 2022-05-25 16:09:24 -07:00
Sandro 8864dcd770
Merge pull request #172352 from alapshin/master
Android Studio: update packages and add myself as mantainer
2022-05-25 23:24:50 +02:00
Sandro 6d28dbf2a7
Merge pull request #174325 from Flakebi/vim-markdown-composer
vimPlugins.vim-markdown-composer: fix executing
2022-05-25 23:07:08 +02:00
Tae Selene Sandoval Murgan 235f1299d3 tree-sitter: Remove the Swift grammar
It was abandoned, and the recommended one doesn't have a parser.c file
2022-05-25 21:28:29 +02:00
Artturin 0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
Aidan Gauland 240e967264
header-file-mode: unstable-2022-05-13 -> unstable-2022-05-25
* Add post-build script to generate autoloads file.

* Bump upstream revision to get a critical bugfix that prevented this library's
  main function from executing.
2022-05-25 16:15:36 +12:00
R. Ryantm aa09c8a387 cudatext: 1.164.0 -> 1.165.0 2022-05-25 03:02:10 +00:00
R. Ryantm 6d25e74a5a apostrophe: 2.6.2 -> 2.6.3 2022-05-25 02:40:15 +00:00
Flakebi 511491b547
vimPlugins.vim-markdown-composer: fix executing
The source for setting the path is slightly different, so relax the
search/replace term, so it works with the new version.

Fixes starting the web-preview process.
2022-05-24 23:32:03 +02:00
Victor Freire 620b891fd4 vscode-extensions.ionide.ionide-fsharp: 6.0.1 -> 6.0.4 2022-05-23 21:11:20 -03:00
Janne Heß 3673f148b3
Merge remote-tracking branch 'origin/staging-next'
* origin/staging-next: (62 commits)
  Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  openldap: fix cross-compilation
  makeBinaryWrapper: fix codesign on aarch64-darwin
  python3Packages.ldap: fix linking with openldap 2.5+
  Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  wine: enable parallel build again
  pkgsi686Linux.gdb: fix formatting for 32-bit systems
  gtk4: Fix incorrect merge
  nixos/openldap: use upstream unit defaults
  openldap: update maintainers
  openldap: 2.4.58 -> 2.6.2
  Revert "Add mingwW64-llvm cross-system."
  lua: fix on darwin by using makeBinaryWrapper (#172749)
  python310Packages.python-mimeparse: execute tests
  pandas: fix darwin build
  gtk3: 3.24.33 -> 3.24.33-2022-03-11
  gtk4: patch fixing g-c-c crashes
  e2fsprogs: patch for CVE-2022-1304
  firefox-unwrapped: fix cross compilation
  rustc: expose correct llvmPackages for cross compile
  ...
2022-05-23 19:56:59 +02:00
Artturi e00bb60b19
Merge pull request #173430 from Artturin/fetchzippost 2022-05-23 18:25:50 +03:00
Artturin b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Robin Gloster 2e4c67b555
vim: 8.2.4874 -> 8.2.4975 2022-05-23 12:08:32 +02:00
Robin Gloster 6c822e25b6
vim: 8.2.4816 -> 8.2.4874
fixes:
 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1619
 - 7.5 https://nvd.nist.gov/vuln/detail/CVE-2022-1620
 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1621
 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1629
2022-05-23 11:59:52 +02:00
Vladimír Čunát 232db920ae
Merge branch 'master' into staging-next 2022-05-23 10:10:50 +02:00
Sebastian Sellmeier 644d8ed029
notepad-next: mark as broken for aarch64 2022-05-23 02:42:09 +02:00
github-actions[bot] 107b6041bc
Merge master into staging-next 2022-05-22 18:01:20 +00:00
Tae Selene Sandoval Murgan 394687bf39 neovim-remote: 2.4.0 -> 2.5.1 2022-05-22 15:37:47 +02:00
Maximilian Bosch e402e3c061
Merge pull request #169039 from SebTM/notepad-next
notepad-next: init at 0.5.1
2022-05-22 14:13:45 +02:00
github-actions[bot] 86ec85655d
Merge master into staging-next 2022-05-22 12:01:28 +00:00
Artturi 3efe7235dc
Merge pull request #173918 from tssm/neovim-darwin-coreservices
neovim: Pass CoreServices when building on darwin
2022-05-22 14:15:21 +03:00
Bobby Rong fb12daa91f
Merge pull request #173684 from samuela/upkeep-bot/vscode-1.67.2-1653006143
vscode: 1.67.1 -> 1.67.2
2022-05-22 16:44:17 +08:00
Manuel Bärenz 605862b847
Merge pull request #173685 from samuela/upkeep-bot/vscodium-1.67.2-1653006161
vscodium: 1.67.1 -> 1.67.2
2022-05-22 10:33:21 +02:00
Tae Selene Sandoval Murgan f7e2353e0b neovim: Pass CoreServices when building on darwin 2022-05-22 09:16:22 +02:00
Jan Tojnar b8b9f52393 Merge branch 'master' into staging-next
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0 and f6c5761935.
2022-05-21 17:52:39 +02:00
Matthieu Coudron d7bfa0dcc4 vim/update.py: mark some plugins as neovim ones
so that they use buildNeovimFrom2Nix

I want to avoid adding a more complex heuristic for now or adding a
column to vim-plugin-names.
2022-05-21 17:05:46 +02:00
"Matthieu Coudron" a2d4d474c2 vimPlugins.nvim-biscuits: init at 2021-11-12 2022-05-21 17:05:46 +02:00
Matthieu Coudron e373b1a746 vimPlugins.diffview-nvim: add plenary as dependency 2022-05-21 17:05:46 +02:00
Joscha 4d6a40140c vscode-extensions.rust-lang.rust-analyzer: 0.2.1048 -> 0.3.1059
This update changes the extension's publisher from "matklad" to
"rust-lang" and moves it to `vscode-extensions.rust-lang.rust-analyzer`,
but keeps `vscode-extensions.matklad.rust-analyzer` for backwards
compatibility. It also bumps the version number from 0.2.xxx to 0.3.xxx,
as described in changelog #129.5:
https://rust-analyzer.github.io/thisweek/2022/05/17/changelog-129-5.html
2022-05-21 05:04:10 -04:00
Joscha 8bc78621d3 vscode-extensions.matklad.rust-analyzer: Add reminder to update script
The release tag was out-of-date even though the extension was updated
regularly. Ideally, the update script might increment it on its own,
like the rust-analyzer update script already does.
2022-05-21 05:04:10 -04:00
Joscha 806de2ab38 vscode-extensions.matklad.rust-analyzer: Point links to new repo location 2022-05-21 05:04:10 -04:00
github-actions[bot] 77bded3c43
Merge master into staging-next 2022-05-20 18:02:18 +00:00
Robert Schütz d5a2974e52 libsForQt5.mauiPackages: init at 2.1.2 2022-05-20 08:54:02 -07:00
Shadaj Laddad 7a959a64df
vscode-extensions.ms-toolsai.jupyter: 2021.9.1101343141 - > 2022.5.1001411044 2022-05-19 18:38:00 -07:00
nixpkgs-upkeep-bot 9c48424780 vscodium: 1.67.1 -> 1.67.2 2022-05-20 00:22:41 +00:00
nixpkgs-upkeep-bot d325181784 vscode: 1.67.1 -> 1.67.2 2022-05-20 00:22:23 +00:00
github-actions[bot] 17dfec3606
Merge master into staging-next 2022-05-19 00:02:14 +00:00
Artturi b0c602515d
Merge pull request #173084 from Artturin/unecessaryprf
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
2022-05-18 21:23:58 +03:00
github-actions[bot] f74178b418
Merge staging-next into staging 2022-05-15 18:01:53 +00:00
Bobby Rong f3194760f1
Merge pull request #171445 from tshaynik/xxe-pe-bump
xxe-pe: 9.4.0 -> 10.1.0
2022-05-15 23:59:35 +08:00
github-actions[bot] a41870fcba
Merge staging-next into staging 2022-05-15 06:01:50 +00:00
Jan Tojnar d1b77f990f Merge branch 'staging-next' into staging
Conflicts:
	pkgs/applications/networking/browsers/firefox/common.nix between f6c5761935 and a373324120.
2022-05-15 07:08:29 +02:00
Artturin 1a634cc057 treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files

which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
nixpkgs-upkeep-bot 21f9e5c728 vscodium: 1.66.2 -> 1.67.1 2022-05-15 00:24:02 +00:00
Matthieu Coudron 05a3e5c21f
Merge pull request #171064 from teto/neovim-require-check-hook
buildVimPlugin: check that neovim can require the module.
2022-05-13 23:24:57 +02:00
github-actions[bot] fe71877bbd
Merge staging-next into staging 2022-05-13 18:03:04 +00:00
Sandro 7ba9d90f53
Merge pull request #172825 from gador/pinegrow-fix-download-link2
pinegrow: fix download link (again)
2022-05-13 17:21:14 +02:00
github-actions[bot] 814126147f
Merge staging-next into staging 2022-05-13 12:02:03 +00:00
Aleksander Gondek 41b99ff816
vscode-extensions.matklad.rust-analyzer: 0.2.975 - > 0.2.1048 2022-05-13 11:41:59 +02:00
adisbladis 9d5b5668ec
Merge pull request #172763 from aidalgol/emacs-28-header-file-mode-fix
header-file-mode: unstable-2022-04-19 -> unstable-2022-05-13
2022-05-13 16:51:25 +08:00
Aidan Gauland cfd4a8fe09
header-file-mode: unstable-2022-04-19 -> unstable-2022-05-13
Update to version with a fix to make the package work with Emacs 28.
2022-05-13 20:27:34 +12:00
Florian Brandes 2352ead1a1
pinegrow: fix download link (again)
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-13 10:25:30 +02:00
adisbladis 003c3b6444 emacs.pkgs.plz: Use plz from elpa 2022-05-13 18:45:14 +12:00
adisbladis 1883541620 emacs.pkgs.melpa-packages: 2022-05-13 2022-05-13 18:15:26 +12:00
adisbladis ec486b0a2e emacs.pkgs.elpa-packages: 2022-05-13 2022-05-13 18:15:26 +12:00
Mario Rodas ebd2f4dea3 lapce: 0.0.12 -> 0.1.0
https://github.com/lapce/lapce/releases/tag/v0.1.0
2022-05-13 04:20:00 +00:00
Matthieu Coudron 50bbd08413
Merge pull request #171582 from austinbutler/vim-jsonpath
vimPlugins.vim-jsonpath: init at 2020-06-16
2022-05-14 11:58:27 +02:00
adisbladis 2686f10fb4 emacs.pkgs.ement: unstable-2022-05-05 -> unstable-2022-05-14 2022-05-14 18:25:58 +12:00
Austin Butler fd927b68f1 vimPlugins.vim-jsonpath: init at 2020-06-16 2022-05-13 18:28:32 -07:00
Austin Butler 6046ff237c vimPlugins: update 2022-05-13 18:28:12 -07:00
github-actions[bot] d79af4efe4
Merge staging-next into staging 2022-05-13 00:03:35 +00:00
Thiago Kenji Okada 5c5187646d
Merge pull request #172366 from ncfavier/wrappers-cleanup
make{,Binary}Wrapper: some cleanups
2022-05-12 22:17:34 +01:00
Will Cohen 975d834041 clojupyter: 0.3.2 -> 0.3.3 2022-05-12 16:12:57 -04:00
Mr Hedgehog d491e5fd3a vimPlugins.coconut-vim: init at 2017-10-10 2022-05-12 15:00:08 +02:00
Damien Cassou f49bce4b19
Merge pull request #172590 from pjones/pjones/pdf-tools
emacsPackages.pdf-tools: fix build
2022-05-12 12:33:50 +02:00
Matthieu Coudron e4bb2cac39 vimPlugins.fzf-lua: init at 2022-05-07 2022-05-12 11:57:06 +02:00
Artturi b35bfa914d
Merge pull request #172272 from r-ryantm/auto-update/cudatext
cudatext: 1.163.0 -> 1.164.0
2022-05-11 23:48:11 +03:00
Peter Jones 0d02ba8ffb
emacsPackages.pdf-tools: fix build
This is a temporary fix for #172178
2022-05-11 11:24:56 -07:00
Patrick Hilhorst 3db756def0
Merge pull request #172423 from samuela/upkeep-bot/vscode-1.67.1-1652228602 2022-05-11 13:06:46 +02:00
Matthieu Coudron 8fc305d584 vimPlugins.stylish-nvim: init at 2022-02-11 2022-05-11 12:20:10 +02:00
Matthieu Coudron da8a322e73 buildLuaPlugin: convert the addRtp call
since it was breaking overrideAttrs.
2022-05-11 12:08:14 +02:00
Matthieu Coudron 0dbca90d41 buildNeovimPluginFrom2Nix: use neovimRequireCheckHook
and removed the addRtp call that was breaking overrideAttrs
2022-05-11 10:42:19 +02:00
Matthieu Coudron 08b6ad0ea5 buildVimPlugin: check that neovim can require the module.
Add:
```
    doInstallCheck = true;
    nvimRequireCheck = "toto";
```
to your vimPluginCall.
2022-05-11 10:42:19 +02:00
nixpkgs-upkeep-bot 27cae2d5a2 vscode: 1.67.0 -> 1.67.1 2022-05-11 00:23:22 +00:00
William Kral 119c335a4f scite: 5.0.2 -> 5.2.2 2022-05-10 17:13:30 -07:00
Naïm Favier 2ae69114a1
makeWrapper: implement --inherit-argv0
For symmetry/interoperability with makeBinaryWrapper. Implemented as
--argv0 '$0'
2022-05-10 22:07:57 +02:00
Naïm Favier 81b9c712ce
wrapGAppsHook: rename argument to makeWrapper
...and pass it makeBinaryWrapper in all-packages.nix
2022-05-10 22:07:56 +02:00
Andrei Lapshin f615c7545b androidStudioPackages: add myself as maintainer 2022-05-10 20:58:54 +03:00
Thiago Kenji Okada c4956c85b4
Merge pull request #172320 from xaverdh/binary-wrapper-fixes
treewide: use non-binary wrapper for wrapGAppsHook where appropriate
2022-05-10 17:07:26 +01:00
Andrei Lapshin c6026cb9c7 ndroidStudioPackages.canary: 2021.3.1.7 -> 2021.3.1.9 2022-05-10 18:07:57 +03:00
Andrei Lapshin 62002644d8 androidStudioPackages.stable: 2021.1.1.23 -> 2021.2.1.14 2022-05-10 18:07:05 +03:00
Sandro 7832347bc0
Merge pull request #154910 from onny/nota
mauikit-nota: init at 2.1.1
2022-05-10 16:08:10 +02:00
Dominik Xaver Hörl 220428039c bluej: fix with non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation assumed quotes to be expanded, which the binary
         wrapper (which wrapGAppsHook uses since #164163) will not do.
2022-05-10 15:17:09 +02:00
Dominik Xaver Hörl a2ee3ed3f2 vscode: use non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation does not work with binary
    wrappers, which wrapGAppsHook uses since #164163.
2022-05-10 13:11:10 +02:00
R. Ryantm 66d86c7f3e cudatext: 1.163.0 -> 1.164.0 2022-05-10 01:24:42 +00:00
Anderson Torres 189af8d922
Merge pull request #172120 from AndersonTorres/new-elisp
elisp updates
2022-05-09 21:49:56 -03:00
Artturi 808fbed8a8
Merge pull request #154076 from wegank/codeblocks-full-aarch64
codeblocks: fix builds
2022-05-10 02:44:52 +03:00
Rick van Schijndel d97854619f
Merge pull request #172211 from alyssais/gnome-inform7-cross-eval
gnome-inform7: fix cross eval
2022-05-09 21:27:42 +02:00
Sebastian Sellmeier ae900be6c4
notepad-next: init at 0.5.1 2022-05-09 20:46:57 +02:00
P. R. d. O bff1539d63 thiefmd: 0.2.4 -> 0.2.5-stability 2022-05-09 09:43:37 -07:00
Alyssa Ross efe6bef3b6
gnome-inform7: fix cross eval
This doesn't fix cross-compilation, but it makes it at least get so
far as trying to build.
2022-05-09 15:54:13 +00:00
Sandro 3dfa9add5e
Merge pull request #171356 from ari-becker/patch-1
android-studio: add e2fsprogs dependency
2022-05-09 17:06:20 +02:00
Jonas Heinrich 2d1af85d47 mauikit-nota: init at 2.1.1 2022-05-09 16:03:25 +02:00
AndersonTorres a7efe86634 elpa-generated: manual fixup 2022-05-08 23:08:12 -03:00
AndersonTorres e79771850a elpa-packages 2022-05-08 2022-05-08 23:08:12 -03:00
AndersonTorres 14dd58e25a melpa-packages 2022-05-08 2022-05-08 23:08:12 -03:00
AndersonTorres 08187ac060 nongnu-packages 2022-05-08 2022-05-08 23:08:12 -03:00
github-actions[bot] f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Rick van Schijndel def194ba1e
Merge pull request #171785 from RamKromberg/fix/deadpixi-sam-unstable
deadpixi-sam-unstable: fix remote connection and add icon
2022-05-08 20:32:09 +02:00
github-actions[bot] 84277e82a5
Merge master into staging-next 2022-05-07 18:01:03 +00:00
Artturi c7a2979f4c
Merge pull request #151366 from squalus/standardnotes-icon
standardnotes: fix icon path
2022-05-07 17:41:49 +03:00
github-actions[bot] fa99b3742a
Merge master into staging-next 2022-05-07 00:02:09 +00:00
Sandro b59c0841ff
Merge pull request #169175 from sikmir/vis
vis: add tre to buildInputs
2022-05-07 01:13:41 +02:00
github-actions[bot] 6c361fbbd8
Merge master into staging-next 2022-05-06 18:01:18 +00:00
Nikolay Korotkiy 8a9a910255
vis: add tre to buildInputs 2022-05-06 19:46:50 +03:00
R. RyanTM a4f017b035
nano: 6.2 -> 6.3 (#171639) 2022-05-06 10:45:24 -04:00
github-actions[bot] 6e0aca3c43
Merge master into staging-next 2022-05-06 12:02:02 +00:00
Manuel Bärenz 437ebbdb34
Merge pull request #171646 from turion/dev_vscode_bookmarks
vscode-extensions: Init alefragnani.bookmarks at 13.0.1
2022-05-06 11:23:39 +02:00
Jan Tojnar cd1f035c0d gnome-latex: 3.38.0 → 3.40.0
Repo moved to https://gitlab.gnome.org/swilmet/gnome-latex

https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.38.0...3.40.0
2022-05-06 10:52:44 +02:00
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
Ram Kromberg 3863692d00 deadpixi-sam-unstable: fix remote connection and add icon 2022-05-06 11:03:25 +03:00
github-actions[bot] ff5c4d3404
Merge master into staging-next 2022-05-06 06:01:36 +00: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
github-actions[bot] b962dee3e7
Merge master into staging-next 2022-05-06 00:02:16 +00:00
adisbladis 162d2d3ac5 emacs.pkgs.ement: unstable-2022-04-22 -> unstable-2022-05-05 2022-05-06 07:01:24 +12:00
Manuel Bärenz 276402f933 vscode-extensions: Init alefragnani.bookmarks at 13.0.1 2022-05-05 12:52:59 +02:00
Weijia Wang 9e24dd0149 codeblocks: fix builds 2022-05-05 09:01:46 +02:00
Malo Bourgon 16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
github-actions[bot] 16684f8bd3
Merge master into staging-next 2022-05-04 12:01:10 +00: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
Vladimír Čunát eccf2063a7
Merge #170085: vim: 8.2.4609 -> 8.2.4816 (into staging) 2022-05-04 08:35:29 +02:00
github-actions[bot] ee7e3f30f3
Merge staging-next into staging 2022-05-04 00:02:57 +00:00
tshaynik 4eba1e11bb xxe-pe: 9.4.0 -> 10.1.0
Old version is no longer installable. Bump to the current version.
2022-05-03 16:42:27 -04:00
Ari Becker 09046b11ce
Remove whitespace 2022-05-03 09:27:23 +03:00
Ari Becker ec9f5dfd31
android-studio: add e2fsprogs dependency
Closes #171355
2022-05-03 09:23:59 +03: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
github-actions[bot] c4bf3689ee
Merge staging-next into staging 2022-05-02 18:10:52 +00:00
Ben Siraphob fa86dc7089
Merge pull request #167862 from AnatolyPopov/jetbrains-update-script-fixes 2022-05-02 10:18:28 -06:00
github-actions[bot] c01e301153
Merge staging-next into staging 2022-05-02 12:06:41 +00: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
github-actions[bot] 7bd3b9eff1
Merge staging-next into staging 2022-05-01 00:03:16 +00:00
github-actions[bot] ca346384ce
Merge master into staging-next 2022-05-01 00:02:36 +00: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
github-actions[bot] 5f05f984a6
Merge staging-next into staging 2022-04-30 00:02:41 +00:00
github-actions[bot] 142bf917b0
Merge master into staging-next 2022-04-30 00:02:08 +00: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
github-actions[bot] 3624aa9760
Merge staging-next into staging 2022-04-29 18:01:55 +00:00
github-actions[bot] db87306c53
Merge master into staging-next 2022-04-29 18:01:20 +00: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
github-actions[bot] 03ecebd53a
Merge staging-next into staging 2022-04-29 00:03:11 +00:00
github-actions[bot] 619828db66
Merge master into staging-next 2022-04-29 00:02:35 +00: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
github-actions[bot] 58538c1840
Merge staging-next into staging 2022-04-28 18:07:38 +00:00
Vladimír Čunát 84de05dba7
Merge branch 'master' into staging-next 2022-04-28 18:05:38 +02: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
github-actions[bot] 4ecc03e928
Merge staging-next into staging 2022-04-28 12:10:49 +00:00
github-actions[bot] 5891152d70
Merge master into staging-next 2022-04-28 12:05:39 +00: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
github-actions[bot] 833ed5cc81
Merge staging-next into staging 2022-04-28 06:02:19 +00:00
github-actions[bot] 2d5d5db400
Merge master into staging-next 2022-04-28 06:01:45 +00:00
mat ess 2d985f3fd1 vscodium: Add support for aarch64-darwin (M1) 2022-04-27 22:06:01 -04:00
github-actions[bot] 3868d8faa7
Merge staging-next into staging 2022-04-28 00:05:27 +00:00
github-actions[bot] 616b3ecd9a
Merge master into staging-next 2022-04-28 00:04:39 +00: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
Doron Behar 40d287cfd7
Merge pull request #164163 from ncfavier/gapps-binary-wrapper 2022-04-27 23:30:37 +03: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
Naïm Favier 532ebf6b57
wrapGAppsHook: use makeBinaryWrapper
Reduces the likelihood of having apps wrapped twice by a shell script,
which causes problems with argv0.
2022-04-26 12:14:39 +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
R. Ryantm 060ab34646 featherpad: 1.1.1 -> 1.2.0 2022-04-25 07:52:49 +00:00
FliegendeWurst 0c2197472d vim: 8.2.4609 -> 8.2.4816 2022-04-24 14:31:24 +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
github-actions[bot] 696025ae9c
Merge master into staging-next 2022-04-24 00:02:26 +00:00
adisbladis 6922b8784d emacs: Add update script for manually packaged packages 2022-04-24 09:18:33 +12:00
ajs124 d3befb0ccb texstudio: 4.2.2 -> 4.2.3 2022-04-23 21:54:51 +01:00
adisbladis daee75e5b3 emacs.pkgs.tree-sitter-langs: Make language plugins configurable
By using an expression like:
``` nix
emacs.pkgs.tree-sitter-langs.passthru.withPlugins (p: [ p.tree-sitter-agda ])
```
2022-04-24 07:44:40 +12:00
adisbladis b4f90318fe emacs.pkgs.tree-sitter-langs: Create script to keep grammars up to date with upstream defaults 2022-04-24 07:35:00 +12:00
adisbladis b15c703495 emacs.pkgs.tree-sitter-langs: Use grammars from nixpkgs and sources from melpa 2022-04-24 07:19:15 +12:00
adisbladis 00af59359f emacs.pkgs.tsc: 0.16.1 -> 0.18.0
Use auto-updater JSON
2022-04-24 07:19:15 +12:00
adisbladis 028a934896 emacs.pkgs.tsc: Add update script 2022-04-24 07:19:15 +12:00
adisbladis 2c61820661 emacs.pkgs.tsc/tree-sitter-langs: Remove rec from derivations
These are not required.
2022-04-24 07:19:15 +12:00
adisbladis 4567405cd4 emacs.pkgs.tsc: Remove with from top-level scope
This is a huge anti-pattern that makes it next to impossible to know
which attrset is providing which attr and it's very easy to make mistakes.

Case in point: This package didn't properly scope `lib.maintainers`.
2022-04-24 07:19:15 +12:00
Julius de Bruijn 48b6b19970 emacsPackages.tree-sitter: fix grammar/native executor 2022-04-24 07:19:15 +12:00
github-actions[bot] fddf656b60
Merge master into staging-next 2022-04-23 18:01:13 +00:00
Vladimír Čunát 82ec893b68
Merge branch 'staging' into staging-next 2022-04-23 18:10:57 +02:00
Ryan Mulligan acf9b5a348
Merge pull request #169885 from r-ryantm/auto-update/cudatext
cudatext: 1.162.0 -> 1.162.5
2022-04-23 05:37:03 -07:00
Rick van Schijndel 02501af301
Merge pull request #169428 from sikmir/mg
mg,oed,oksh: fix cross-compilation
2022-04-23 14:18:15 +02:00
Bobby Rong d34a472735
Merge pull request #169588 from bobby285271/gnome-builder
gnome-builder: 42.0 → 42.1
2022-04-23 19:25:03 +08:00
Ivv ccfb911ea3
Merge pull request #168036 from michielboekhoff/update-android-studio
Update Android Studio
2022-04-23 12:31:22 +02:00
Nikolay Korotkiy 4a72aad356
oed: fix cross-compilation 2022-04-23 10:08:22 +03:00
Nikolay Korotkiy da727b72c9
mg: fix cross-compilation 2022-04-23 10:08:15 +03:00
Mario Rodas 55c3e3b030 lapce: fix build on darwin 2022-04-23 04:20:00 +00:00
R. Ryantm 3a279c6db0 cudatext: 1.162.0 -> 1.162.5 2022-04-23 01:55:14 +00:00
github-actions[bot] 05f9abf294
Merge staging-next into staging 2022-04-22 18:01:54 +00:00
Artturi 785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv 2022-04-22 20:25:38 +03:00
Daniel Thwaites 4f9b8a0702
lib/strings: optimise hasInfix function (#168175)
* lib/strings: optimise hasInfix function

* lib/strings: optimise hasInfix further using regex

* rstudio: call hasInfix with a string

* lib/strings: remove let from hasInfix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-04-22 12:43:25 -04:00
Theodore Ni 77c966e06e neovim-ruby: 0.8.1 -> 0.9.0 update some Neovim Ruby gem versions 2022-04-22 17:48:20 +02:00
Anatolii Popov 6abf6b46ad
maintainers: adding AnatolyPopov 2022-04-22 17:07:07 +03:00
Anatolii Popov efe5ba0c4f
jetbrains: update script fixes 2022-04-22 17:07:07 +03:00
Fabián Heredia Montiel 399a20a384 android-studio: remove myself as maintainer 2022-04-21 13:01:45 -05:00
Sandro fdfe3394b9
Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-21 17:02:12 +02:00
Bobby Rong 2dc4427d35
gnome-builder: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.0...42.1
2022-04-21 22:33:13 +08:00
DarkOnion0 e3025623e6 coc-haxe: init at 0.8.0 2022-04-21 06:50:36 +02:00
Sandro c085bfc9af
Merge pull request #164189 from hqurve/octave-jupyter-update 2022-04-21 01:55:54 +02:00
Randy Eckenrode 272876edae
ionide.ionide-fsharp: 5.11.0 -> 6.0.1 (#168874)
* ionide.ionide-fsharp: 5.11.0 -> 6.0.0

* doc/release-notes: document .NET 6 requirement for Ionide

* ionide: 6.0.0 -> 6.0.1
2022-04-21 01:54:39 +02:00
teutat3s 6bd609ac0e vimPlugins: update 2022-04-20 08:33:19 -07:00
Ryan Mulligan d30decc453
Merge pull request #169384 from r-ryantm/auto-update/cudatext
cudatext: 1.161.0 -> 1.162.0
2022-04-20 05:59:10 -07:00
Ben Siraphob 47d58982ff
Merge pull request #169200 from sikmir/mle 2022-04-20 05:58:24 +00:00
R. Ryantm 522afed5a6 cudatext: 1.161.0 -> 1.162.0 2022-04-20 01:40:04 +00:00
Nikolay Korotkiy fc5bf74480
mle: fix on darwin 2022-04-19 18:02:10 +03:00
Aidan Gauland d71cc5bbad
header-file-mode: fix build
Add missing qualifier for «maintainers».
2022-04-19 16:37:39 +12:00
Aidan Gauland 64240018e0 header-file-mode: init at version unstable-2022-04-19
Add Emacs library `header-file' from GitHub.
2022-04-19 14:15:23 +12:00
Artturi ae7b731585
Merge pull request #168776 from gador/pinegrow-fix-download-link
pinegrow: fix download link
2022-04-18 22:09:58 +03:00
Daniel Nagy 506050b57f
emacs: prepare webp support for versions >=29.1
This prepares the derivation for the upcoming webp image file format
support with Emacs 29.1. Therefore this change is mainly useful with the
"emacs-overlay".

https://github.com/nix-community/emacs-overlay/

Changelog from upstream Emacs:

1cdb8d4c99/etc/NEWS (L435-L439)

More info on image formats in Emacs and how to check for their support:

https://www.gnu.org/software/emacs/manual/html_node/elisp/Image-Formats.html
2022-04-18 17:45:47 +02:00
Martin Weinelt fa1bb283d8 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 23:14:55 +02:00
Sandro 937a330fff
Merge pull request #168882 from SuperSandro2000/vscode
vscode: fix auto encoding detection crashing editor window
2022-04-16 23:01:09 +02:00
Christian Kögler 2833064bcc
neovide: 2022-02-04 -> 0.8.0 (#168770)
* neovide: 2022-02-04 -> 0.8.0

* neovide: Remove unsupported platform darwin
2022-04-16 22:59:35 +02:00
hqurve 9749d34ac0 octave-kernel: 0.32.0 -> 0.34.2 2022-04-16 16:55:07 -04:00
Robert Schütz 4a86b1c782 setzer: 0.4.4 -> 0.4.7 2022-04-16 19:24:51 +00:00
Ben Siraphob 259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00