mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
firecracker: use dontConfigure
This commit is contained in:
parent
5803b41b0c
commit
0a0f6ab848
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||
aarch64-linux = "0m7xs12g97z1ipzaf7dgknf3azlah0p6bdr9i454azvzg955238b";
|
||||
};
|
||||
|
||||
configurePhase = ":";
|
||||
dontConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
mv firecracker-* firecracker
|
||||
|
|
Loading…
Reference in a new issue