6 , gobject-introspection
18 stdenv.mkDerivation rec {
23 url = "https://dev.entrouvert.org/lasso/lasso-${version}.tar.gz";
24 hash = "sha256-ahgxv9v49CTHUIq6R7BF1RNB7A/ekSLziwuGsJbvUz4=";
28 # Fix build with xmlsec 1.3.0
30 url = "https://git.entrouvert.org/entrouvert/lasso/commit/ffaddeb015a61db3e52c391de00430107a23e2f1.patch";
31 hash = "sha256-D2npxpIuR/KrNYiKO3KXCvHEb/XVXUKIP0HQUd+w56k=";
55 ./configure --with-pkg-config=$PKG_CONFIG_PATH \
61 homepage = "https://lasso.entrouvert.org/";
62 description = "Liberty Alliance Single Sign-On library";
63 changelog = "https://git.entrouvert.org/entrouvert/lasso/raw/tag/v${version}/ChangeLog";
64 license = licenses.gpl2Plus;
65 platforms = platforms.linux;
66 maintainers = with maintainers; [ womfoo ];