Commit Graph

11427 Commits

Author SHA1 Message Date
Bjørn Forsman
b201c54346 quartus-prime-lite: eliminate two unneeded execve syscalls
* Set LD_PRELOAD in the profile snippet to eliminate one execve() for `env`.
* Set runScript to "" to eliminate one execve() for bash.
2023-10-13 17:21:42 +02:00
Bjørn Forsman
e19a5b040c quartus-prime-lite: expose all of quartus/bin/*
* Upstream recommends it (adding $QUARTUS_ROOTDIR/bin to $PATH).
* It's cool that nixpkgs *can* do these tricks (only expose a subset of
  programs), but in this case I don't think it's a good idea. For
  example, before this change I was missing the `jtagconfig` program.
* This increases the number of programs in .../bin from 29 to 80.
2023-10-13 17:21:42 +02:00
Bjørn Forsman
f7c180ee1e quartus-prime-lite: add vcom, vdel, vmap
These are useful for Modelsim scripting.
2023-10-13 17:21:42 +02:00
Bjørn Forsman
5428524354 quartus-prime-lite: add lmutil
It's tool to check the validity of licenses, and vsim suggests running
it when it has issues validating a license. (At least in Quartus
22.1.2.)
2023-10-13 17:21:42 +02:00
Bjørn Forsman
9069ffe15f quartus-prime-lite: add /lib/ld-lsb*.so.3 dynamic loaders to FHS env
(In preparation for adding lmutil.)

Quartus is a mix of 32- and 64-bit programs, and these "lsb" loaders are
required by some of the unwrapped binaries:

  $ find /nix/store/HASH-quartus-prime-lite-unwrapped-20.1.1.720 -type f -executable | xargs -n1 patchelf --print-interpreter |& grep "ld-lsb" | sort -u
  /lib64/ld-lsb-x86-64.so.3
  /lib/ld-lsb.so.3
2023-10-13 17:21:42 +02:00
Bjørn Forsman
61893a949e quartus-prime-lite: list progs to wrap in sh instead of Nix
This opens up for using sh globbing (and possibly wrapping *all*
programs), something which is not possible when the program list is
coded in Nix.
2023-10-13 17:21:42 +02:00
Bjørn Forsman
b74de9ec5f quartus-prime-lite: lower case local shell variables
Upper case shell variables are generally for internal variables (SHELL,
BASH_VERSION) or environment variables (PAGER, EDITOR). Other variables
should be lower case.
2023-10-13 17:21:42 +02:00
Bjørn Forsman
83f590a588 quartus-prime-lite: run mkdir as needed
Instead of maintaining both a list of executables to wrap and their
directory names, extract the directory names from the executables and
run mkdir as needed. Keep DRY.
2023-10-13 17:21:42 +02:00
Weijia Wang
7546bc6180
Merge pull request #259450 from npulidomateo/reinit-typora
Reinit typora
2023-10-13 15:56:55 +02:00
Joe DeVivo
c3844cc520
jetbrains.rust-rover: 2023.2 EAP -> 2023.3 EAP 2023-10-13 06:21:54 -07:00
Nico Pulido-Mateo
9b4f78b7ba typora: remove maintainer jensbin 2023-10-13 14:34:04 +02:00
Bruno BELANYI
ad73d204b0 vimPlugins.none-ls-nvim: init at 2023-10-01 2023-10-13 13:34:40 +02:00
Nico Pulido-Mateo
0bd4608448 typora: reinit at 1.7.5
typora was removed in bd763298ed because
it failed to run. Running it inside an FHS environment solves the issue.
2023-10-13 10:04:10 +02:00
Justin Bedő
dce26c953e
Merge pull request #259858 from jbedo/rstudio
rstudio: fix server node patching
2023-10-13 10:16:24 +11:00
R. Ryantm
9ebc64b7ee orbiton: 2.65.1 -> 2.65.2 2023-10-12 21:58:21 +00:00
Austin Butler
9198645f5c vscode-extensions.astro-build.astro-vscode: 2.1.1 -> 2.3.3 2023-10-12 13:21:36 -07:00
R. Ryantm
b2d355de8d openvi: 7.4.23 -> 7.4.24 2023-10-12 06:33:06 +00:00
figsoda
d5f43438f9
Merge pull request #260096 from teto/vimPluginsUpdater-fix
vimPluginsUpdater: add missing nix-prefetch-git dependency
2023-10-11 09:12:09 -04:00
datafoo
1c07b38206 vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.16.0 -> 0.17.0 2023-10-11 09:24:03 +02:00
maxine
b08ed15261
Merge pull request #259654 from Artturin/vscodefixfhsoverride
vscode: fix using the fhs with overrideAttrs
2023-10-10 18:01:26 +02:00
Gaetan Lepage
b8eebcad82 neovim: 0.9.2 -> 0.9.4 2023-10-10 10:44:03 +02:00
Gaetan Lepage
e8f9be5662 vimPluginsUpdater: add missing nix-prefetch-git dependency 2023-10-10 00:54:10 +02:00
nixdrin
bcdfa18846 jetbrains.rider: use autoPatchelf
Turns out Rider was previously relying on having libstdc++ in
LD_LIBRARY_PATH, because the binaries were not patched properly.

Rewrite the patching to use autoPatchelf similar to CLion so that the
RPATH of the binaries are adjusted. While at it also patch all the
binaries in the dotCommon and dotTrace plugins. Those seem to need zlib
and fontconfig which were completely missing before (they are probably
only called when using certain functionality of the IDE).

icu doesn't actually seem to be needed (autoPatchelf does not complain
that it's missing) and the IDE starts fine without it, so drop it for
now.
2023-10-09 16:37:42 +02:00
kashw2
4f1206ff05 glow: 1.5.0 -> 1.5.1 2023-10-09 18:16:02 +10:00
Justin Bedo
45b1d202ef
rstudio: fix server node patching 2023-10-09 09:20:18 +11:00
Ryan Mulligan
6303f02bd9
Merge pull request #258493 from r-ryantm/auto-update/bluefish
bluefish: 2.2.12 -> 2.2.14
2023-10-08 11:04:20 -07:00
R. Ryantm
f87dbd2357 bluefish: 2.2.12 -> 2.2.14 2023-10-08 09:12:52 -07:00
nixdrin
7a8b142607 jetbrains: use -Djna.libary.path instead of LD_LIBRARY_PATH
Most of the libraries listed in the LD_LIBRARY_PATH for the Jetbrains
IDEs are loaded indirectly using JNA in Java code, e.g.

  myLibNotify = Native.load("libnotify.so.4", LibNotify.class); [1]
  private val library = Native.load("secret-1", SecretLibrary::class.java) [2]

In this case the typical patching mechanism with Nix does not work
because JNA does the library lookup at runtime with its own mechanism.

However, to avoid causing ABI conflicts when using Nix in the terminal
of the IDE it's better to avoid using LD_LIBRARY_PATH. JNA also looks
for a "jna.library.path" Java system property when looking for libraries.

Generate that property with the needed paths instead and append it to
the vmopts file so that the property is applied when starting the IDE.
With this the libraries only become available for the IDE and do not
leak into terminals opened within the IDE context.

[1]: c0a703267a/platform/platform-impl/src/com/intellij/ui/LibNotifyWrapper.java (L40)
[2]: c0a703267a/platform/credential-store/src/linuxSecretLibrary.kt (L38)
2023-10-08 17:15:48 +02:00
nixdrin
8ff6850f25 jetbrains: drop libstdc++.so.6 from LD_LIBRARY_PATH
Most of the libraries listed in the LD_LIBRARY_PATH for the Jetbrains
IDEs are loaded indirectly using JNA in Java code, e.g.

  myLibNotify = Native.load("libnotify.so.4", LibNotify.class); [1]
  private val library = Native.load("secret-1", SecretLibrary::class.java) [2]

In this case the typical patching mechanism with Nix does not work
because JNA does the library lookup at runtime with its own mechanism.

However, there is one outlier: stdenv.cc.cc.lib is also added to the
LD_LIBRARY_PATH for libstdc++.so.6 because it is reportedly needed
for some "internals". It does not make sense to access libstdc++
from Java code so it feels like this one was added to work around
some native library or executable that should be patched instead
of using LD_LIBRARY_PATH.

Unfortunately, having libstdc++ in LD_LIBRARY_PATH can also easily
cause ABI conflicts. This is because this variable is inherited into
terminals opened within the IDE. Using a Nix environment there with
different versions of libstdc++ easily causes errors such as

  libstdc++.so.6: version `GLIBCXX_3.4.29' not found

Most of the IDEs work just fine without having libstdc++ in
LD_LIBRARY_PATH. Since it's not really clear why it has to be in
there let's just drop it to avoid the ABI conflicts.

[1]: c0a703267a/platform/platform-impl/src/com/intellij/ui/LibNotifyWrapper.java (L40)
[2]: c0a703267a/platform/credential-store/src/linuxSecretLibrary.kt (L38)
2023-10-08 17:15:47 +02:00
Nick Cao
8b1ce014b1
Merge pull request #259673 from wackbyte/update-uiua-vscode
vscode-extensions.uiua-lang.uiua-vscode: 0.0.12 -> 0.0.15
2023-10-08 10:24:14 -04:00
Artturi
3c1857b601
Merge pull request #258685 from felschr/vscode-firefox-debug 2023-10-08 09:55:46 +03:00
wackbyte
58543d38a4
vscode-extensions.uiua-lang.uiua-vscode: 0.0.12 -> 0.0.15 2023-10-07 22:33:56 -04:00
Artturi
0cbdedb436
Merge pull request #257217 from datafoo/vscode-extensions.davidanson.vscode-markdownlint 2023-10-08 04:52:55 +03:00
Artturi
3ab80243f1
Merge pull request #257871 from wackbyte/uiua-vscode 2023-10-08 04:52:36 +03:00
Artturi
a02943fc99
Merge pull request #258596 from MikaelFangel/update-vscode-neovim 2023-10-08 04:51:24 +03:00
Artturin
5eb0c82c61 vscode: run nixpkgs-fmt 2023-10-08 02:49:17 +03:00
Artturin
2afc244307 vscode: fix using the fhs with overrideAttrs
fixes
```nix
((pkgs.vscode.override { isInsiders = true; }).overrideAttrs (previousAttrs: {
  version = "latest";
  src = (pkgs.fetchurl {
    name = "VSCODE_insiders.tar.gz";
    url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
    sha256 = "sha256-XcDSCuEMnTq2D75X9sNmGkD+CfPoLRJki9cSDDOeUtc=";
  });
})).fhs
```

NOTE: sha256 isn't stable
2023-10-08 02:44:43 +03:00
Artturi
2cedfab914
Merge pull request #258964 from cafkafk/cafk-imhex-1.31.0 2023-10-07 18:41:08 +03:00
R. Ryantm
4123ce5e2f orbiton: 2.65.0 -> 2.65.1 2023-10-06 17:00:21 -07:00
R. Ryantm
44f80df4e4 pulsar: 1.108.0 -> 1.109.0 2023-10-06 16:10:58 -07:00
Christina Sørensen
b2cb9c6fb9
imhex: move to pkgs/by-name
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-06 18:54:49 +02:00
Christina Sørensen
7b69d8e885
imhex: 1.30.1 -> unstable-2023-10-01
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-06 18:54:47 +02:00
maxine
41ecbefae5
Merge pull request #259281 from samuela/upkeep-bot/vscode-1.83.0-1696552081
vscode: 1.82.2 -> 1.83.0
2023-10-06 17:51:52 +02:00
OTABI Tomoya
45be00cf19
Merge pull request #258140 from felschr/ldtk
ldtk: 1.4.0 -> 1.4.1
2023-10-06 23:11:15 +09:00
Mikael Fangel
5ee4a4454f
vscode-extensions.asvetliakov.vscode-neovim: 0.0.97 -> 0.8.2 2023-10-06 13:38:18 +02:00
nixpkgs-upkeep-bot
bbe1068a50 vscode: 1.82.2 -> 1.83.0 2023-10-06 00:28:03 +00:00
R. Ryantm
90029bbdf3 cudatext: 1.199.0 -> 1.200.0 2023-10-05 21:21:52 +00:00
Steven Kou
8b1de6a005
jetbrains.gateway: remove maintainer 2023-10-05 01:30:54 -04:00
Anderson Torres
a9d73dea16 treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
2023-10-04 22:20:58 -03:00
Anderson Torres
492414af5f treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
Joe DeVivo
3fda5be53f
jetbrains.rust-rover: fix darwin install (#258814)
* jetbrains.rust-rover: fix darwin install

JetBrains doesn't guarantee that the macOS app will be called
`${product}.app` so I modified the installPhase to copy *.app instead
of ${product}.app, which fails on file does not exist for Rust Rover,
which is `RustRover 2023.2 EAP.app`

I've tested with some other JetBrains apps on darwin aarch64 and they
continue to build as expected.
2023-10-04 18:49:31 +02:00
Pierre Bourdon
e5f6200d16
Merge pull request #258440 from SuperSandro2000/drop-atom
atom*: drop
2023-10-03 17:49:36 +02:00
Sandro Jäckel
244be72e19
atom*: drop 2023-10-03 16:37:27 +02:00
Sandro Jäckel
33b832bd80
pulsar: remove atomEnv 2023-10-03 16:37:24 +02:00
Sandro Jäckel
73dca593c4
vscode: remove atomEnv 2023-10-03 16:37:23 +02:00
Nick Cao
e354166a83
Merge pull request #258766 from Azd325/ruffvscode
vscode-extensions.charliermarsh.ruff: 2023.38.0 → 2023.40.0
2023-10-03 09:58:09 -04:00
Matthieu Coudron
47d0a0c440
Merge pull request #253714 from teto/vim-updater-package 2023-10-03 15:55:44 +02:00
Hung Tran
7b6b919f3a
neovim: patch liblpeg to work with clang on darwin (#257366)
This is a better-scoped change to patch broken interaction of neovim-lpeg on darwin.

more info at https://github.com/NixOS/nixpkgs/issues/229275

closes #257003
fixes #229275
2023-10-03 12:57:07 +02:00
Tim Kleinschmidt
0591470663
vscode-extensions.charliermarsh.ruff: 2023.38.0 → 2023.40.0 2023-10-03 11:10:44 +02:00
wackbyte
6c6a334f8f
vscode-extensions.uiua-lang.uiua-vscode: init at 0.0.12 2023-10-02 20:01:18 -04:00
Felix Schröter
e026e94934
vscode-extensions.firefox-devtools.vscode-firefox-debug: 2.9.8 -> 2.9.10 2023-10-03 01:24:26 +02:00
"Matthieu Coudron"
525faa083d vimPlugins: resolve github repository redirects 2023-10-01 17:30:55 +02:00
"Matthieu Coudron"
c77aa0c0e0 vimPlugins: update 2023-10-01 17:30:55 +02:00
Matthieu Coudron
901b21c555 vimPluginsUpdater: init
The nixpkgs documentation mentions how to update out of tree plugins but
one problem is that it requires a nixpkgs clone.
This makes it more convenient.
I've had the need to generate vim plugins and lua overlays for other
projects unrelated to nix and this will make updates easier (aka just
run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands:
`nix-shell -p vimPluginsUpdater  --run vim-plugins-updater`.

I added an optional "nixpkgs" argument to command line parser, which is the path
towards a nixpkgs checkout. By default the current folder.

update-luarocks-packages: format with black
2023-10-01 17:30:55 +02:00
Matthieu Coudron
6013fe8f41 vim/update.py: ran through black
for formatting
2023-10-01 16:17:13 +02:00
Corné Dorrestijn
75ef569ffd
vimPlugins: update 2023-09-30 18:50:20 +02:00
Felix Schröter
8f8ab8c1d5
ldtk: 1.4.0 -> 1.4.1 2023-09-30 05:08:42 +02:00
Matt McHenry
aa063ec6e9 eclipses: 2023-03 -> 2023-06 2023-09-29 20:34:05 +02:00
Matt McHenry
8a77077879 eclipses: create minimal update.sh
this isn't complete enough to use as a formal updateScript yet, but
it's definitely an improvement over the current purely-manual process.

Co-authored-by: Robert Helgesson <robert@rycee.net>
2023-09-29 20:34:05 +02:00
Weijia Wang
2021f6a092
Merge pull request #257842 from nixdrin/jetbrains-rust
jetbrains.plugins: add new Rust plugin
2023-09-28 22:12:03 +02:00
nixdrin
b634ba84f0 jetbrains.plugins: add new Rust plugin
Add the new Rust plugin (https://plugins.jetbrains.com/plugin/22407-rust)
that replaces the old open-source one for clion, idea-ultimate and rust-rover.
2023-09-28 15:59:56 +02:00
Justin Bedő
6371435e61
Merge pull request #252047 from Kupac/rstudio_2023_06_2_561
rstudio: 2022.07.1+554 -> 2023.09.0+463
2023-09-28 22:15:12 +10:00
László Kupcsik
217d974d84 rstudio: 2022.07.1+554 -> 2023.09.0+463
Updates rstudio to current version, fixes plotting and enables quarto
and markdown rendering.
Visual mode for markdown editing is still not functional.

 * Remove unneeded patch
 * Eliminate false quarto version warning
 * Fix pandoc and quarto paths
 * Adjust patch name to reflect purpose
 * Remove panmirror for now
 * Update quartoSrc

Co-authored-by: Justin Bedő <cu@cua0.org>
Also contributed: b-rodrigues and kupac
2023-09-27 22:24:42 +02:00
Matthieu Coudron
0ab2c96429 vimUtils: buildVimPluginFrom2Nix renamed to buildVimPlugin
the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
2023-09-27 19:08:38 +02:00
Vladimír Čunát
8a86b98f0b
Merge #255658: staging-next 2023-09-17 2023-09-27 18:00:00 +02:00
Nick Cao
daacabee7f
Merge pull request #257485 from r-ryantm/auto-update/standardnotes
standardnotes: 3.167.2 -> 3.173.4
2023-09-27 09:43:55 -04:00
github-actions[bot]
81ae4e07a3
Merge master into staging-next 2023-09-27 12:01:06 +00:00
Artturi
4919a8cdcc
Merge pull request #249107 from anpin/rider-udev 2023-09-27 10:14:36 +03:00
github-actions[bot]
f80bca6721
Merge master into staging-next 2023-09-27 00:02:24 +00:00
thenbe
ca37d3417e
glow: install shell completions (#257282)
* glow: install shell completions

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-09-26 22:08:20 +02:00
R. Ryantm
d1d89daacb standardnotes: 3.167.2 -> 3.173.4 2023-09-26 18:41:43 +00:00
github-actions[bot]
4bfb61a48c
Merge master into staging-next 2023-09-26 18:01:12 +00:00
Nikolay Korotkiy
8ab2b1221d
Merge pull request #257374 from r-ryantm/auto-update/orbiton
orbiton: 2.64.3 -> 2.65.0
2023-09-26 21:23:26 +04:00
github-actions[bot]
3bfcfd7eef
Merge master into staging-next 2023-09-26 06:01:00 +00:00
Fabián Heredia Montiel
534d9f8f30
Merge pull request #256929 from felschr/ldtk
ldtk: 1.3.4 -> 1.4.0
2023-09-25 22:02:34 -06:00
R. Ryantm
15e29dc46d orbiton: 2.64.3 -> 2.65.0 2023-09-26 03:23:14 +00:00
github-actions[bot]
fc1f757bf6
Merge master into staging-next 2023-09-25 18:01:06 +00:00
Alyssa Ross
ddccd7aa55 mg.meta.mainProgram: init 2023-09-25 12:41:28 +00:00
github-actions[bot]
3e52e5929d
Merge master into staging-next 2023-09-25 12:01:02 +00:00
Yusup
801e33f562
neovim: pass wrapper args only once (#257136) 2023-09-25 11:04:15 +02:00
datafoo
a99948c46a vscode-extensions.davidanson.vscode-markdownlint: 0.51.0 -> 0.52.0 2023-09-25 09:40:58 +02:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next 2023-09-24 18:00:54 +00:00
Robert Schütz
8352a244b2
Merge pull request #256905 from hulr/setzer
setzer: 59 -> 60
2023-09-24 16:51:36 +00:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Silvan Mosberger
390a4247e0
Merge pull request #255512 from nbraud/sha512-to-hash
treewide: sha512 → hash
2023-09-24 00:03:31 +02:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
Felix Schröter
185f5e4254
ldtk: 1.3.4 -> 1.4.0 2023-09-23 18:20:08 +02:00
hulr
45cdacc052 setzer: 59 -> 60 2023-09-23 16:27:59 +02:00
Dominik Ritter
854e192b34 jetbrains.plugins: update 2023-09-23 13:00:25 +02:00
Dominik Ritter
23dbfcdfba jetbrains: 2023.2 -> 2023.2.2
jetbrains.phpstorm: 2023.2.1 -> 2023.2.2
jetbrains.rust-rover: 2023.2 -> 2023.2 EAP
2023-09-23 12:59:58 +02:00
github-actions[bot]
f95580a6ff
Merge master into staging-next 2023-09-23 06:00:57 +00:00
Weijia Wang
93d05bbddd
Merge pull request #256700 from NickCao/gedit-cross
gedit: fix cross compilation by adding mesonEmulatorHook
2023-09-23 02:12:17 +02:00
github-actions[bot]
583877beb2
Merge master into staging-next 2023-09-22 18:01:00 +00:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
Nikolay Korotkiy
5d5d09d4ad
Merge pull request #256608 from r-ryantm/auto-update/cudatext
cudatext: 1.198.0 -> 1.199.0
2023-09-22 19:05:37 +04:00
Nick Cao
38cdba16de
gedit: fix cross compilation by adding mesonEmulatorHook 2023-09-22 10:12:45 -04:00
figsoda
ac464afa1e
Merge pull request #256277 from GaetanLepage/nvim-navic
vimPlugins.nvim-navic: add nvim-lspconfig dependency
2023-09-22 10:02:07 -04:00
Haseeb Majid
78c95f38a1
vimPlugins.nvim-navbuddy: add dependencies (#256584)
* vimPlugins.nvim-navbuddy: add dependencies

* Update pkgs/applications/editors/vim/plugins/overrides.nix

Co-authored-by: figsoda <figsoda@pm.me>

---------

Co-authored-by: figsoda <figsoda@pm.me>
2023-09-22 14:19:50 +02:00
Gaetan Lepage
d012bf8b6c vimPlugins.nvim-navic: add nvim-lspconfig dependency 2023-09-22 14:08:19 +02:00
R. Ryantm
8869fe6864 cudatext: 1.198.0 -> 1.199.0 2023-09-22 02:52:08 +00:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next 2023-09-22 00:02:14 +00:00
Weijia Wang
8f0b7ce4fb
Merge pull request #256275 from chvp/upd/greenfoot
greenfoot: 3.7.1 -> 3.8.0
2023-09-21 22:40:31 +02:00
github-actions[bot]
25421963c7
Merge master into staging-next 2023-09-21 18:00:53 +00:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
R. Ryantm
8a017c265b vscodium: 1.82.1.23255 -> 1.82.2.23257 2023-09-21 20:44:28 +08:00
Charlotte Van Petegem
b60565ed4d
bluej: use dpkg instead of manual preUnpackHook 2023-09-21 09:57:11 +02:00
Charlotte Van Petegem
11e7a4161f
greenfoot: 3.7.1 -> 3.8.0
https://greenfoot.org/version_history

Also did some cleanup of the derivation to make it more like bluej (a very
closely related program).
2023-09-21 09:57:11 +02:00
github-actions[bot]
743d7baa31
Merge master into staging-next 2023-09-21 06:01:07 +00:00
Artturi
2416ae9b56
Merge pull request #256276 from chvp/cleanup/bluej 2023-09-21 08:50:57 +03:00
github-actions[bot]
2b20c287ac
Merge master into staging-next 2023-09-21 00:02:13 +00:00
Weijia Wang
f476203116
Merge pull request #255283 from Followin/jetbrains-rust-rover-init
jetbrains-rust-rover: init at 232.9921.46(EAP)
2023-09-20 23:44:34 +02:00
maxine
a1004f62d2
Merge pull request #255989 from samuela/upkeep-bot/vscode-1.82.2-1695083307
vscode: 1.82.1 -> 1.82.2
2023-09-20 23:33:47 +02:00
Charlotte Van Petegem
2f0a232bf5
bluej: set meta.mainProgram and reduce size of built derivation
The bundled jdk and javafx are not used (they don't even work on NixOS), but
they are quite big, so remove them from the final built output.
2023-09-20 10:33:59 +02:00
github-actions[bot]
8d8feb905e
Merge master into staging-next 2023-09-20 06:01:21 +00:00
figsoda
48ebccddd8
Merge pull request #255316 from sheeaza/master
Update overrides.nix, compile leaderf vim plugin
2023-09-19 22:33:53 -04:00
nixpkgs-upkeep-bot
ca423410e0 vscode: 1.82.1 -> 1.82.2 2023-09-19 00:28:29 +00:00
github-actions[bot]
e68e375a72
Merge master into staging-next 2023-09-19 00:02:18 +00:00
Weijia Wang
c2027e9dae
Merge pull request #254495 from tnxz/patch-1
jetbrains: fix darwin errors on macOS 13
2023-09-18 22:06:43 +02:00
sheeaza
16cb9380f5 Update overrides.nix, compile leaderf vim plugin
Leaderf is a vim fuzzy finder plugin, for details please see
https://github.com/Yggdroot/LeaderF, and it supports c extension to speed
up 10 times faster; The origin nixpkg does not compile the c extension,
so compile the c extension to make it faster.

1. And also remove the build dir to prevent the unnecessary dependency
   on gcc.
2. strip the share lib to keep the files small

Signed-off-by: sheeaza <winsdenny@outlook.com>
2023-09-18 23:49:59 +08:00
github-actions[bot]
aafb7c13a2
Merge staging-next into staging 2023-09-17 06:01:27 +00:00
Anderson Torres
f4b9b0d248 emacsPackages.ebuild-mode: 1.65 -> 1.67 2023-09-17 00:27:22 +00:00
Anderson Torres
7d6f1282a4 nongnu-packages: updated 2023-09-16 (from overlay) 2023-09-17 00:27:22 +00:00
Anderson Torres
d45df06da0 melpa-packages: updated 2023-09-16 (from overlay) 2023-09-17 00:27:22 +00:00
Anderson Torres
6520416b4f elpa-devel-packages: updated 2023-09-16 (from overlay) 2023-09-17 00:27:22 +00:00
Anderson Torres
432c172d47 elpa-packages: updated 2023-09-16 (from overlay) 2023-09-17 00:27:22 +00:00
figsoda
dc86f6093b
Merge pull request #255520 from Janik-Haag/fixVimSensible
vimPlugins: vim-sensible patch vimrc detection
2023-09-16 20:11:11 -04:00
github-actions[bot]
a9648759c9
Merge staging-next into staging 2023-09-17 00:03:08 +00:00
"workflow"
3f3285096c vimPlugins.nvim-treesitter: update grammars 2023-09-16 21:49:28 +01:00
"workflow"
62d2d7b8f3 vimPlugins: update 2023-09-16 21:47:20 +01:00
"workflow"
b1165ffeb8 vimPlugins.vim-enmasse: init at 2018-04-03 2023-09-16 21:39:03 +01:00
Janik H
9a98cd21e8
vimPlugins: vim-sensible patch vimrc detection
The vimrc detection won't work if you are using the vim_configurable package
(which the nixos and home-manager module both do)
because vim-sensible only checks for files in the users home matches `~/...`
but in our case it gets called from a wrapper script which looks something like:
`vim -u /nix/store/.../vimrc`.
2023-09-16 21:00:55 +02:00
Fabián Heredia Montiel
a78a071d16
Merge pull request #254895 from ehmry/nano
nano: fix tiny build
2023-09-16 12:10:40 -06:00
followin
f6ec82bbf3 jetbrains-rust-rover: patch intellij-rust-native-helper plugin 2023-09-15 23:22:36 +03:00
followin
b9eceb590f jetbrains-rust-rover: fix plugin tests, remove autopatching of plugins shipped with ide 2023-09-15 22:55:24 +03:00
followin
99f7748964 jetbrains.plugins: update 2023-09-15 21:43:47 +03:00
followin
573b47ec6d jetbrains: 2023.2.1 -> 2023.2.2
jetbrains.dataspell: 2023.2.1 -> 2023.2.2
jetbrains.gateway: 2023.2.1 -> 2023.2.2
jetbrains.goland: 2023.2.1 -> 2023.2.2
jetbrains.ruby-mine: 2023.2.1 -> 2023.2.2
jetbrains.webstorm: 2023.2.1 -> 2023.2.2
2023-09-15 21:43:33 +03:00
followin
2dd73a789c jetbrains-rust-rover: fix url template 2023-09-15 21:43:14 +03:00
followin
929c3effe7 jetbrains-rust-rover: add to plugins/tests and to friendly_to_plugin list 2023-09-15 21:30:16 +03:00
github-actions[bot]
61d4f1db27
Merge staging-next into staging 2023-09-15 18:01:26 +00:00
maxine
973d6ebcbf
Merge pull request #255042 from samuela/upkeep-bot/vscode-1.82.1-1694651336
vscode: 1.82.0 -> 1.82.1
2023-09-15 16:46:21 +02:00