3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/xfce4-14/tumbler/default.nix

15 lines
346 B
Nix
Raw Normal View History

2019-05-22 12:03:39 +01:00
{ mkXfceDerivation, gdk-pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
2017-12-17 15:02:52 +00:00
, poppler ? null }:
# TODO: add libopenraw
mkXfceDerivation rec {
category = "xfce";
pname = "tumbler";
2019-08-12 11:38:41 +01:00
version = "0.2.7";
2017-12-17 15:02:52 +00:00
2019-08-12 11:38:41 +01:00
sha256 = "14ql3fcxyz81qr9s0vcwh6j2ks5fl8jf9scwnkilv5jy0ii9l0ry";
2017-12-17 15:02:52 +00:00
2019-05-22 12:03:39 +01:00
buildInputs = [ gdk-pixbuf ffmpegthumbnailer libgsf poppler ];
2017-12-17 15:02:52 +00:00
}