nixpkgs-suyu/pkgs/desktops/xfce4-13/tumbler/default.nix

15 lines
346 B
Nix
Raw Normal View History

2017-12-17 16:02:52 +01:00
{ mkXfceDerivation, gdk_pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
, poppler ? null }:
# TODO: add libopenraw
mkXfceDerivation rec {
category = "xfce";
pname = "tumbler";
2019-02-11 08:36:12 +01:00
version = "0.2.3";
2017-12-17 16:02:52 +01:00
2019-02-11 08:36:12 +01:00
sha256 = "1gb4dav6q9bn64c2ayi4896cr79lb8k63ja2sm3lwsjxgg1r4hw9";
2017-12-17 16:02:52 +01:00
buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
}