gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 28 Mar 2020 19:55:03 +0000 (20:55 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 28 Mar 2020 19:55:03 +0000 (20:55 +0100)
commit313bf502b52cf16e8934493e41e547c7dbdd31e0
tree59ba7b48c71297524612c6434a8be27ad9ca2caa
parentaebcbb27bc2f192cc06163251bab66a4ceb7b7d6
gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC.

This fixes a regression introduced by 56c833ea287f8f6d3c72f8bddc314960c0164d64
and 25bc0f34c6c059394f546f29a203c2cb9b7cdcf6 where #:modules became ineffective.

* gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Prepend the
required modules to those inherited from GCC-5.  While at it, do not splice in
the inherited arguments.
gnu/packages/make-bootstrap.scm