Skip to content

Commit

Permalink
jbig2enc: stop propagating libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 19, 2024
1 parent 0e63f85 commit d00eb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/libraries/jbig2enc/default.nix
Expand Up @@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, fetchpatch
, python3
, leptonica
, zlib
, libwebp
Expand All @@ -26,7 +25,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

propagatedBuildInputs = [
buildInputs = [
leptonica
zlib
libwebp
Expand Down

0 comments on commit d00eb84

Please sign in to comment.