bug#69667: build of sway-1.9-checkout.drv failed

2024-03-17 Thread Isaac van Bakel
grimshot was removed from the sway repo[0] and moved to a standalone 
user-contributions repo[1]. This build failure is visible in CI. It is 
possible to use grimshot from the new repository, if you delete the 
'chdir phase.


wlgreet seems to have a known issue with sway 1.9[2] that causes the 
startup failure, though this should go in a separate issue, since it's 
unrelated to the checkout error which is linked to grimshot.


 0: https://github.com/swaywm/sway/issues/7405
 1: https://github.com/OctopusET/sway-contrib
 2: 
https://git.sr.ht/~kennylevinsen/wlgreet/commit/7e79d6004fc5e765a5c3ece6d377f8c5999d9dfa







bug#64783: Build of texlive-font-maps fails

2023-07-25 Thread Isaac van Bakel

I had the same issue, with a pretty minimal manifest:


(use-modules (gnu packages))
(use-package-modules tex)

(packages->manifest (list texlive texlive-amsmath texlive-txfonts))


Based on the suggestion that the missing files are propagated by 
texlive-bin, I added that to the manifest and found that the build 
succeeded. So is the issue that texlive is not propagating 
texlive-scripts correctly?


Best,

Isaac van Bakel