guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 14/20: gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions.
Date: Wed, 19 Jan 2022 13:14:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 549ef6a2bc3191773c2ec5633b546aa43ceebc80
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 26 07:52:54 2021 +0100

    gnu: rtl8812au-aircrack-ng-linux-module: Use G-expressions.
    
    * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module)[source]:
    Rewrite snippet as G-expression.
---
 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a81a9691ab..8e8dbc4e74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]