ipe: add missing libjpeg dependency
This commit is contained in:
parent
7203497ce4
commit
f0a11cd1eb
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX
|
{ stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX
|
||||||
|
, libjpeg
|
||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
let ghostscript = ghostscriptX; in
|
let ghostscript = ghostscriptX; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
LUA_PACKAGE = "lua";
|
LUA_PACKAGE = "lua";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
|
libjpeg pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user