mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-18 11:45:56 +01:00
nongnu: nvda: Pad version to the length of mesa version.
* nongnu/packages/nvidia.scm (nvda)[version]: Pad to the length of mesa version. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
2ae8a04b57
commit
b0ebc7cb24
1 changed files with 4 additions and 0 deletions
|
@ -608,6 +608,10 @@ configuration, creating application profiles, gpu monitoring and more.")
|
|||
(package
|
||||
(inherit nvidia-driver)
|
||||
(name "nvda")
|
||||
(version (string-pad-right
|
||||
(package-version nvidia-driver)
|
||||
(string-length (package-version mesa))
|
||||
#\0))
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue