aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ipe
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:30:48 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-08-14 22:30:48 -0500
commitf0a11cd1eb428df09cd3080241d7ae56092927bd (patch)
tree4b24f0a5cec975a737c9d43bccd3d4fb6369a8f6 /pkgs/applications/graphics/ipe
parent7203497ce4904a31ce84b1220e2d1fa5d3d87f3e (diff)
ipe: add missing libjpeg dependency
Diffstat (limited to 'pkgs/applications/graphics/ipe')
-rw-r--r--pkgs/applications/graphics/ipe/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index f2ba7c9bef3..ede0dc07afb 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -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 = ''