Re: [PATCH 1/6] gnu: Add fatfsck-static.

2016-11-06 Thread Ludovic Courtès
Marius Bakke skribis: > * gnu/packages/disk.scm (dosfstools/static): New private variable. > (fatfsck/static): New variable. You could add “#:allowed-references ()” in ‘fatfsck/static’ to make sure it doesn’t retain references to anything else. > +(description "This package provides a stati

Re: [PATCH 1/6] gnu: Add fatfsck-static.

2016-11-05 Thread Marius Bakke
Hartmut Goebel writes: > Am 05.11.2016 um 13:55 schrieb Marius Bakke: >> +(define-public fatfsck/static >> + (package >> +(name "fatfsck-static") > > What is the reason for using a different name in "define"? I mostly followed the convention of the e2fsck package. I've seen this convention

Re: [PATCH 1/6] gnu: Add fatfsck-static.

2016-11-05 Thread Hartmut Goebel
Am 05.11.2016 um 13:55 schrieb Marius Bakke: > +(define-public fatfsck/static > + (package > +(name "fatfsck-static") What is the reason for using a different name in "define"? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-co

[PATCH 1/6] gnu: Add fatfsck-static.

2016-11-05 Thread Marius Bakke
* gnu/packages/disk.scm (dosfstools/static): New private variable. (fatfsck/static): New variable. --- gnu/packages/disk.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index db050d6..477c25a 100644 --- a/g