Merge pull request #297296 from SuperSandro2000/jbig2enc
jbig2enc: stop propagating libraries
This commit is contained in:
commit
024c7dae5e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, python3
|
||||
, leptonica
|
||||
, zlib
|
||||
, libwebp
|
||||
|
@ -26,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
buildInputs = [
|
||||
leptonica
|
||||
zlib
|
||||
libwebp
|
||||
|
|
Loading…
Reference in a new issue