zbar: ghostscript was missing for zbar
This commit is contained in:
parent
4fc7619d23
commit
a906355b8a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
x@{builderDefsPackage
|
||||
, imagemagickBig, pkgconfig, python, pygtk, perl, libX11, libv4l
|
||||
, qt4, lzma, gtk2
|
||||
, qt4, lzma, gtk2, ghostscript
|
||||
, ...}:
|
||||
builderDefsPackage
|
||||
(a :
|
||||
|
|
|
@ -3620,6 +3620,7 @@ let
|
|||
pygtk = lib.overrideDerivation pygtk (x: {
|
||||
gtk = gtk2;
|
||||
});
|
||||
ghostscript = ghostscriptX;
|
||||
};
|
||||
|
||||
zdelta = callPackage ../tools/compression/zdelta { };
|
||||
|
|
Loading…
Reference in a new issue