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

16 lines
374 B
Nix
Raw Normal View History

2019-05-22 13:03:39 +02:00
{ mkXfceDerivation, gdk-pixbuf ? null, ffmpegthumbnailer ? null, libgsf ? null
2017-12-17 16:02:52 +01:00
, poppler ? null }:
# TODO: add libopenraw
mkXfceDerivation rec {
category = "xfce";
pname = "tumbler";
2019-07-02 17:29:15 +02:00
version = "4.14pre2";
rev = "xfce-4.14pre2";
2017-12-17 16:02:52 +01:00
2019-07-02 17:29:15 +02:00
sha256 = "1k579g8dmcfpw1vakspv6k2qkr1y1axyr8cbd0fqjhqdj4pis81i";
2017-12-17 16:02:52 +01:00
2019-05-22 13:03:39 +02:00
buildInputs = [ gdk-pixbuf ffmpegthumbnailer libgsf poppler ];
2017-12-17 16:02:52 +01:00
}