iksemel: init at 1.4

This commit is contained in:
Samuel Leathers 2018-07-04 00:17:30 -04:00
parent ab66731c84
commit e3f1ac9009
No known key found for this signature in database
GPG Key ID: 9BCE91C969768E0F
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ stdenv, autoreconfHook, libtool, pkgconfig, gnutls, fetchFromGitHub, texinfo }:
stdenv.mkDerivation rec {
name = "iksemel-${version}";
version = "1.4.2";
src = fetchFromGitHub {
owner = "timothytylee";
repo = "iksemel-1.4";
rev = "v${version}";
sha256 = "1xv302p344hnpxqcgs3z6wwxhrik39ckgfw5cjyrw0dkf316z9yh";
};
nativeBuildInputs = [ pkgconfig autoreconfHook libtool texinfo ];
buildInputs = [ gnutls ];
meta = with stdenv.lib; {
description = "XML parser for jabber";
homepage = https://github.com/timothytylee/iksemel-1.4;
license = licenses.gpl2;
maintainers = with maintainers; [ disassembler ];
platforms = platforms.linux;
};
}

View File

@ -16606,6 +16606,8 @@ with pkgs;
inherit (perlPackages.override { pkgs = pkgs // { imagemagick = imagemagickBig;}; }) PerlMagick;
};
iksemel = callPackage ../development/libraries/iksemel { };
imagej = callPackage ../applications/graphics/imagej { };
imagemagick_light = imagemagick.override {