-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sane_backends: disable parallel install #225339
sane_backends: disable parallel install #225339
Conversation
Do a diffoscope before and after this change maybe that'll reveal the issue |
https://blitiri.xlumurb.eu/~/report.html I see no meaningful change, and yet I double checked with nixos-rebuild build-vm that I get a listing with this commit and not without. This makes no sense. |
Let's add that to the comment and merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the comment on diffoscope stuff is added, let's merge.
Having been trying to work this out today separately, I found the following comment suggesting the generation of this file is an issue with how they use libtool: It'd seem the file is getting regenerated some time after that |
a19a994
to
f9c5b55
Compare
Fixed the comment. |
parallel install creates a bad symlink at $out/lib/sane/libsane.so.1 which prevents finding plugins. Fixes NixOS#224569
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/brother-scanner-no-longer-recognized-by-scanimage/27183/6 |
for some reason that prevents libsane from finding plugins
Fixes #224569
I find this solution hard to believe, please double check.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)