···52 substituteInPlace Makefile.in --replace '$(INSTALL) -m 4711' '$(INSTALL) -m 0711'
53 '';
54055 nativeBuildInputs = [ pkg-config ]
56 # This is not the same as the libkrb5 from the inputs! pkgs.libkrb5 is
57 # needed here to access krb5-config in order to cross compile. See:
···9697 doCheck = true;
98 enableParallelChecking = false;
99- nativeCheckInputs = lib.optional (!stdenv.isDarwin) hostname;
100 preCheck = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) ''
101 # construct a dummy HOME
102 export HOME=$(realpath ../dummy-home)
···52 substituteInPlace Makefile.in --replace '$(INSTALL) -m 4711' '$(INSTALL) -m 0711'
53 '';
5455+ strictDeps = true;
56 nativeBuildInputs = [ pkg-config ]
57 # This is not the same as the libkrb5 from the inputs! pkgs.libkrb5 is
58 # needed here to access krb5-config in order to cross compile. See:
···9798 doCheck = true;
99 enableParallelChecking = false;
100+ nativeCheckInputs = [ openssl ] ++ lib.optional (!stdenv.isDarwin) hostname;
101 preCheck = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) ''
102 # construct a dummy HOME
103 export HOME=$(realpath ../dummy-home)