ipe: 7.1.8 -> 7.1.10
This commit is contained in:
parent
8a0f2e7025
commit
4b950d233e
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, zlib, qt4, freetype, cairo, lua5, texLive, ghostscriptX
|
{ stdenv, fetchurl, pkgconfig, zlib, freetype, cairo, lua5, texLive, ghostscriptX
|
||||||
, libjpeg
|
, libjpeg, qtbase
|
||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
let ghostscript = ghostscriptX; in
|
let ghostscript = ghostscriptX; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ipe-7.1.8";
|
name = "ipe-7.1.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://github.com/otfried/ipe/raw/master/releases/7.1/${name}-src.tar.gz";
|
url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz";
|
||||||
sha256 = "1zx6dyr1rb6m6rvawagg9f8bc2li9nbighv2dglzjbh11bxqsyva";
|
sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# changes taken from Gentoo portage
|
# changes taken from Gentoo portage
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
LUA_PACKAGE = "lua";
|
LUA_PACKAGE = "lua";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libjpeg pkgconfig zlib qt4 freetype cairo lua5 texLive ghostscript makeWrapper
|
libjpeg pkgconfig zlib qtbase freetype cairo lua5 texLive ghostscript makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -12131,7 +12131,7 @@ let
|
|||||||
lua = lua5;
|
lua = lua5;
|
||||||
};
|
};
|
||||||
|
|
||||||
ipe = callPackage ../applications/graphics/ipe { };
|
ipe = qt5Libs.callPackage ../applications/graphics/ipe { };
|
||||||
|
|
||||||
iptraf = callPackage ../applications/networking/iptraf { };
|
iptraf = callPackage ../applications/networking/iptraf { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user