libdmtx: propagate xz (move this propagation to ImageMagick?)
svn path=/nixpkgs/trunk/; revision=27383
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user