From d5e34413a1779a451d3286d7e1c124fddc20e36e Mon Sep 17 00:00:00 2001
From: Óscar Nájera <hi@oscarnajera.com>
Date: Wed, 25 May 2022 10:33:52 +0200
Subject: cardano wallet dependencies

---
 config/shepherd/init.d/cardano.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'config/shepherd')

diff --git a/config/shepherd/init.d/cardano.scm b/config/shepherd/init.d/cardano.scm
index b626cfc..4f671ec 100644
--- a/config/shepherd/init.d/cardano.scm
+++ b/config/shepherd/init.d/cardano.scm
@@ -25,7 +25,8 @@
    #:docstring "Cardano Testnet wallet"
    #:provides '(testnet-wallet)
    #:start (make-forkexec-constructor
-            (list (string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+            (list "cardano-wallet"
+             ;;(string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
                   "serve"
                   "+RTS" "-T" "-RTS"
                   "--port" "8091"
@@ -58,7 +59,8 @@
    #:docstring "Mainnet wallet"
    #:provides '(mainnet-wallet)
    #:start (make-forkexec-constructor
-            (list (string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+            (list ;;(string-append (getenv "HOME") "/.cabal/bin/cardano-wallet")
+             "cardano-wallet"
                   "serve"
                   "+RTS" "-T" "-RTS"
                   "--node-socket" "/tmp/alinamn.socket"
-- 
cgit v1.2.3