···
···
···
stdenv.mkDerivation (finalAttrs: {
tag = finalAttrs.version;
70
-
hash = "sha256-29KTvwm9ei1Z7yTSYmzcZtZMVvZpFWIlcLMlvRyWp/w=";
72
+
hash = "sha256-JN4GVx5rBfNBLaMpLcKgyd+CyNDafz85BXUcfg5kDXQ=";
···
98
+
--with-initscript=systemd
--with-xml-catalog-path=''${SGML_CATALOG_FILES%%:*}
···
# Disable parallel install due to missing depends:
# libtool: error: error: relink '_py3sss.la' with the above command before installing i
enableParallelInstalling = false;
···
···
···
rm -f "$out"/modules/ldb/memberof.la
find "$out" -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \;
for f in $out/bin/sss{ctl,_cache,_debuglevel,_override,_seed}; do
wrapProgram $f --prefix LDB_MODULES_PATH : $out/modules/ldb
204
+
nativeInstallCheckInputs = [
207
+
versionCheckProgramArg = "--version";
208
+
doInstallCheck = true;
inherit (nixosTests) sssd sssd-ldap;
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
200
-
version = testers.testVersion {
201
-
package = finalAttrs.finalPackage;
202
-
command = "sssd --version";
updateScript = nix-update-script { };
description = "System Security Services Daemon";
homepage = "https://sssd.io/";
changelog = "https://sssd.io/release-notes/sssd-${finalAttrs.version}.html";
212
-
license = licenses.gpl3Plus;
213
-
platforms = platforms.linux;
214
-
maintainers = with maintainers; [ illustris ];
222
+
license = lib.licenses.gpl3Plus;
223
+
platforms = lib.platforms.linux;
224
+
maintainers = with lib.maintainers; [