libdmtx: propagate xz (move this propagation to ImageMagick?)

svn path=/nixpkgs/trunk/; revision=27383
This commit is contained in:
Yury G. Kudryashov 2011-06-07 21:50:30 +00:00
parent ab01869f17
commit 25c8f01659

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, imagemagick }:
{ stdenv, fetchurl, pkgconfig, imagemagick, xz }:
stdenv.mkDerivation rec {
name = "libdmtx-0.7.2";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ pkgconfig ];
propagatedBuildInputs = [ imagemagick ];
propagatedBuildInputs = [ imagemagick xz ];
meta = {
description = "An open source software for reading and writing Data Matrix barcodes";