nixpkgs/pkgs/desktops/xfce4-13/tumbler/default.nix
Yegor Timoshenko 21159d8f17
xfce4-13: init
2017-12-21 14:40:42 +00:00

15 lines
346 B
Nix

{ mkXfceDerivation, gdk_pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
, poppler ? null }:
# TODO: add libopenraw
mkXfceDerivation rec {
category = "xfce";
pname = "tumbler";
version = "0.2.0";
sha256 = "0jr6rhgc57yqb3iwp7y49yf5ig541liaz6xpvjl45ki34j091iaj";
buildInputs = [ gdk_pixbuf ffmpegthumbnailer libgsf poppler ];
}