ipe: add missing libjpeg dependency

+2 -1
+2 -1
pkgs/applications/graphics/ipe/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX 2 + , libjpeg 2 3 , makeWrapper }: 3 4 let ghostscript = ghostscriptX; in 4 5 stdenv.mkDerivation rec { ··· 24 25 LUA_PACKAGE = "lua"; 25 26 26 27 buildInputs = [ 27 - pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper 28 + libjpeg pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper 28 29 ]; 29 30 30 31 postInstall = ''