guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: openrgb: Unbundle more libraries.


From: guix-commits
Subject: 02/02: gnu: openrgb: Unbundle more libraries.
Date: Thu, 1 Dec 2022 03:48:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 26744bca203eb481f3ad2931165757d43b839aa6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 1 10:46:34 2022 +0200

    gnu: openrgb: Unbundle more libraries.
    
    * gnu/packages/hardware.scm (openrgb)[source]: Adjust snippet to remove
    more bundled dependencies.
---
 gnu/packages/hardware.scm | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 9da2b4ad29..65558ffe08 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1013,9 +1013,19 @@ technology, such as head mounted displays with built in 
head tracking.")
        (modules '((guix build utils)))
        (snippet
         '(begin
-           ;; Delete the bundled hueplusplus and json libraries.
-           (delete-file-recursively "dependencies/hueplusplus-1.0.0")
-           (delete-file-recursively "dependencies/json")))))
+           ;; Delete many of the bundled libraries.
+           (for-each delete-file-recursively
+                     (list "dependencies/hidapi-win"
+                           "dependencies/hueplusplus-1.0.0"
+                           "dependencies/json"
+                           "dependencies/libusb-1.0.22"
+                           "dependencies/macUSPCIO"
+                           "dependencies/mbedtls-2.24.0"
+                           "dependencies/NVFC"
+                           "dependencies/openrazer-win32"
+                           "dependencies/winring0"
+                           ;; Some bundled appimages
+                           "scripts/tools"))))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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