-
-
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
megapixels: 0.16.0 -> 1.0.1 #121722
megapixels: 0.16.0 -> 1.0.1 #121722
Conversation
++ optional jpgSupport graphicsmagick; | ||
buildInputs = [ | ||
epoxy | ||
gnome3.adwaita-icon-theme |
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.
Is that still correct with the bump to GTK4? I'm not that knowledgable about the GTK & GNOME world rn.
I only have a non-NixOS PinePhone OS, and adding that icon theme helped with making some icons show up properly. I don't know if fixing it like that was necessary / desirable when using a mobile NixOS installation.
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.
Actually, packages aren't supposed to bundle icon themes: https://nixos.org/manual/nixpkgs/unstable/#ssec-gnome-packaging
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.
Oh, I didn't know that. Could you remove the icon theme as well then?
I'll build & test it on my PinePhone when I'm back from work today.
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.
98925d8
to
a9c4ea0
Compare
Adding GL-related stuff has known problems on non-NixOS (nixGL didn't help), this'd prolly need to be tested on an actual mobile NixOS system? For completeness, here are some strace logs. |
I think the problem is simply #62169. |
I won't be able to do that for at least a week. |
Motivation for this change
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.0
https://git.sr.ht/~martijnbraam/megapixels/refs/1.0.1
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)I could not test this on my PinePhone yet.