about summary refs log tree commit diff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index c1715fa..acb12f8 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -379,21 +379,6 @@ storage.")
                        (("\\./gn2/wqflask/static/gif/error")
                         (string-append (site-packages inputs outputs)
                                        "/gn2/wqflask/static/gif/error")))))
-                 (add-after 'unpack 'fix-paths-scripts
-                   (lambda _
-                     (substitute* "bin/genenetwork2"
-                       (("/usr/bin/env") (which "env"))
-                       (("python ") (string-append (which "python3") " "))
-                       (("readlink") (which "readlink"))
-                       (("dirname") (which "dirname"))
-                       (("basename") (which "basename"))
-                       (("cat") (which "cat"))
-                       (("echo") (which "echo"))
-                       (("redis-server") (which "redis-server"))
-                       (("git") (which "git"))
-                       (("grep") (which "grep"))
-                       (("rm") (which "rm"))
-                       (("which") (which "which")))))
                  (add-before 'install 'fix-paths
                    (lambda* (#:key inputs #:allow-other-keys)
                      (let* ((plink2cmd (string-append (assoc-ref inputs "plink-ng-gn") "/bin/plink2"))