GNU bug report logs - #26784
Add linuxdcpp

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Fri, 5 May 2017 14:51:01 UTC

Severity: normal

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 26784 <at> debbugs.gnu.org
Subject: bug#26784: Add linuxdcpp
Date: Fri, 05 May 2017 17:58:03 +0200
Hi Arun,

Arun Isaac <arunisaac <at> systemreboot.net> skribis:

> Please find attached a patch adding linuxdcpp to Guix.
>
> From b3f3bd48c0d8216c1c9276c07a0c5b3117b2f3d2 Mon Sep 17 00:00:00 2001
> From: Arun Isaac <arunisaac <at> systemreboot.net>
> Date: Fri, 5 May 2017 19:40:31 +0530
> Subject: [PATCH] gnu: Add linuxdcpp.
>
> * gnu/packages/direct-connect.scm (linuxdcpp): New variable.

[...]

> +         (replace 'build
> +           (lambda* (#:key inputs outputs #:allow-other-keys)
> +             (let ((out (assoc-ref outputs "out")))
> +               (mkdir-p out)
> +               (zero? (system* "scons" (string-append "PREFIX=" out))))))

If it makes sense you could add:

  "-j" (number->string (parallel-job-count))

Otherwise LGTM.

Thanks!

Ludo’.




This bug report was last modified 8 years and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.