Skip to content

Commit 82c5a2b

Browse files
committed
sssd: disable parallel installs
Without the change parallel install fails as: install flags: -j16 ... libbtool: error: error: relink '_py3sss.la' with the above command before installing it libtool: warning: '/build/source/libsss_cert.la' has not been installed in '/nix/store/apyk9a6q7bc7d1fnn81vqrwil4waw9cd-sssd-2.8.2/lib/sssd' make[3]: *** [Makefile:13362: install-py3execLTLIBRARIES] Error 1
1 parent 0026b4a commit 82c5a2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/os-specific/linux/sssd/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ stdenv.mkDerivation rec {
5454
'';
5555

5656
enableParallelBuilding = true;
57+
# Disable parallel install due to missing depends:
58+
# libtool: error: error: relink '_py3sss.la' with the above command before installing i
59+
enableParallelInstalling = false;
5760
nativeBuildInputs = [ autoreconfHook makeWrapper pkg-config doxygen ];
5861
buildInputs = [ augeas dnsutils c-ares curl cyrus_sasl ding-libs libnl libunistring nss
5962
samba nfs-utils p11-kit python3 popt

0 commit comments

Comments
 (0)