* [PATCH] Suggest `guix.scm' for upstream maintainers.
@ 2016-03-09 21:20 Jan Nieuwenhuizen
2016-03-10 16:03 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Jan Nieuwenhuizen @ 2016-03-09 21:20 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Hi,
In reference to ponderings on #guix, find minor doc patch attached.
Greetings,
Jan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Suggest-guix.scm-for-upstream-maintainers.patch --]
[-- Type: text/x-diff, Size: 929 bytes --]
From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Wed, 9 Mar 2016 22:18:48 +0100
Subject: [PATCH] Suggest `guix.scm' for upstream maintainers.
* doc/guix.texi (Invoking guix package): Suggest `guix.scm'.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 06b40fa..f23c7fc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1350,7 +1350,7 @@ As an example, @var{file} might contain a definition like this
@verbatiminclude package-hello.scm
@end example
-Developers may find it useful to include such a @file{package.scm} file
+Developers may find it useful to include such a @file{guix.scm} file
in the root of their project source tree that can be used to test
development snapshots and create reproducible development environments
(@pxref{Invoking guix environment}).
--
2.6.3
[-- Attachment #3: Type: text/plain, Size: 154 bytes --]
--
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Suggest `guix.scm' for upstream maintainers.
2016-03-09 21:20 [PATCH] Suggest `guix.scm' for upstream maintainers Jan Nieuwenhuizen
@ 2016-03-10 16:03 ` Ludovic Courtès
2016-03-10 17:40 ` Thompson, David
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2016-03-10 16:03 UTC (permalink / raw)
To: Jan Nieuwenhuizen; +Cc: guix-devel
Jan Nieuwenhuizen <janneke@gnu.org> skribis:
> From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001
> From: Jan Nieuwenhuizen <janneke@gnu.org>
> Date: Wed, 9 Mar 2016 22:18:48 +0100
> Subject: [PATCH] Suggest `guix.scm' for upstream maintainers.
>
> * doc/guix.texi (Invoking guix package): Suggest `guix.scm'.
> ---
> doc/guix.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 06b40fa..f23c7fc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -1350,7 +1350,7 @@ As an example, @var{file} might contain a definition like this
> @verbatiminclude package-hello.scm
> @end example
>
> -Developers may find it useful to include such a @file{package.scm} file
> +Developers may find it useful to include such a @file{guix.scm} file
Fine with me, but what’s the rationale? I think we need Dave’s approval
on this crucial part. :-)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Suggest `guix.scm' for upstream maintainers.
2016-03-10 16:03 ` Ludovic Courtès
@ 2016-03-10 17:40 ` Thompson, David
2016-03-11 14:21 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Thompson, David @ 2016-03-10 17:40 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
On Thu, Mar 10, 2016 at 11:03 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Jan Nieuwenhuizen <janneke@gnu.org> skribis:
>
>> From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001
>> From: Jan Nieuwenhuizen <janneke@gnu.org>
>> Date: Wed, 9 Mar 2016 22:18:48 +0100
>> Subject: [PATCH] Suggest `guix.scm' for upstream maintainers.
>>
>> * doc/guix.texi (Invoking guix package): Suggest `guix.scm'.
>> ---
>> doc/guix.texi | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/doc/guix.texi b/doc/guix.texi
>> index 06b40fa..f23c7fc 100644
>> --- a/doc/guix.texi
>> +++ b/doc/guix.texi
>> @@ -1350,7 +1350,7 @@ As an example, @var{file} might contain a definition like this
>> @verbatiminclude package-hello.scm
>> @end example
>>
>> -Developers may find it useful to include such a @file{package.scm} file
>> +Developers may find it useful to include such a @file{guix.scm} file
>
> Fine with me, but what’s the rationale? I think we need Dave’s approval
> on this crucial part. :-)
I approve!
For background, I used to use 'package.scm' files, but jao from the
Geiser project suggested 'guix.scm' for better clarity considering
that there are other Scheme-only packaging systems out there and it
might be confusing. I thought it was a fine idea so I've switched to
using 'guix.scm' everywhere. I think it's a good convention to
recommend.
- Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Suggest `guix.scm' for upstream maintainers.
2016-03-10 17:40 ` Thompson, David
@ 2016-03-11 14:21 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-03-11 14:21 UTC (permalink / raw)
To: Thompson, David; +Cc: guix-devel
"Thompson, David" <dthompson2@worcester.edu> skribis:
> On Thu, Mar 10, 2016 at 11:03 AM, Ludovic Courtès <ludo@gnu.org> wrote:
>> Jan Nieuwenhuizen <janneke@gnu.org> skribis:
>>
>>> From fc6dd2108dae76e09e1bfcd6d04c36943469434f Mon Sep 17 00:00:00 2001
>>> From: Jan Nieuwenhuizen <janneke@gnu.org>
>>> Date: Wed, 9 Mar 2016 22:18:48 +0100
>>> Subject: [PATCH] Suggest `guix.scm' for upstream maintainers.
>>>
>>> * doc/guix.texi (Invoking guix package): Suggest `guix.scm'.
>>> ---
>>> doc/guix.texi | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/doc/guix.texi b/doc/guix.texi
>>> index 06b40fa..f23c7fc 100644
>>> --- a/doc/guix.texi
>>> +++ b/doc/guix.texi
>>> @@ -1350,7 +1350,7 @@ As an example, @var{file} might contain a definition like this
>>> @verbatiminclude package-hello.scm
>>> @end example
>>>
>>> -Developers may find it useful to include such a @file{package.scm} file
>>> +Developers may find it useful to include such a @file{guix.scm} file
>>
>> Fine with me, but what’s the rationale? I think we need Dave’s approval
>> on this crucial part. :-)
>
> I approve!
>
> For background, I used to use 'package.scm' files, but jao from the
> Geiser project suggested 'guix.scm' for better clarity considering
> that there are other Scheme-only packaging systems out there and it
> might be confusing. I thought it was a fine idea so I've switched to
> using 'guix.scm' everywhere. I think it's a good convention to
> recommend.
Makes sense to me. I’ve applied the patch, thank you!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-11 14:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 21:20 [PATCH] Suggest `guix.scm' for upstream maintainers Jan Nieuwenhuizen
2016-03-10 16:03 ` Ludovic Courtès
2016-03-10 17:40 ` Thompson, David
2016-03-11 14:21 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).