PRs ready for review _

Hello, I add two new packages

https://github.com/NixOS/nixpkgs/pull/70282

If you put the links on their own line then discourse will make them look nicer

I’m looking for any httpd users on NixOS to compare their httpd.conf file generated by this PR to what is currently generated by NixOS. I would also appreciate any review of the nix code in this PR as the httpd module code is overly complicated - a second and third pair of eyes looking at the changes in depth would be appreciated, even by people who aren’t familiar with httpd but have strong nix lang skills.

I’ve had a PR open for 2.5 months that rewrites stripHash

https://github.com/NixOS/nixpkgs/pull/66161

This fixes a bug wherein stripHash --foo doesn’t treat --foo as a filename, and also massively improves performance in the process. The only problem is I’m not willing to rebuild the world on my machine, so I haven’t built any packages with this change, only tested in isolation on all inputs I can think of. It is targeting staging though.

2 Likes

https://github.com/NixOS/nixpkgs/pull/69124

I have some:

That’s all folks.

Not my PR. I reviewed it but the 2 maintainers don’t seem to have the time right now and we could use some extra pairs of eyes and someone to merge it.

~~https://github.com/NixOS/nixpkgs/pull/69962~~

I’ve got a MacVim update

~~https://github.com/NixOS/nixpkgs/pull/71380~~

This has been sitting around for almost 2 weeks, long enough that I’ve actually just updated it for yet another MacVim version.

1 Like

https://github.com/NixOS/nixpkgs/pull/71083

This PR has been around for 19 days now without a single comment.
Every new test in nixpkgs means I have to touch this again to get it to merge so I would really appreciate a review soon-ish.

1 Like

My MacVim update (see previous comment) is still pending.

I’ve also got a cocoapods update that’s over a month old at this point.

~~https://github.com/NixOS/nixpkgs/pull/70417~~

https://github.com/NixOS/nixpkgs/pull/71226

This commit needs a review from an experienced Go build system reviewer.
The hash of the gomods keeps changing for ofBorg, sometimes even during the same build run (eg. OK for x64_86, not ok for Darwin).

https://github.com/NixOS/nixpkgs/pull/70306

This PR has seen no activity since I submitted it a month ago. It’s really a simple change – it adds spaCy models for Norwegian and Lithuanian. What is mostly needed: test if it builds, test if the model loads.

https://github.com/NixOS/nixpkgs/pull/70941

Version update, metadata addition, etc. for hsqldb a small relational dabase management system.

https://github.com/NixOS/nixpkgs/pull/70210

A version update waiting for reviews.

It’s been a while since I submitted this: nixos: unify virtual console options by rnhmjoj · Pull Request #71473 · NixOS/nixpkgs · GitHub.
I’m trying to reorganize the options about virtual console and I’d like to hear some opinions.

https://github.com/NixOS/nixpkgs/pull/66254
I’ve had this PR open for 3 months now. It’s my first PR for nixpkgs and there is a fair few changes in there. Anything I can do to make it easier to merge?

I’ve been using this branch as my main nixpkgs for 3 months now with no issues.

There is some interest in it so I think it’s worth merging; there were three other Nix users before me who tried to get it working, and I’ve got another Nix user who wants to use it now.

3 Likes

I’ve got this one with an OfBorg failure I can not figure out:

~~https://github.com/NixOS/nixpkgs/pull/71468~~

I’ve got one that should be uncontroversial: a set of Ruby-based CLI applications for transcoding video. They essentially wrap Handbrake, FFmpeg, and a couple of other tools to provide sane defaults and a nicer interface overall.

https://github.com/NixOS/nixpkgs/pull/69102

This needs a re-review and is only a 3 line change:

https://github.com/NixOS/nixpkgs/pull/73615

https://github.com/NixOS/nixpkgs/pull/73902

Package options for LXC, LXD and ZFS in NixOS’s LXD module.