Skip to content
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

inkscape: add wrapGAppsHook for icons (fixed for strictDeps) #68287

Merged
merged 1 commit into from Sep 8, 2019

Conversation

rileyinman
Copy link
Contributor

@rileyinman rileyinman commented Sep 7, 2019

Resolves #68185.
The icons in Inkscape depend on gdk-pixbuf loaders, but because
strictDeps is set to true to fix some macOS issues it doesn't work
(see #56943). Adding librsvg to buildInputs explicitly fixes the issue.

Motivation for this change

I want to be able to use Inkscape and icons are kind of important :P

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Mic92
Copy link
Member

Mic92 commented Sep 8, 2019

cc @jtojnar

Resolves NixOS#68185.
The icons in Inkscape depend on gdk-pixbuf loaders, but because
strictDeps is set to true to fix some macOS issues it doesn't work
(see NixOS#56943). Adding librsvg to buildInputs explicitly fixes the issue.
@jtojnar jtojnar merged commit 975d5f1 into NixOS:master Sep 8, 2019
@jtojnar
Copy link
Contributor

jtojnar commented Sep 8, 2019

Thanks.

@rileyinman
Copy link
Contributor Author

Thank you!

@rileyinman rileyinman deleted the inkscape-strictdeps branch September 8, 2019 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No icons display in Inkscape, causes crash on opening dialogs
3 participants