jbig2enc: stop propagating libraries

This commit is contained in:
Sandro Jäckel 2024-03-20 00:49:58 +01:00
parent 0e63f85393
commit d00eb84067
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
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