diff options
| author | Hilton Chain <hako@ultrarare.space> | 2024-11-05 07:48:41 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2024-11-28 14:24:46 +0800 |
| commit | 311ad8ee13f11005e14cb113b720470389d812b0 (patch) | |
| tree | f160a2b7bb4ee4daf47f596bf6657bacc428dfae | |
| parent | 5fd10621ce86ff0878eeb7489297c62adc9a6042 (diff) | |
nongnu: nvidia-module: Support only x86_64-linux.
* nongnu/packages/nvidia.scm (nvidia-module)[supported-systems]: Support only
x86_64-linux.
| -rw-r--r-- | nongnu/packages/nvidia.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nongnu/packages/nvidia.scm b/nongnu/packages/nvidia.scm index da87998..ec986ee 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm | |||
| @@ -538,6 +538,7 @@ To enable GSP mode manually, add @code{\"NVreg_EnableGpuFirmware=1\"} to | |||
| 538 | (parallel-job-count))) | 538 | (parallel-job-count))) |
| 539 | '()) | 539 | '()) |
| 540 | ,@make-flags))))))) | 540 | ,@make-flags))))))) |
| 541 | (supported-systems '("x86_64-linux")) | ||
| 541 | (home-page "https://www.nvidia.com") | 542 | (home-page "https://www.nvidia.com") |
| 542 | (synopsis "Proprietary NVIDIA driver (kernel modules)") | 543 | (synopsis "Proprietary NVIDIA driver (kernel modules)") |
| 543 | (description | 544 | (description |
