shibboleth-sp: minor fixes
This commit is contained in:
parent
5d5c1ac8e5
commit
7c2419df76
@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj";
|
sha256 = "1b5r4nd098lnjwr2g13f04ycqv5fvbrhpwg6fsdk8xy9cigvfzxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needs pkgconfig to find systemd
|
|
||||||
buildInputs = [ boost fcgi openssl opensaml-cpp log4shib pkgconfig xercesc xml-security-c xml-tooling-c ];
|
buildInputs = [ boost fcgi openssl opensaml-cpp log4shib pkgconfig xercesc xml-security-c xml-tooling-c ];
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
@ -21,9 +20,12 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-fastcgi"
|
"--with-fastcgi"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
enableParallelBuilding = true;
|
||||||
home = https://shibboleth.net/products/service-provider.html;
|
|
||||||
description = "Enables SSO and Federation web applications written with any programming language or framework";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://shibboleth.net/products/service-provider.html";
|
||||||
|
description = "Enables SSO and Federation web applications written with any programming language or framework";
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.asl20;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user