me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module)[source]:
Rewrite snippet as G-expression.
master
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
1 changed files with 6 additions and 6 deletions

View File

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