I don't think we need this:

(arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'bootstrap
+                    (lambda _
+                      (system* "./bootstrap")
+                      #t)))))

> +    (native-inputs `(("autoconf" ,autoconf)
> +                     ("libtool" ,libtool)
> +                     ("automake" ,automake)
> +                     ("pkg-config" ,pkg-config)))

Is license is gpl3+

+    (license license:gpl3)))

Input list indentation.

Reply via email to