From unknown Thu Jun 19 14:04:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44758 <44758@debbugs.gnu.org> To: bug#44758 <44758@debbugs.gnu.org> Subject: Status: doc: build system arguments #:modules and #:imported-modules are not documented Reply-To: bug#44758 <44758@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:04:03 +0000 retitle 44758 doc: build system arguments #:modules and #:imported-modules = are not documented reassign 44758 guix submitter 44758 Stefan severity 44758 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 20 03:46:02 2020 Received: (at submit) by debbugs.gnu.org; 20 Nov 2020 08:46:02 +0000 Received: from localhost ([127.0.0.1]:41941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kg23O-0002cV-1Y for submit@debbugs.gnu.org; Fri, 20 Nov 2020 03:46:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:39192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kg23N-0002cC-4a for submit@debbugs.gnu.org; Fri, 20 Nov 2020 03:46:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kg23M-0002jn-Sv for bug-guix@gnu.org; Fri, 20 Nov 2020 03:46:00 -0500 Received: from vsmx009.vodafonemail.xion.oxcs.net ([153.92.174.87]:53201) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kg23I-00075L-GX for bug-guix@gnu.org; Fri, 20 Nov 2020 03:46:00 -0500 Received: from vsmx001.vodafonemail.xion.oxcs.net (unknown [192.168.75.191]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTP id 148E3159D57F for ; Fri, 20 Nov 2020 08:45:50 +0000 (UTC) Received: from macbook-pro.kuh-wiese.my-router.de (unknown [90.186.146.93]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTPA id EA17E159DB5C for ; Fri, 20 Nov 2020 08:45:47 +0000 (UTC) From: Stefan Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: doc: build system arguments #:modules and #:imported-modules are not documented Message-Id: <0ACFB190-8CFA-40C0-A5B2-4C2646BA0D00@vodafonemail.de> Date: Fri, 20 Nov 2020 09:45:46 +0100 To: bug-guix@gnu.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-VADE-STATUS: LEGIT Received-SPF: pass client-ip=153.92.174.87; envelope-from=stefan-guix@vodafonemail.de; helo=vsmx009.vodafonemail.xion.oxcs.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi! The build system arguments #:modules and #:imported-modules are not = documented. They are at least evaluated by the gnu-build-system, probably by even = more build systems. I think the trivial-build-system only accepts a = #:modules argument. Further it seems important to also document %gnu-build-system-modules = (and maybe others?) and its use inside #:important-modules. The cookbook neither mentions one of these arguments. Bye Stefan=