5 , gobject-introspection
17 stdenv.mkDerivation rec {
22 url = "https://dev.entrouvert.org/lasso/lasso-${version}.tar.gz";
23 hash = "sha256-ahgxv9v49CTHUIq6R7BF1RNB7A/ekSLziwuGsJbvUz4=";
46 ./configure --with-pkg-config=$PKG_CONFIG_PATH \
52 homepage = "https://lasso.entrouvert.org/";
53 description = "Liberty Alliance Single Sign-On library";
54 changelog = "https://git.entrouvert.org/entrouvert/lasso/raw/tag/v${version}/ChangeLog";
55 license = licenses.gpl2Plus;
56 platforms = platforms.linux;
57 maintainers = with maintainers; [ womfoo ];