guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] gnu: Add hidapi.


From: David Craven
Subject: Re: [PATCH 2/3] gnu: Add hidapi.
Date: Wed, 26 Oct 2016 14:55:53 +0200

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

[Prev in Thread] Current Thread [Next in Thread]