From 11e09fdb7ef327e4b644c2af253b76113f36f451 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 11 Nov 2020 19:42:56 +0100 Subject: Correct some packages --- digilent-agent.scm | 21 ++++++++++++--------- tuxedo-keyboard.scm | 14 +++++++------- 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 -- cgit v1.2.3