Hello Diego, Diego Nicola Barbato <dnbarb...@posteo.de> skribis:
> I would like to create a package for the ESC/P-R printer driver. The > recipe works on my machine (GuixSD on x86_64). Yet I am not sure about > the source URL as it appears to break as soon as a new version is made > available because the old link is not preserved. Should we get the > source from > http://http.debian.net/debian/pool/main/e/epson-inkjet-printer-escpr/ > instead, even though it is an older version? It would be ideal if you would find a mirror of the latest upstream source at debian.org or anywhere else. Then you can change your recipe to include several URLs: (origin ;; … (uri (list "…epson.net…" "…debian.org…"))) Does that make sense? When you’re ready I encourage you to follow <https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html> and send us the ‘git format-patch’-produced patch so we can incorporate it. Thank you, Ludo’.