mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
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:
parent
dfb93951e3
commit
549ef6a2bc
1 changed files with 6 additions and 6 deletions
|
@ -1402,7 +1402,7 @@ (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"
|
||||||
|
|
Loading…
Reference in a new issue