From ae476d641aa7b600d26bfb21a06a9256a819e74c Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 18 May 2010 21:08:19 +0000 Subject: [PATCH] DMTX now needs libjasper.. svn path=/nixpkgs/trunk/; revision=21851 --- pkgs/tools/graphics/dmtx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/dmtx/default.nix b/pkgs/tools/graphics/dmtx/default.nix index 651cdbd8797..bc222fa59cc 100644 --- a/pkgs/tools/graphics/dmtx/default.nix +++ b/pkgs/tools/graphics/dmtx/default.nix @@ -7,7 +7,7 @@ let buildInputs = with args; [ libpng libtiff libjpeg librsvg imagemagick pkgconfig zlib libX11 bzip2 libtool freetype fontconfig - ghostscript + ghostscript jasper ]; in rec {