-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
testdisk: deduplicating testdisk/photorec #69945
Conversation
59da89a
to
20de8be
Compare
ed6f3cb
to
b3b95b8
Compare
, ncurses | ||
, libuuid | ||
, pkgconfig | ||
, enableJpeg ? false, libjpeg ? null |
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.
Do we need so many options? Cannot users who want to disable libjpeg
just do testdisk.override { libjpeg = null; }
?
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.
Yeah, they could. For some reason I was on some explicit train at that point. I will flip at least libjpeg.
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.
LGTM
thatnks for the cleanup, @d-goldin
@fgaz: Alright, thanks for the review and the good pointers. I was not very acquainted with the qt mechanisms. Let me know if I should squash or if merger could do it. |
@d-goldin Well, one way or another this will need to be squashed (or the commit messages edited to match the template), so you may as well do it Also, while I'm at it: |
6a8ae8e
to
6c9d1ee
Compare
Is there anything left to do before this can be merged? |
Testdisk/Photorec has been packaged twice. This deduplicates the packages by consolidating the packages into one and throwing an error upon use of the outdated package. this also adds qphotorec, which was previously not built and ensures it's wrapped correctly. Please note that I took the liberty to merge the maintainers lists.
6c9d1ee
to
10bfa40
Compare
Makes it easier to read since one does not need to be aware of overrides in all-packages.nix.
Thanks. |
Motivation for this change
Testdisk/Photorec has been packaged twice. This deduplicates
the packages by consolidating the packages into one and throwing
an error upon use of the outdated package.
this also adds qphotorec, which was previously not built and ensures
it's wrapped correctly.
Please note that I took the liberty to merge the maintainers lists.
See #67953
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @fgaz @edolstra