mupdf: propagate needed libraries

+5 -3
+3 -1
pkgs/applications/misc/mupdf/default.nix
··· 10 sha256 = "01n26cy41lc2fjri63s4js23ixxb4nd37aafry3hz4i4id6wd8x2"; 11 }; 12 13 - buildInputs = [ pkgconfig zlib freetype libjpeg jbig2dec openjpeg libX11 libXext ]; 14 15 enableParallelBuilding = true; 16
··· 10 sha256 = "01n26cy41lc2fjri63s4js23ixxb4nd37aafry3hz4i4id6wd8x2"; 11 }; 12 13 + nativeBuildInputs = [ pkgconfig ]; 14 + propagatedBuildInputs = [ openjpeg libjpeg jbig2dec ]; 15 + buildInputs = [ zlib freetype libX11 libXext ]; 16 17 enableParallelBuilding = true; 18
+2 -2
pkgs/applications/misc/zathura/pdf-mupdf/default.nix
··· 1 - { stdenv, lib, fetchurl, pkgconfig, zathura_core, gtk, girara, mupdf, openssl, openjpeg, libjpeg, jbig2dec }: 2 3 stdenv.mkDerivation rec { 4 version = "0.2.8"; ··· 9 sha256 = "0439ls8xqnq6hqa53hd0wqxh1qf0xmccfi3pb0m4mlfs5iv952wz"; 10 }; 11 12 - buildInputs = [ pkgconfig zathura_core gtk girara openssl mupdf openjpeg libjpeg jbig2dec ]; 13 14 makeFlags = [ "PREFIX=$(out)" "PLUGINDIR=$(out)/lib" ]; 15
··· 1 + { stdenv, lib, fetchurl, pkgconfig, zathura_core, gtk, girara, mupdf, openssl }: 2 3 stdenv.mkDerivation rec { 4 version = "0.2.8"; ··· 9 sha256 = "0439ls8xqnq6hqa53hd0wqxh1qf0xmccfi3pb0m4mlfs5iv952wz"; 10 }; 11 12 + buildInputs = [ pkgconfig zathura_core gtk girara openssl mupdf ]; 13 14 makeFlags = [ "PREFIX=$(out)" "PLUGINDIR=$(out)/lib" ]; 15