-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
gscan2pdf: fix build failure, add patches #268836
Conversation
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.
Thank you for handling this!
- diff looks good
- tests passing
- program starting
(I would just split the mutually independent changes into four commits).
df8c4d3
to
5e959a0
Compare
Done 👍 |
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.
Nit: Message of the first commit (e7090c1) should be updated accordingly.
Other than that, all good, thanks 👍
5e959a0
to
e9fd30d
Compare
Good catch, done 👍 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1248 |
e9fd30d
to
083bfd7
Compare
Due to the removal of tools like `tiff2pdf` from `libtiff` many tests fail or cause a timeout. This commit fixes the dependency to `libtiff_4_5`. fixes NixOS#268406 Signed-off-by: Florian Brandes <[email protected]>
Signed-off-by: Florian Brandes <[email protected]>
see https://sourceforge.net/p/gscan2pdf/bugs/421 Signed-off-by: Florian Brandes <[email protected]>
see: https://sourceforge.net/p/gscan2pdf/bugs/400 Signed-off-by: Florian Brandes <[email protected]>
083bfd7
to
d54a7a6
Compare
Looks like this needs backporting to release-23.11: https://hydra.nixos.org/build/242651099 |
Successfully created backport PR for |
Description of changes
Due to the removal of tools like
tiff2pdf
fromlibtiff
many tests fail or cause a timeout.This commit fixes the dependency to
libtiff_4_5
. Also it includes two upstream patches, which haven't been merged and re-adds a previously removed test.fixes #268406
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)