summary refs log tree commit diff
path: root/pkgs/applications/misc/cataract/unstable.nix
blob: 8d8b063e48b375c42ea4707423935194576c209c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ callPackage
, stdenv
, fetchgit
, autoconf
, automake
, glib
, pkgconfig
, libxml2
, exiv2
, imagemagick }:

callPackage ./build.nix {
  version = "unstable-2016-10-18";
  rev = "db3d992febbe703931840e9bdad95c43081694a5";
  sha256 = "04f85piy675lq36w1mw6mw66n8911mmn4ifj8h9x47z8z806h3rf";
}