kerberos: explicitly install krb5Full.dev for tests

This contains all of the user binaries as of 13e6a5c.
This commit is contained in:
Kai Wohlfahrt 2018-02-26 15:43:37 +00:00 committed by Kai Wohlfahrt
parent f5b4918de4
commit d752677b1b

View file

@ -21,6 +21,7 @@ import ../make-test.nix ({pkgs, ...}: {
};
};
users.extraUsers.alice = { isNormalUser = true; };
environment.systemPackages = [ pkgs.krb5Full.dev ];
};
testScript = ''