(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
* Makefile.am (MODULES): Add guix/import/nuget.scm.
Change-Id: I4a96f81c1ecd34a82e015889868bb0559259165f
---
Not sure why this was not done right away. Solves the following notice when
working with the Guix repository:
;;; note: source file /home/user/src/guix-wt/patch-1/guix/import/nuget.scm
;;; newer than compiled /gnu/store/4p3ha4sx4rf209ayv0x276yawj33grsl-profile/lib/guile/3.0/site-ccache/guix/import/nuget.go
Makefile.am | 1 +
1 file changed, 1 insertion(+)
Toggle diff (12 lines)
diff --git a/Makefile.am b/Makefile.am
index 0c3c233e60..e5f7dfefe1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -310,6 +310,7 @@ MODULES = \
guix/import/kde.scm \
guix/import/launchpad.scm \
guix/import/minetest.scm \
+ guix/import/nuget.scm \
guix/import/npm-binary.scm \
guix/import/opam.scm \
guix/import/print.scm \
--
2.49.0