guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: guix: node-build-system: Do not symlink /bin.


From: guix-commits
Subject: branch master updated: guix: node-build-system: Do not symlink /bin.
Date: Mon, 24 Feb 2020 18:50:41 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c23b42d  guix: node-build-system: Do not symlink /bin.
c23b42d is described below

commit c23b42dd55e014a5a79032cc0ef85e775cb02e8b
Author: Julien Lepiller <address@hidden>
AuthorDate: Tue Feb 25 00:26:16 2020 +0100

    guix: node-build-system: Do not symlink /bin.
    
    * guix/build/node-build-system.scm (install): Do not add a symlink for
    /bin.
---
 guix/build/node-build-system.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/guix/build/node-build-system.scm b/guix/build/node-build-system.scm
index 3c0ac2a..7799f03 100644
--- a/guix/build/node-build-system.scm
+++ b/guix/build/node-build-system.scm
@@ -133,10 +133,7 @@ the @file{bin} directory."
                 (symlink (string-append target "/node_modules/" modulename "/"
                                        value)
                          (string-append binaries "/" key))))))
-         binary-configuration))
-      (else
-        (symlink (string-append target "/node_modules/" modulename "/bin")
-                binaries)))
+         binary-configuration)))
     (when dependencies
       (mkdir-p
         (string-append target "/node_modules/" modulename "/node_modules"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]