bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56030: The guix pull profile is too big


From: (
Subject: bug#56030: The guix pull profile is too big
Date: Thu, 21 Jul 2022 16:11:56 +0100

And considering the definition of system(3) in glibc:

@ sysdeps/posix/system.c (took me way too long to find this; glibc's
source code is a maze ;))
```
#define SHELL_PATH      "/bin/sh"       /* Path of the shell.  */
#define SHELL_NAME      "sh"            /* Name to give it.  */
```

couldn't we just use `-DSHELL_PATH=/gnu/store/...`?

    -- (





reply via email to

[Prev in Thread] Current Thread [Next in Thread]