Sree Harsha Totakura skribis:
> +(license license:gpl2)))
I also changed this to gpl2+ because COPYING is the GPLv2 text, and
since the source file doesn’t mention anything, it falls under the
“GPL v2-or-later, at the user’s option.”
Ludo’.
Sree Harsha Totakura skribis:
> * gnu/packages/ssh.scm (corkscrew): New variable.
Applied, with (which "bash") as Cyril suggested.
Thanks!
Ludo’.
Hello,
On 01/25/2014 01:51 AM, Sree Harsha Totakura wrote:
+ (bash (string-append
+(assoc-ref inputs "bash") "/bin/bash"))
You could use '(which "bash")' here.
Regards,
Cyril.
* gnu/packages/ssh.scm (corkscrew): New variable.
---
gnu/packages/ssh.scm | 45 +
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 5d21eee..0a92138 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ss