coreboot-toolchain: Disable fetching of submodules
Submodules are not needed. Thus, disable fetching of the submodules. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
063dd31419
commit
4e75ca5bae
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
url = "https://review.coreboot.org/coreboot";
|
||||
rev = version;
|
||||
sha256 = "00xr74yc0kj9rrqa1a8b7bih865qlp9i4zs67ysavkfrjrwwssxm";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bison curl git perl ];
|
||||
|
|
Loading…
Reference in a new issue