mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-03 20:51:42 +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
|
(package
|
||||||
(inherit nvidia-driver)
|
(inherit nvidia-driver)
|
||||||
(name "nvda")
|
(name "nvda")
|
||||||
|
(version (string-pad-right
|
||||||
|
(package-version nvidia-driver)
|
||||||
|
(string-length (package-version mesa))
|
||||||
|
#\0))
|
||||||
(source #f)
|
(source #f)
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue