From f8864fb647d29d4bb4621dacaae9d58d68eb3a5e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 17 Mar 2020 12:13:30 +0100 Subject: Correct digilent agent 100% --- digilent-agent.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'digilent-agent.scm') diff --git a/digilent-agent.scm b/digilent-agent.scm index eb80f3c..103c0ab 100644 --- a/digilent-agent.scm +++ b/digilent-agent.scm @@ -6,18 +6,18 @@ #:use-module (gnu packages qt)) (define-public digilent-agent - (let ((commit-ref "21cb099312b90dda92acb6dfd4b00ad922d90206")) + (let ((commit-ref "0d0e8c791dda4d6c913f4ec4297f4401af1bbb25")) (package (name "digilent-agent") (version "v1.0.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Digilent/digilent-agent.git") + (url "https://github.com/ekaitz-zarraga/digilent-agent.git") (commit commit-ref) (recursive? #t))) (sha256 - (base32 "1xw0zn8b9zmxicq9ks1v9wsq1qrl0vqw1x1llf2iavamw7q8s3y6")))) + (base32 "0chrmjbp4h4wvqb1nrg9n0sxfy0bn8hcc3lqh480jzxcjxr5zvpx")))) (build-system cmake-build-system) (native-inputs `(("qtserialport" ,qtserialport) @@ -48,6 +48,9 @@ (string-append out "/bin")) (("\\/usr\\/share") (string-append out "/share"))) + (substitute* "src/main.cpp" + (("\\/usr\\/share") + (string-append out "/share"))) (invoke "qmake"))))))) (synopsis "The Digilent Agent is a service that runs in the system tray and enables browser based applications to communicate with -- cgit v1.2.3