gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions.

* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module)[source]:
Rewrite snippet as G-expression.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-26 07:52:54 +01:00
parent dfb93951e3
commit 549ef6a2bc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1402,12 +1402,12 @@ (define-public rtl8812au-aircrack-ng-linux-module
(base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9")) (base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin #~(begin
;; Remove bundled tarballs, APKs, word lists, speadsheets, ;; Remove bundled tarballs, APKs, word lists, speadsheets,
;; and other unnecessary unlicenced things. ;; and other unnecessary unlicenced things.
(for-each delete-file-recursively (list "android" (for-each delete-file-recursively (list "android"
"docs" "docs"
"tools")))))) "tools"))))))
(supported-systems '("x86_64-linux" "i686-linux")) (supported-systems '("x86_64-linux" "i686-linux"))
(home-page "https://github.com/aircrack-ng/rtl8812au") (home-page "https://github.com/aircrack-ng/rtl8812au")
(synopsis "Linux driver for Realtek USB wireless network adapters") (synopsis "Linux driver for Realtek USB wireless network adapters")