diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-01 10:46:34 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-01 10:46:34 +0200 |
| commit | 26744bca203eb481f3ad2931165757d43b839aa6 (patch) | |
| tree | e548c883d0876da2b33ee66eeb3d2ac61f7d9c76 | |
| parent | f726d2fd0708395bbe70b97cd724f86a21055524 (diff) | |
gnu: openrgb: Unbundle more libraries.
* gnu/packages/hardware.scm (openrgb)[source]: Adjust snippet to remove
more bundled dependencies.
| -rw-r--r-- | gnu/packages/hardware.scm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 9da2b4ad290..65558ffe08f 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.") | |||
| 1013 | (modules '((guix build utils))) | 1013 | (modules '((guix build utils))) |
| 1014 | (snippet | 1014 | (snippet |
| 1015 | '(begin | 1015 | '(begin |
| 1016 | ;; Delete the bundled hueplusplus and json libraries. | 1016 | ;; Delete many of the bundled libraries. |
| 1017 | (delete-file-recursively "dependencies/hueplusplus-1.0.0") | 1017 | (for-each delete-file-recursively |
| 1018 | (delete-file-recursively "dependencies/json"))))) | 1018 | (list "dependencies/hidapi-win" |
| 1019 | "dependencies/hueplusplus-1.0.0" | ||
| 1020 | "dependencies/json" | ||
| 1021 | "dependencies/libusb-1.0.22" | ||
| 1022 | "dependencies/macUSPCIO" | ||
| 1023 | "dependencies/mbedtls-2.24.0" | ||
| 1024 | "dependencies/NVFC" | ||
| 1025 | "dependencies/openrazer-win32" | ||
| 1026 | "dependencies/winring0" | ||
| 1027 | ;; Some bundled appimages | ||
| 1028 | "scripts/tools")))))) | ||
| 1019 | (build-system cmake-build-system) | 1029 | (build-system cmake-build-system) |
| 1020 | (arguments | 1030 | (arguments |
| 1021 | (list | 1031 | (list |
