firecracker: use dontConfigure
This commit is contained in:
parent
5803b41b0c
commit
0a0f6ab848
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||||
aarch64-linux = "0m7xs12g97z1ipzaf7dgknf3azlah0p6bdr9i454azvzg955238b";
|
aarch64-linux = "0m7xs12g97z1ipzaf7dgknf3azlah0p6bdr9i454azvzg955238b";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ":";
|
dontConfigure = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
mv firecracker-* firecracker
|
mv firecracker-* firecracker
|
||||||
|
|
Loading…
Reference in a new issue