Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e9c72c2e4635057c315a64c7de97a4d22f4cd3f
      
https://github.com/NixOS/nixpkgs/commit/5e9c72c2e4635057c315a64c7de97a4d22f4cd3f
  Author: Benno Fünfstück <[email protected]>
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
    M pkgs/applications/misc/udiskie/default.nix

  Log Message:
  -----------
  udiskie: fix broken icons

Udiskie uses SVG icons for its tray icon. In order to load these,
librsvg needs to be included in the $GDK_PIXBUF_MODULE_FILE(loaders.cache).
Without librsvg, gdk does not support SVG images so the icons won't be
used.

If we add librsvg to buildInputs, the wrapGAppsHook will make sure that
the librsvg is included in the $GDK_PIXBUF_MODULE_FILE.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to