3
0
Fork 0
forked from mirrors/nixpkgs

krb5: preConfigure -> sourceRoot

This commit is contained in:
ajs124 2022-07-07 17:25:27 +02:00
parent cfebc8fc64
commit 2b7224c8e0

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
++ optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.libc != "bionic" && !(stdenv.hostPlatform.useLLVM or false)) [ keyutils ]
++ optionals (!libOnly) [ openldap libedit ];
preConfigure = "cd ./src";
sourceRoot = "krb5-${version}/src";
buildPhase = optionalString libOnly ''
MAKE="make -j $NIX_BUILD_CORES -l $NIX_BUILD_CORES"