Commit graph

7203 commits

Author SHA1 Message Date
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
taku0 8b7daabf5b mozc: make mozc.el to find mozc_emacs_helper 2022-04-02 17:59:54 +09:00
Manuel Bärenz d625c265e3
Merge pull request #166565 from samuela/upkeep-bot/vscodium-1.66.0-1648728823
vscodium: 1.65.2 -> 1.66.0
2022-04-01 15:20:25 +02:00
Artturi 18f19c2bb8
Merge pull request #166275 from gador/pinegrow-fix-gsettings 2022-04-01 12:27:24 +03:00
Florian Brandes 58b6768280 pinegrow: bugfix for missing gsettings
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-01 11:00:44 +03:00
Anderson Torres ffa7483c97
Merge pull request #166375 from r-ryantm/auto-update/poke
poke: 2.1 -> 2.2
2022-03-31 21:25:36 -03:00
Ben Siraphob 4c38fcb192
treewide: move cmake into nativeBuildInputs 2022-03-31 12:35:21 -05:00
Ben Siraphob 61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
maxine [they] cd6ae307c5
Merge pull request #166500 from samuela/upkeep-bot/vscode-1.66.0-1648685386
vscode: 1.65.2 -> 1.66.0
2022-03-31 17:48:38 +02:00
Matthieu Coudron e98e3a2365
Merge pull request #166162 from teto/lua-checks-pr 2022-03-31 16:12:07 +02:00
nixpkgs-upkeep-bot cc6775822f vscodium: 1.65.2 -> 1.66.0 2022-03-31 12:13:44 +00:00
Ben Siraphob 5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob 21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
nixpkgs-upkeep-bot 78a6f5079e vscode: 1.65.2 -> 1.66.0 2022-03-31 00:09:46 +00:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob 96ba48cfbc
Merge pull request #166320 from Stunkymonkey/clion-fix 2022-03-30 09:28:48 -05:00
Doron Behar eb5409461a neovim: Explain more why tests are disabled 2022-03-30 12:08:06 +03:00
R. Ryantm 6b3b66185d poke: 2.1 -> 2.2 2022-03-30 06:56:12 +00:00
"Matthieu Coudron" befae9fcbd vimPlugins.urlview-nvim: init at 2022-03-29 2022-03-30 00:53:58 +02:00
"Matthieu Coudron" 71f7aca0c2 vimPlugins.pywal-nvim: init at 2022-02-20 2022-03-30 00:53:58 +02:00
Felix Buehler 8d636482f1 jetbrains.clion: fix build 2022-03-30 00:01:08 +02:00
Doron Behar f80b906b3a neovim: cleanup a bit libluv related hacks
Remove unneeded cmakeFlags and explain more what is the difference
between lua.pkgs.libluv and lua.pkgs.luv.
2022-03-29 22:16:24 +03:00
Ryan Mulligan 5084a7dd8d
Merge pull request #166234 from r-ryantm/auto-update/bluej
bluej: 5.0.2 -> 5.0.3
2022-03-29 10:01:25 -07:00
Ryan Mulligan bd98e2aa26
Merge pull request #166236 from r-ryantm/auto-update/cudatext
cudatext: 1.159.0 -> 1.159.2
2022-03-29 06:05:37 -07:00
R. Ryantm b2000742e7 cudatext: 1.159.0 -> 1.159.2 2022-03-29 12:31:04 +00:00
R. Ryantm 9fe1eae494 bluej: 5.0.2 -> 5.0.3 2022-03-29 12:05:35 +00:00
Maciej Krüger 827c636b53
Merge pull request #166087 from bobby285271/bless
bless: fix build with meson 0.61
2022-03-29 13:55:18 +02:00
Sandro 761bee65a3
Merge pull request #166207 from SuperSandro2000/neovim-remote 2022-03-29 12:31:38 +02:00
7c6f434c cd8d955620
Merge pull request #164994 from ncfavier/vim-wrapper
vim wrapper improvements
2022-03-29 09:50:44 +00:00
Sandro Jäckel 1fff543a34
neovim: remove with lib over entire file 2022-03-29 10:45:23 +02:00
Bobby Rong 0bc4ac64db
bless: disable tests via mesonFlags 2022-03-29 10:57:01 +08:00
Matthieu Coudron d3dcc106c8 neovim: revert the linker changes that cause issues on nix
some linker flags have been added to support declarative treesitter grammars but the justification is fuzzy and it breaks several stuff on nix see https://github.com/NixOS/nixpkgs/pull/147658
2022-03-29 04:31:47 +02:00
Malo Bourgon fc3331b522
neovim-remote: add meta.mainProgram (#166173) 2022-03-29 04:15:31 +02:00
Bobby Rong c75a58bb92
bless: fix build with meson 0.61
doc/user/meson.build:73:6: ERROR: Program 'itstool' not found or not executable
2022-03-28 22:31:20 +08:00
Mr Hedgehog 8c496e6193
vimPlugins.vim-svelte: init at 2022-02-17 2022-03-28 09:11:35 -04:00
Mr Hedgehog 85f2d57a48
vimPlugins.coc-svelte: init at 2022-03-14 2022-03-28 09:11:34 -04:00
Mr Hedgehog 996863b07e
vimPlugins.coc-tailwindcss: init at 2020-08-19 2022-03-28 09:11:33 -04:00
Mr Hedgehog c8a5b5aa89
vimPlugins: update 2022-03-28 09:11:27 -04:00
Sandro 866bf33324
Merge pull request #166001 from minijackson/vimplugins-telescope-ui 2022-03-28 14:36:58 +02:00
Sandro 615a0a3593
Merge pull request #164165 from ilya-fedin/vscode-clear-closure 2022-03-28 13:23:55 +02:00
"Minijackson" 006d42d8f0 vimPlugins.telescope-ui-select-nvim: init at 2022-03-20 2022-03-27 20:12:07 +02:00
"Minijackson" 9b94bfa168 vimPlugins: resolve github repository redirects 2022-03-27 20:05:08 +02:00
"Minijackson" c22627a866 vimPlugins: update 2022-03-27 19:59:14 +02:00
Sandro a025dff6dd
Merge pull request #165891 from harrisonthorne/add-hotpot-nvim 2022-03-27 16:41:35 +02:00
Sandro 17110807dd
Merge pull request #165686 from gador/update-pinegrow-6.5 2022-03-27 16:15:49 +02:00
Anderson Torres c10737b3a0
Merge pull request #165904 from AndersonTorres/new-elisp
Elisp updates
2022-03-27 10:22:55 -03:00
Sandro 39cb7c0e3e
Merge pull request #165598 from bobby285271/apostrophe 2022-03-27 12:54:44 +02:00
AndersonTorres e5f4b80b9a emacs.pkgs.plz: update description 2022-03-26 23:10:10 -03:00
AndersonTorres 73a3119c3d nongnu-packages.nix: update comment 2022-03-26 23:09:13 -03:00
AndersonTorres 74d67b052c melpa-packages.nix: update comment 2022-03-26 23:08:58 -03:00