mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: nvidia-module: Rename to nvidia-module-open.
* nongnu/packages/nvidia.scm (nvidia-module): Rename to nvidia-module-open. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
402f53c096
commit
43a742bc1a
1 changed files with 2 additions and 2 deletions
|
@ -520,9 +520,9 @@ packages that have been compiled with a mesa output, take a look at the nvda
|
||||||
package.")
|
package.")
|
||||||
(license (license:nonfree (format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version)))))
|
(license (license:nonfree (format #f "file:///share/doc/nvidia-driver-~a/LICENSE" version)))))
|
||||||
|
|
||||||
(define-public nvidia-module
|
(define-public nvidia-module-open
|
||||||
(package
|
(package
|
||||||
(name "nvidia-module")
|
(name "nvidia-module-open")
|
||||||
(version nversion)
|
(version nversion)
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Reference in a new issue