ipe: 7.1.8 -> 7.1.10

This commit is contained in:
Thomas Tuegel 2015-12-07 05:50:02 -06:00
parent 8a0f2e7025
commit 4b950d233e
2 changed files with 7 additions and 7 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX
, libjpeg
{ stdenv, fetchurl, pkgconfig, zlib, freetype, cairo, lua5, texLive, ghostscriptX
, libjpeg, qtbase
, makeWrapper }:
let ghostscript = ghostscriptX; in
stdenv.mkDerivation rec {
name = "ipe-7.1.8";
name = "ipe-7.1.10";
src = fetchurl {
url = "http://github.com/otfried/ipe/raw/master/releases/7.1/${name}-src.tar.gz";
sha256 = "1zx6dyr1rb6m6rvawagg9f8bc2li9nbighv2dglzjbh11bxqsyva";
url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz";
sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz";
};
# changes taken from Gentoo portage
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
LUA_PACKAGE = "lua";
buildInputs = [
libjpeg pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
libjpeg pkgconfig zlib qtbase freetype cairo lua5 texLive ghostscript makeWrapper
];
postInstall = ''

View file

@ -12131,7 +12131,7 @@ let
lua = lua5;
};
ipe = callPackage ../applications/graphics/ipe { };
ipe = qt5Libs.callPackage ../applications/graphics/ipe { };
iptraf = callPackage ../applications/networking/iptraf { };