Commit Graph

38948 Commits

Author SHA1 Message Date
Félix Baylac Jacqué
27dfebc7f8 pandoc: remove GHC & haskell deps from closure, 5.2G => 250M
The Haskell dependencies were leaking through a haskellPackages.pandoc
stray references:

$ strings ./result/bin/pandoc | grep /nix/store
 (...)
/nix/store/xk2acjd6587wyskg85xg54lj89mrvrv0-pandoc-3.1.8/etc
/nix/store/xk2acjd6587wyskg85xg54lj89mrvrv0-pandoc-3.1.8/libexec/x86_64-linux-ghc-9.4.7/pandoc-3.1.8
/nix/store/l9mzh2nlq5qs50yfvb3ymphfpas0j7pd-pandoc-3.1.8-data/share/ghc-9.4.7/x86_64-linux-ghc-9.4.7/pandoc-3.1.8
/nix/store/xk2acjd6587wyskg85xg54lj89mrvrv0-pandoc-3.1.8/lib/ghc-9.4.7/x86_64-linux-ghc-9.4.7
/nix/store/xk2acjd6587wyskg85xg54lj89mrvrv0-pandoc-3.1.8/lib/ghc-9.4.7/x86_64-linux-ghc-9.4.7/pandoc-3.1.8-DUwbvTsa4nj3Hikhs5AQGF
/nix/store/xk2acjd6587wyskg85xg54lj89mrvrv0-pandoc-3.1.8/bin

Removing these references using "remove-reference-to".

Before:
$ nix path-info --closure-size -h $(nix-build -A pandoc)
/nix/store/np2f5g1x25fgkp6q10n5p14352899km7-pandoc-cli-0.1.1.1     5.2G

After:
$ nix path-info --closure-size -h $(nix-build -A pandoc)
/nix/store/fpl2h3qs6vm0vb5cibb7cswzm90hc4yx-pandoc-cli-0.1.1.1   250.5M

