nongnu: steam: Update comment.

* nongnu/packages/steam-client.scm (ld.so.conf->ld.so.cache): Fix ld-conf
  variable name in comment.
This commit is contained in:
ison 2020-10-29 13:09:53 -06:00 committed by Pierre Neidhardt
parent 279fc08d72
commit 8581fb999d
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -222,7 +222,7 @@
(let ((ldconfig (string-append #$glibc-for-fhs "/sbin/ldconfig")))
(invoke ldconfig
"-X" ; Don't update symbolic links.
"-f" #$ld-conf ; Use #$configuration as configuration file.
"-f" #$ld-conf ; Use #$ld-conf as configuration file.
"-C" #$output)))))) ; Use #$output as cache file.
(define* (fhs-union inputs #:key (name "fhs-union") (version "0.0") (system "x86_64-linux"))