diff options
Diffstat (limited to 'digilent-agent.scm')
-rw-r--r-- | digilent-agent.scm | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/digilent-agent.scm b/digilent-agent.scm index 9238350..b42c73d 100644 --- a/digilent-agent.scm +++ b/digilent-agent.scm @@ -13,9 +13,12 @@ (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/ekaitz-zarraga/digilent-agent.git") + ;; It's my own fork, not the Digilent official one + ;; because I removed tracking + (url "https://github.com/ekaitz-zarraga/digilent-agent") (commit commit-ref) (recursive? #t))) + (file-name (git-file-name name version)) (sha256 (base32 "1rm6iysdba9p2iqd1yig02dav4z0h3ppwcqy5chhd229ma4c7173")))) (build-system cmake-build-system) @@ -52,11 +55,11 @@ (("\\/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 - Digilent hardware.") - (home-page - "https://reference.digilentinc.com/reference/software/digilent-agent/start") - (description - "Digilent connector for Digilent devices such as OpenScope MZ.") - (license license:lgpl3)))) + (synopsis "Digilent connector for Digilent devices such as OpenScope + MZ") + (description "The Digilent Agent is a service that runs in the system + tray and enables browser based applications to communicate with + Digilent hardware.") + (home-page + "https://reference.digilentinc.com/reference/software/digilent-agent/start") + (license license:lgpl3)))) |