mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
nongnu: nvidia-settings: Unbundle jansson.
* nongnu/packages/nvidia.scm (nvidia-settings) [inputs]: Add jansson. [source]<snippet>: Delete bundled jansson. [arguments]<#:make-flags>: Don't use bundled jansson. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
f6c8eb082c
commit
54d01560e9
1 changed files with 5 additions and 1 deletions
|
@ -539,6 +539,8 @@ userspace tools from the corresponding driver release.")
|
||||||
(url "https://github.com/NVIDIA/nvidia-settings")
|
(url "https://github.com/NVIDIA/nvidia-settings")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(delete-file-recursively "src/jansson"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hplc42115c06cc555cjmw3c9371qn7ibwjpqjybcf6ixfd6lryq"))))
|
"1hplc42115c06cc555cjmw3c9371qn7ibwjpqjybcf6ixfd6lryq"))))
|
||||||
|
@ -546,7 +548,8 @@ userspace tools from the corresponding driver release.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no test suite
|
(list #:tests? #f ;no test suite
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "PREFIX=" #$output)
|
#~(list "NV_USE_BUNDLED_LIBJANSSON=0"
|
||||||
|
(string-append "PREFIX=" #$output)
|
||||||
(string-append "CC=" #$(cc-for-target)))
|
(string-append "CC=" #$(cc-for-target)))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -564,6 +567,7 @@ userspace tools from the corresponding driver release.")
|
||||||
glu
|
glu
|
||||||
gtk+
|
gtk+
|
||||||
gtk+-2
|
gtk+-2
|
||||||
|
jansson
|
||||||
libvdpau
|
libvdpau
|
||||||
libx11
|
libx11
|
||||||
libxext
|
libxext
|
||||||
|
|
Loading…
Reference in a new issue