Pablo Ovelleiro Corral

Results 229 comments of Pablo Ovelleiro Corral

I stumbled across this query by @garbas and @infinisil to search for unmaintained packages https://github.com/NixOS/rfcs/pull/81#issuecomment-803182812 However it seems to not work on the current search API. Does anyone know how...

@loprima-l EDIT: got it working with your query and this command to get only the package names: ```sh curl 'https://search.nixos.org/backend/latest-42-nixos-24.05/_search' \ -H 'Authorization: Basic YVdWU0FMWHBadjpYOGdQSG56TDUyd0ZFZWt1eHNmUTljU2g=' \ -H 'Content-Type: application/json' \...

Well you could display items twice or just display the items with only one dependency. But I see your point

Result of `nixpkgs-review pr 284996` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 1 package built: ondsel

@Hayajiro after updating my system, I'm getting the same error. It was working with nixpkgs form a few days or weeks ago. I was using my flake before which worked...

Doing some further investigation with `appimage-run` and the appimage used in the package, it seems to be a problem with `LD_LIBRARY_PATH`. I can run ondsel with no problems by calling...

@Hayajiro @b-eyselein Have you had any luck with this? I'm kinda dependant on this software but havn't been able to get it to run again. Is there anything I can...

> Maybe it would be reasonable to build Ondsel ourselves (just like FreeCAD itself), instead of using the AppImage distribution? I have tried to do so here: https://github.com/NixOS/nixpkgs/pull/292995 Fixed a...

@Hayajiro @b-eyselein @raspher I have an alternative PR that builds from source (see above) and works.

> the check `Check pkgs/by-name / check` wants that the package is defined in `pkgs/by-name/on/ondsel` Yes, but I'm not sure that is correct in this case. The package is a...