PRs in distress

I could use a quick review of [20.09] zfs-replicate: 1.1.14 -> 1.2.3 by alunduil · Pull Request #101970 · NixOS/nixpkgs · GitHub so I can get the updated version into 20.09 and finish my upgrade. Thanks!

I would appreciate if a darwin / macOS wizard could take a look at these two (same issue in both packages):
https://github.com/NixOS/nixpkgs/pull/102263
https://github.com/NixOS/nixpkgs/pull/103826
The version bump doesn’t seem to introduce any new failures, but a review has brought to light that it has always been failing on macOS because it wants to use a program called sips to manipulate its icon images.

Not sure if there’s a package containing sips that can be added to nativeBuildInputs on darwin, or whether we need to do some substituting, like this packages does:

I think this PR fairly important but it’s stuck because of an unknown issue with networkd/initrc. I’m not familiar with networkd and could use some help:
https://github.com/NixOS/nixpkgs/pull/107382#issuecomment-757555212

While a very reasonable improvement, this PR is blocking proper support for aarch64 on divnix/devos for alack of appropriate reviewer and/or merger:

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

1 Like

This PR has been stuck for a long time, it’s seen some amendments and positive comments already, but I’d like someone with merge rights to take a look and decide to pull the trigger - or reject it definitively so I can focus on just hacking it into my own config.

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

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

This PR adds a new service for xidlehook, an alternative to xautolock that, among other things, can be configured to not lock the screen when an application is fullscreened. Needs review from someone with knowledge of NixOS services. It’s relatively simple and a lot of it is copy pasted from the xautolock service.

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

Could use some help from someone with knowledge in

  • patching proprietary binaries designed to be installed in /opt
  • packaging Gnome/Gtk apps

There’s some description of the issues and things tried so far in the PR.

[Merged] I tried to package the GNU Data Language (GDL), a drop-in replacement of the commercial Interactive Data Language (IDL) used in the field of astronomy and atmospheric science.

The problems include:

  • The built binary cannot find XWin or WXWidget
  • Some CI tests doesn’t pass

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

Some in my opinion urgently needed improvements of the wordpress module. Without them it’s basically unusable for anything more than the original installation without any additional plugins and themes. Currently you usually loose your theme settings on updates.

A predecessor is even from Sep 1, 2020 but the changes now should be way more compatible than the old ones.

The problem is that I heard from several people that they don’t use the module (and package) because it’s so unusable. Would really love a review (and merge :D)

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

Looks like it might be good to have a NixOS module to actually turn this on, but it’s at least an incremental improvement to have the thing packaged and in working order, which it seems to be here

https://github.com/NixOS/nixpkgs/pull/147737
The build fails right at the end while building the obs binary, and it does not seem to print any error message

https://github.com/NixOS/nixpkgs/pull/144105
backscrub seem to require CMakeFIles from tensorflow-lite that miss in the version packaged in nixpkgs and I can’t make it work with their vendored version

https://github.com/NixOS/nixpkgs/pull/154158
Fails with Project ERROR: glibmm-2.4 development package not found even if I put glibmm in both propagatedBuildInputs and nativeBuildInputs

1 Like

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

Fails the basic release checks: https://github.com/NixOS/nixpkgs/runs/4846317134?check_suite_focus=true

But I have no idea why. The package evals just fine when built.

https://github.com/NixOS/nixpkgs/pull/153255#
Is blocked on needing an opencv-python (not opencv’s python bindings, isn’t python packaging fun?) package
https://github.com/NixOS/nixpkgs/pull/158044
actually builds but segfaults as soon as I try to list games

I’d appreciate some input on a new package and service for Ethereum:

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

These printing related PRs are waiting for some time now. They already received soem reviews, although mostly syntax improvements. I would love some help (and maybe a merge).

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

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

1 Like

I’d appreciate some help to get this merged. Currently it’s not possible to download all the sources required to build packages from nixpkgs. This is importance for software heritage and ensuring we can have replicas of all distfiles.

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

2 Likes

A hot-fix for cjdns, which has been failing for several weeks now, simply because their build system doesn’t seem to like python 3.10

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

I recently wrote a very short PR to Nix that fixes a bug in the fetchGit built-in, but I don’t know who to request a review from.

In specific situations, this bug can cause the wrong git tag to be used when fetching sources due to a caching issue. It seems like a pretty serious issue, so I’d like to get it fixed ASAP.

I have been trying to get a workaround in for xdg-open issues under FHS envs / wrappers that use LD_LIBRARY_PATH for months now.

The latest iteration of attempting to solve it is this PR: xdg-utils,nixos/xdg/portal: implement workaround for opening programs from FHS envs or wrappers reliably by LunNova · Pull Request #197118 · NixOS/nixpkgs · GitHub

The original issue is: https://github.com/NixOS/nixpkgs/issues/160923

Merged!

2 Likes