mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #130733 from SuperSandro2000/SuperSandro2000-patch-4
firecracker: use dontConfigure
This commit is contained in:
commit
65e6c4c756
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
aarch64-linux = "0m7xs12g97z1ipzaf7dgknf3azlah0p6bdr9i454azvzg955238b";
|
||||
};
|
||||
|
||||
configurePhase = ":";
|
||||
dontConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
mv firecracker-* firecracker
|
||||
|
Loading…
Reference in New Issue
Block a user