diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-01 22:17:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-01 22:17:02 +0200 |
commit | c5dd10b24ca2d55a1e97b8379aa3c3ebd13d7d0a (patch) | |
tree | efad4b5d56e4b3eb5a7fc4f1dff8caa062ef5a59 /gnu.scm | |
parent | d064cba7bfc051aa32816d5c64c466a52eaf6360 (diff) | |
download | guix-c5dd10b24ca2d55a1e97b8379aa3c3ebd13d7d0a.tar guix-c5dd10b24ca2d55a1e97b8379aa3c3ebd13d7d0a.tar.gz |
gnu: Fix packages that were importing Guile modules from the host.
Those packages were importing (ice-9 match) & co. from the host Guile,
which could potentially lead to different derivations depending on the
Guile in use.
Uncovered by the warning emitted by 'gexp-modules'.
* gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules
from #:modules.
* gnu/packages/dns.scm (ddclient)[arguments]: Likewise.
* gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise.
* gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions