summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-11-11 19:42:56 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-11-11 19:42:56 +0100
commit11e09fdb7ef327e4b644c2af253b76113f36f451 (patch)
treeca7c57b04f5d81190a7200b3fe023525d74855ae
parentecfa271e9a3c0b88481f4590e1f0ccacaada3aa1 (diff)
Correct some packages
-rw-r--r--digilent-agent.scm21
-rw-r--r--tuxedo-keyboard.scm14
2 files changed, 19 insertions, 16 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))))
diff --git a/tuxedo-keyboard.scm b/tuxedo-keyboard.scm
index 6fd54cf..c42f476 100644
--- a/tuxedo-keyboard.scm
+++ b/tuxedo-keyboard.scm
@@ -13,20 +13,20 @@
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/tuxedocomputers/tuxedo-keyboard.git")
+ (url "https://github.com/tuxedocomputers/tuxedo-keyboard")
(commit commit-ref)))
+ (file-name (git-file-name name version))
(sha256
(base32 "104i050ymrj0h0p52q52mn496gchq2k1gnnvxcqffrb69gzsa153"))))
(arguments
- `(#:tests? #f ; Has no tests
- ))
+ ;; Has no tests
+ `(#:tests? #f))
(native-inputs
`(("linux-headers" ,linux-libre-headers)))
(build-system linux-module-build-system)
- (home-page "http://tuxedocomputers.com")
- (synopsis "TUXEDO Computers Kernel Module for keyboard backlighting.")
- (description
- "Additions:
+ (home-page "http://www.tuxedocomputers.com")
+ (synopsis "TUXEDO Computers Kernel Module for keyboard backlighting")
+ (description "Additions:
@itemize
@item Sysfs interface to control the brightness, mode, color, on/off state
@item DKMS Ready