From 1ffeebab4743263053d15c473395379d51f7b0b0 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Fri, 27 Jan 2023 18:08:16 +0800 Subject: nongnu: rtl8821ce-linux-module: Remove duplicated definition. * nongnu/packages/linux.scm (rtl8821ce-linux-module): Remove duplicated definition. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/linux.scm | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 9f7b788..011818f 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -951,44 +951,3 @@ audio DSPs that can be found on the Intel Skylake architecture. This firmware can be built from source but need to be signed by Intel in order to be loaded by Linux.") (license bsd-3))) - -(define-public rtl8821ce-linux-module - (let ((commit "50c1b120b06a3b0805e23ca9a4dbd274d74bb305") - (revision "8")) - (package - (name "rtl8821ce-linux-module") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/tomaspinho/rtl8821ce") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "09dsmbsrpnbpbq4kigq324s8xb567pdjyb5h07kg6xcbcb5npkpz")))) - (build-system linux-module-build-system) - (arguments - (list #:make-flags - #~(list (string-append "CC=" #$(cc-for-target)) - (string-append "KSRC=" - (assoc-ref %build-inputs - "linux-module-builder") - "/lib/modules/build")) - #:phases - #~(modify-phases %standard-phases - (replace 'build - (lambda* (#:key (make-flags '()) (parallel-build? #t) - #:allow-other-keys) - (apply invoke "make" - `(,@(if parallel-build? - `("-j" ,(number->string (parallel-job-count))) - '()) - ,@make-flags))))) - #:tests? #f)) ; no test suite - (home-page "https://github.com/tomaspinho/rtl8821ce") - (synopsis "Linux driver for Realtek RTL8821CE wireless network adapters") - (description "This is Realtek's RTL8821CE Linux driver for wireless -network adapters.") - (license gpl2)))) -- cgit v1.2.3