mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libdmtx: remove imagemagick dependency, /cc #8990
I found no reason for the dependency at all, and it was even propagated. Neither Debian nor Arch have any kind of it.
This commit is contained in:
parent
80533a5043
commit
4de0d7def5
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, imagemagick }:
|
||||
{ stdenv, fetchurl, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libdmtx-0.7.4";
|
||||
|
@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
propagatedBuildInputs = [ imagemagick ];
|
||||
|
||||
meta = {
|
||||
description = "An open source software for reading and writing Data Matrix barcodes";
|
||||
homepage = http://libdmtx.org;
|
||||
|
|
Loading…
Reference in a new issue