1 { lib, stdenv, autoconf, automake, autoreconfHook, fetchurl, glib, gobject-introspection, gtk-doc, libtool, libxml2, libxslt, openssl, pkg-config, python27Packages, xmlsec, zlib }:
3 stdenv.mkDerivation rec {
9 url = "https://dev.entrouvert.org/lasso/lasso-${version}.tar.gz";
10 sha256 = "1pniisy4z9cshf6lvlz28kfa3qnwnhldb2rvkjxzc0l84g7dpa7q";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
15 buildInputs = [ autoconf automake glib gobject-introspection gtk-doc libtool libxml2 libxslt openssl python27Packages.six xmlsec zlib ];
18 ./configure --with-pkg-config=$PKG_CONFIG_PATH \
25 homepage = "https://lasso.entrouvert.org/";
26 description = "Liberty Alliance Single Sign-On library";
27 license = licenses.gpl2Plus;
28 platforms = platforms.linux;
29 maintainers = with maintainers; [ womfoo ];