forked from mirrors/nixpkgs
libdmtx: propagate xz (move this propagation to ImageMagick?)
svn path=/nixpkgs/trunk/; revision=27383
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in a new issue