about summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-13/tumbler/default.nix
blob: 15b41f090af573da1987e6a4fbc035147827cac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ mkXfceDerivation, gdk_pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
, poppler ? null }:

# TODO: add libopenraw

mkXfceDerivation rec {
  category = "xfce";
  pname = "tumbler";
  version = "0.2.1";

  sha256 = "0vgk3s6jnsrs8bawrfc11s8nwsm4jvcl3aidbaznk52g97xiyxz0";

  buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
}