kerberos: move user binaries to default output

The intention of the previous change was to move krb5-config to .dev (it
gives the locations of headers), but it grabbed all of the user-facing
binaries too. This puts them back.
wip/yesman
Kai Wohlfahrt 6 years ago committed by Kai Wohlfahrt
parent d752677b1b
commit ade842f51a
  1. 1
      nixos/tests/kerberos/mit.nix
  2. 2
      pkgs/development/libraries/kerberos/krb5.nix

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

@ -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;

Loading…
Cancel
Save