nongnu: nvidia-libs: Use correct input names.

This reverts parts of 668fda08 which where accidentialy commited.

* nongnu/packages/nvidia.scm (nvidia-libs)[arguments]: Replace gcc by
gcc:lib and make gtk+ and gtk2 correct strings again in rpath list.
This commit is contained in:
Jonathan Brielmaier 2022-06-26 12:52:51 +02:00
parent 668fda0855
commit 2fd265817f
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -329,11 +329,11 @@ Further xorg should be configured by adding:
(string-append libc "/lib") (string-append libc "/lib")
(string-append (assoc-ref inputs "atk") "/lib") (string-append (assoc-ref inputs "atk") "/lib")
(string-append (assoc-ref inputs "cairo") "/lib") (string-append (assoc-ref inputs "cairo") "/lib")
(string-append (assoc-ref inputs "gcc") "/lib") (string-append (assoc-ref inputs "gcc:lib") "/lib")
(string-append (assoc-ref inputs "gdk-pixbuf") "/lib") (string-append (assoc-ref inputs "gdk-pixbuf") "/lib")
(string-append (assoc-ref inputs "glib") "/lib") (string-append (assoc-ref inputs "glib") "/lib")
(string-append (assoc-ref inputs gtk+) "/lib") (string-append (assoc-ref inputs "gtk+") "/lib")
(string-append (assoc-ref inputs gtk2+-) "/lib") (string-append (assoc-ref inputs "gtk2") "/lib")
(string-append (assoc-ref inputs "libx11") "/lib") (string-append (assoc-ref inputs "libx11") "/lib")
(string-append (assoc-ref inputs "libxext") "/lib") (string-append (assoc-ref inputs "libxext") "/lib")
(string-append (assoc-ref inputs "pango") "/lib") (string-append (assoc-ref inputs "pango") "/lib")