guix-patches
[Top][All Lists]
Advanced

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

[bug#48729] [PATCH v7 04/25] gnu: Add go-github-com-apparentlymart-go-op


From: Tobias Geerinckx-Rice
Subject: [bug#48729] [PATCH v7 04/25] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt.
Date: Sat, 03 Jul 2021 04:04:20 +0200

Raghav Gururajan via Guix-patches via 写道:
+             (lambda arguments
+               (for-each
+                (lambda (directory)
+                  (apply (assoc-ref %standard-phases 'build)
+ `(,@arguments #:import-path ,directory)))

Nice!

+                (list
+ "github.com/apparentlymart/go-openvpn-mgmt/demux" + "github.com/apparentlymart/go-openvpn-mgmt/openvpn"))))

…wow, this whole package is screaming for just a little more metaprogramming, isn't it. :-)

Just FYI, I think you could further abstract away the repitition if you feel like flexing your Scheme muscles.

But I understand if not, and I don't think this patch series should be greatly delayed on that account.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

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