nongnu: nversion: Remove variable.

* nongnu/packages/nvidia.scm (nversion): Remove variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Hilton Chain 2022-10-01 11:25:09 +08:00 committed by Jonathan Brielmaier
parent 618c7e26eb
commit 7d4c49eace
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -65,12 +65,8 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
; Used for closed-source packages
(define nvidia-version "515.76")
; Used for the open-source kernel module package
(define nversion "515.76")
(define computed-origin-method
(@@ (guix packages) computed-origin-method))