3
0
Fork 0
forked from mirrors/nixpkgs

ipe: add missing libjpeg dependency

This commit is contained in:
Thomas Tuegel 2015-08-14 22:30:48 -05:00
parent 7203497ce4
commit f0a11cd1eb

View file

@ -1,4 +1,5 @@
{ stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX
, libjpeg
, makeWrapper }:
let ghostscript = ghostscriptX; in
stdenv.mkDerivation rec {
@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
LUA_PACKAGE = "lua";
buildInputs = [
pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
libjpeg pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
];
postInstall = ''