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

16 lines
374 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-05-21 01:53:29 +02:00
version = "4.14pre1";
rev = "xfce-4.14pre1";
2017-12-17 16:02:52 +01:00
2019-05-21 01:53:29 +02:00
sha256 = "1bvcxqs3391dkf36gpfr0hbylsk84nqhv6kf3lf1hq6p7s9f9z3z";
2017-12-17 16:02:52 +01:00
buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
}