ipe: be explicit about libpng, use lua 5.3 per readme

This commit is contained in:
Will Dietz 2019-03-09 19:23:34 -06:00
parent 39a8578931
commit 812a99cdd3
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, pkgconfig, zlib, freetype, cairo, lua5, texlive, ghostscript
, libjpeg, qtbase
, libjpeg, libpng, qtbase
}:
stdenv.mkDerivation rec {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
LUA_PACKAGE = "lua";
buildInputs = [
libjpeg zlib qtbase freetype cairo lua5 texlive ghostscript
libjpeg libpng zlib qtbase freetype cairo lua5 texlive ghostscript
];
nativeBuildInputs = [ makeWrapper pkgconfig ];

View file

@ -17860,6 +17860,7 @@ in
ipe = libsForQt5.callPackage ../applications/graphics/ipe {
ghostscript = ghostscriptX;
texlive = texlive.combine { inherit (texlive) scheme-small; };
lua5 = lua5_3;
};
iptraf = callPackage ../applications/networking/iptraf { };