about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/xfce4-13/tumbler/default.nix
blob: 05a4f4ecde3c568e20215d5172f21e731de69a24 (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.3";

  sha256 = "1gb4dav6q9bn64c2ayi4896cr79lb8k63ja2sm3lwsjxgg1r4hw9";

  buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
}