ipe: be explicit about libpng, use lua 5.3 per readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, zlib, freetype, cairo, lua5, texlive, ghostscript
|
{ stdenv, fetchurl, makeWrapper, pkgconfig, zlib, freetype, cairo, lua5, texlive, ghostscript
|
||||||
, libjpeg, qtbase
|
, libjpeg, libpng, qtbase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
LUA_PACKAGE = "lua";
|
LUA_PACKAGE = "lua";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libjpeg zlib qtbase freetype cairo lua5 texlive ghostscript
|
libjpeg libpng zlib qtbase freetype cairo lua5 texlive ghostscript
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
|
|||||||
@@ -17860,6 +17860,7 @@ in
|
|||||||
ipe = libsForQt5.callPackage ../applications/graphics/ipe {
|
ipe = libsForQt5.callPackage ../applications/graphics/ipe {
|
||||||
ghostscript = ghostscriptX;
|
ghostscript = ghostscriptX;
|
||||||
texlive = texlive.combine { inherit (texlive) scheme-small; };
|
texlive = texlive.combine { inherit (texlive) scheme-small; };
|
||||||
|
lua5 = lua5_3;
|
||||||
};
|
};
|
||||||
|
|
||||||
iptraf = callPackage ../applications/networking/iptraf { };
|
iptraf = callPackage ../applications/networking/iptraf { };
|
||||||
|
|||||||
Reference in New Issue
Block a user