Tomas Volf <~@wolfsden.cz> writes: > * 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: I have a pr working on improving the nuget importer and fixing this issue. Later, I focused on other problems. However, thanks for the fix. pushed, closed. > > ;;; 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(+) > > 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 \