Re: guix refresh --update Removes Needed Dependencies

2024-02-10 Thread Ricardo Wurmus
"jgart" writes: > Hi Guixers, > > `guix refresh --update` removes Tex Dependencies that are needed. This makes > it more tedious to update packages :( “guix refresh” considers the importers’ output to be authoritative. Can the Python importer be improved to discover the need for TeX things?

Re: guix refresh --update Removes Needed Dependencies

2023-11-22 Thread Efraim Flashner
On Wed, Nov 22, 2023 at 10:45:48PM +0100, Ludovic Courtès wrote: > Hi jgart, > > "jgart" skribis: > > > ./pre-inst-env guix refresh --update python-sphinx > > [...] > > > - ;; The Sphinx LaTeX library '\RequirePackage' or \\usepackage > > - ;; these: > > - texlive

Re: guix refresh --update Removes Needed Dependencies

2023-11-22 Thread Ludovic Courtès
Hi jgart, "jgart" skribis: > ./pre-inst-env guix refresh --update python-sphinx [...] > - ;; The Sphinx LaTeX library '\RequirePackage' or \\usepackage > - ;; these: > - texlive-amsfonts ;amsmath, amssymb, amstext > - texlive-amsmath > -

Re: guix refresh --update Removes Needed Dependencies

2023-11-22 Thread Csepp
"jgart" writes: > Hi Guixers, > > `guix refresh --update` removes Tex Dependencies that are needed. This makes > it more tedious to update packages :( > > See the diff below which was the result of running: > > ./pre-inst-env guix refresh --update python-sphinx > > Diff: > > [jgart@fedora guix

guix refresh --update Removes Needed Dependencies

2023-11-17 Thread jgart
Hi Guixers, `guix refresh --update` removes Tex Dependencies that are needed. This makes it more tedious to update packages :( See the diff below which was the result of running: ./pre-inst-env guix refresh --update python-sphinx Diff: [jgart@fedora guix] [env]$ git diff diff --git a/gnu/pack