Re: [PATCH 1/4] gnu: talloc: Update to 2.1.5.

2015-12-17 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/samba.scm (talloc): Update to 2.1.5. > [arguments]: Use 'modify-phases' syntax. It uses ‘modify-phases’ and also modifies stuff in ‘wscript’, which should be mentioned here. It would be ideal if you could make one patch that switches to ‘modify-phases’, and the nex

[PATCH 1/4] gnu: talloc: Update to 2.1.5.

2015-12-14 Thread 宋文武
* gnu/packages/samba.scm (talloc): Update to 2.1.5. [arguments]: Use 'modify-phases' syntax. --- gnu/packages/samba.scm | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 484eafb..e5f81a4 100644 --