Fixes https://github.com/NixOS/nixpkgs/issues/264399
2023-10-30 21:04:57 +01:00
Peder Bergebakken Sundt
68d0889667
Merge pull request #259044 from chvp/upd/kotlin-language-server
kotlin-language-server: 1.3.5 -> 1.3.7
2023-10-29 19:04:52 +01:00
Weijia Wang
29b079ccde
Merge pull request #264067 from MikaelFangel/update-fsautocomplete
fsautocomplete: 0.66.1 -> 0.67.0
2023-10-29 17:03:58 +01:00
Felix Bühler
245bad83a7
Merge pull request #263829 from charmoniumQ/update-rr
rr: 5.6.0 -> 5.7.0
2023-10-29 12:23:16 +01:00
Uri Baghin
48da240fc5
Merge pull request #262238 from avdv/bazel-6.4
bazel_6: 6.3.2 -> 6.4.0
2023-10-29 17:39:50 +08:00
Mario Rodas
f6d643f352
Merge pull request #264020 from r-ryantm/auto-update/cargo-run-bin
cargo-run-bin: 1.4.1 -> 1.5.0
2023-10-28 22:54:10 -05:00
Mario Rodas
dece010cc1
Merge pull request #263476 from marsam/update-postgres-lsp
postgres-lsp: 2023-09-21 -> 2023-10-20
2023-10-28 21:33:11 -05:00
Mario Rodas
1ffb1df051
Merge pull request #263857 from eclairevoyant/bloom
bloom: init at 1.0.0
2023-10-28 21:31:18 -05:00
Mikael Fangel
dab520c3f6
fsautocomplete: 0.66.1 -> 0.67.0 2023-10-29 02:49:24 +02:00
R. RyanTM
32ad2f638e
hclfmt: 2.18.1 -> 2.19.1 (#264053) 2023-10-29 00:59:51 +02:00
Weijia Wang
5c996252bc
Merge pull request #264012 from trofi/nxpmicro-mfgtools-fix-build
nxpmicro-mfgtools: drop conflicting patch
2023-10-29 00:39:03 +02:00
R. Ryantm
d66747a3c3 cargo-run-bin: 1.4.1 -> 1.5.0 2023-10-28 19:42:24 +00:00
R. Ryantm
fc3755a058 goimports-reviser: 3.4.5 -> 3.5.6 2023-10-28 19:42:19 +00:00
Sergei Trofimovich
bc16a8dfd3 nxpmicro-mfgtools: drop conflicting patch
Fixed build failure reported by SoRoot.

Closes: https://github.com/NixOS/nixpkgs/issues/264006
2023-10-28 19:45:03 +01:00
éclairevoyant
0ef5d06920
bloom: init at 1.0.0 2023-10-28 13:12:01 -04:00
Doron Behar
cdd3d8500d
Merge pull request #263721 from doronbehar/pkg/vscode-langservers-extracted
vscode-langservers-extracted: 4.7.0 -> 4.8.0
2023-10-28 16:58:55 +00:00
Doron Behar
ab198ea54c
Merge pull request #263889 from figsoda/sccache
sccache: 0.5.4 -> 0.6.0
2023-10-28 16:44:47 +00:00
Mario Rodas
3fb53f8a36
Merge pull request #263893 from figsoda/changie
changie: 1.14.0 -> 1.15.0
2023-10-28 08:29:29 -05:00
Mario Rodas
5678234fb2
Merge pull request #263896 from figsoda/codspeed
cargo-codspeed: 2.3.0 -> 2.3.1
2023-10-28 08:24:06 -05:00
Mario Rodas
fc5b697bc0
Merge pull request #263890 from figsoda/component
cargo-component: 0.3.0 -> 0.4.0
2023-10-28 08:19:41 -05:00
Mario Rodas
849599db3b
Merge pull request #263891 from figsoda/typos
typos: 1.16.20 -> 1.16.21
2023-10-28 08:19:21 -05:00
Felix Bühler
4425bc0303
Merge pull request #263918 from fabaff/sqlfluff-bump
sqlfluff: 2.3.4 -> 2.3.5
2023-10-28 15:05:52 +02:00
K900
3406dd96b3
Merge pull request #263308 from K900/rip-poetry2nix
treewide: drop poetry2nix
2023-10-28 11:40:04 +03:00
Fabian Affolter
b623c06e12 sqlfluff: 2.3.4 -> 2.3.5
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/2.3.4...2.3.5

Changelog: https://github.com/sqlfluff/sqlfluff/blob/2.3.5/CHANGELOG.md
2023-10-28 10:24:06 +02:00
OTABI Tomoya
5bc07bf7a7
Merge pull request #263525 from r-ryantm/auto-update/devbox
devbox: 0.6.0 -> 0.7.1
2023-10-28 12:42:57 +09:00
figsoda
6bb15ccd60 cargo-codspeed: 2.3.0 -> 2.3.1
Diff: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.0...v2.3.1

Changelog: https://github.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.3.1
2023-10-27 23:24:40 -04:00
OTABI Tomoya
893af0f097
Merge pull request #263300 from r-ryantm/auto-update/darklua
darklua: 0.10.3 -> 0.11.0
2023-10-28 12:23:17 +09:00
figsoda
96fb8ec528 changie: 1.14.0 -> 1.15.0
Diff: https://github.com/miniscruff/changie/compare/v1.14.0...v1.15.0

Changelog: https://github.com/miniscruff/changie/blob/v1.15.0/CHANGELOG.md
2023-10-27 23:17:32 -04:00
figsoda
7762d2a698 typos: 1.16.20 -> 1.16.21
Diff: https://github.com/crate-ci/typos/compare/v1.16.20...v1.16.21

Changelog: https://github.com/crate-ci/typos/blob/v1.16.21/CHANGELOG.md
2023-10-27 23:12:23 -04:00
figsoda
94397c125b cargo-component: 0.3.0 -> 0.4.0
Diff: https://github.com/bytecodealliance/cargo-component/compare/v0.3.0...v0.4.0

Changelog: https://github.com/bytecodealliance/cargo-component/releases/tag/v0.4.0
2023-10-27 23:02:57 -04:00
figsoda
ff85f1334a sccache: 0.5.4 -> 0.6.0
Diff: https://github.com/mozilla/sccache/compare/v0.5.4...v0.6.0

Changelog: https://github.com/mozilla/sccache/releases/tag/v0.6.0
2023-10-27 22:59:22 -04:00
Weijia Wang
0f5543e288
Merge pull request #262116 from r-ryantm/auto-update/sqldef
sqldef: 0.16.7 -> 0.16.9
2023-10-28 03:53:21 +02:00
Weijia Wang
5376bf8577
Merge pull request #261974 from r-ryantm/auto-update/go-junit-report
go-junit-report: 2.0.0 -> 2.1.0
2023-10-28 03:44:46 +02:00
Weijia Wang
a5e447e88e
Merge pull request #261965 from r-ryantm/auto-update/abuild
abuild: 3.11.21 -> 3.12.0
2023-10-28 03:43:38 +02:00
Weijia Wang
5330c260bd
Merge pull request #261940 from r-ryantm/auto-update/roswell
roswell: 22.12.14.113 -> 23.10.14.114
2023-10-28 03:39:44 +02:00
Weijia Wang
42c3f10d00
Merge pull request #261529 from r-ryantm/auto-update/regclient
regclient: 0.5.2 -> 0.5.3
2023-10-28 03:33:52 +02:00
Weijia Wang
e5092f1b39
Merge pull request #261519 from r-ryantm/auto-update/re-flex
re-flex: 3.4.1 -> 3.5.0
2023-10-28 03:31:21 +02:00
Weijia Wang
d61564a6bf
Merge pull request #261393 from r-ryantm/auto-update/karate
karate: 1.4.0 -> 1.4.1
2023-10-28 03:28:11 +02:00
Weijia Wang
bca61ab8fd
Merge pull request #261191 from r-ryantm/auto-update/dyff
dyff: 1.5.8 -> 1.6.0
2023-10-28 03:17:49 +02:00
Weijia Wang
9b76981912
Merge pull request #260880 from r-ryantm/auto-update/eclint
eclint: 0.4.0 -> 0.5.0
2023-10-28 03:08:00 +02:00
Weijia Wang
e921cbd1da
Merge pull request #260811 from r-ryantm/auto-update/pulumictl
pulumictl: 0.0.44 -> 0.0.45
2023-10-28 03:00:09 +02:00
Weijia Wang
76c1e03aee
Merge pull request #259623 from autophagy/confluent-maintainer
confluent-cli, confluent-platform: add maintainer autophagy
2023-10-28 02:45:58 +02:00
Weijia Wang
d161200640
Merge pull request #261580 from wegank/glade-darwin
glade: add darwin support
2023-10-28 01:57:21 +02:00
Mario Rodas
b645776538
Merge pull request #263521 from r-ryantm/auto-update/wabt
wabt: 1.0.33 -> 1.0.34
2023-10-27 17:46:39 -05:00
John Lago
f27bb8d7b6 devbox: add lagoja to maintainers 2023-10-27 11:22:44 -07:00
Samuel Grayson
073fd77f8f rr: 5.6.0 -> 5.7.0 2023-10-27 13:15:53 -05:00
Nick Cao
5a495a6d0c
Merge pull request #263592 from r-ryantm/auto-update/mod
mod: 0.5.0 -> 0.7.0
2023-10-27 12:56:29 -04:00
Nick Cao
2afbe53d47
Merge pull request #263803 from r-ryantm/auto-update/dbmate
dbmate: 2.6.0 -> 2.7.0
2023-10-27 12:46:12 -04:00
R. Ryantm
0d812ec9d7 dbmate: 2.6.0 -> 2.7.0 2023-10-27 14:57:04 +00:00
Mario Rodas
63b64d7018
Merge pull request #263702 from r-ryantm/auto-update/cpm-cmake
cpm-cmake: 0.38.5 -> 0.38.6
2023-10-27 09:14:20 -05:00