Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b92f59029a4a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 598800d5b126
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 1, 2017

  1. librsvg: fix thumbnailer path

    librsvg hooks itself into gdk-pixbuf and then uses gdk-pixbuf-thumbnailer
    as the thumbnailer, extending its supported MIME type list.
    
    Unfortunately, librsvg assumes the thumbnailer will be located in the same
    bindir as librsvg binaries would, which is not true on Nix-powered systems.
    
    This commit corrects the bindir path of the thumbnailer to the gdk_pixbuf
    derivation.
    jtojnar committed Oct 1, 2017
    Copy the full SHA
    dd200f8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    598800d View commit details
    Browse the repository at this point in the history