Merge pull request #31832 from kwohlfahrt/kerberos

kerberos_server: allow choosing MIT or Heimdal
This commit is contained in:
Jörg Thalheim
2018-12-11 17:38:18 +00:00
committed by GitHub
10 changed files with 322 additions and 66 deletions

View File

@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
# not via outputBin, due to reference from libkrb5.so
postInstall = ''
moveToOutput bin "$dev"
moveToOutput bin/krb5-config "$dev"
'';
enableParallelBuilding = true;