build-system/gnu: Add 'bootstrap' phase.
[jackhill/guix/guix.git] / guix / build / go-build-system.scm
index 3114067..7c833a6 100644 (file)
@@ -261,6 +261,7 @@ files in OUTPUTS."
 
 (define %standard-phases
   (modify-phases gnu:%standard-phases
+    (delete 'bootstrap)
     (delete 'configure)
     (delete 'patch-generated-file-shebangs)
     (replace 'unpack unpack)