GNU bug report logs - #45706
vscodium

Previous Next

Package: guix;

Reported by: "Hamzeh Nasajpour" <h.nasajpour <at> pantherx.org>

Date: Wed, 6 Jan 2021 20:50:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Hamzeh Nasajpour <h.nasajpour <at> pantherx.org>
Cc: 45706 <at> debbugs.gnu.org
Subject: bug#45706: vscodium
Date: Thu, 07 Jan 2021 00:03:16 +0100
Hi,

Leo already commented on the important stuff, so let me just comment on
the less important things:

Hamzeh Nasajpour <h.nasajpour <at> pantherx.org> writes:

>                      (invoke "mkdir" "-p" lib-dir)
>                      (invoke "mkdir" "-p" bin-dir)
[…]
>                      (invoke "ln" "-s" (string-append lib-dir "/bin/codium") bin-dir)
[…]
> ;                     (invoke "cp" "usr/share/codium/resources/app/resources/linux/code.png" (string-append %output "/share/pixmaps/code.png"))
[…]
>                      (invoke "cat" (string-append bin-dir "/codium"))

Try to resist the temptation to spawn new processes for everything.  All
of these things can be done with just Guile.

-- 
Ricardo




This bug report was last modified 3 years and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.