Merge pull request #297296 from SuperSandro2000/jbig2enc

jbig2enc: stop propagating libraries
This commit is contained in:
Robert Scott 2024-03-24 00:30:47 +00:00 committed by GitHub
commit 024c7dae5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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