mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
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:
parent
279fc08d72
commit
8581fb999d
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
||||||
(let ((ldconfig (string-append #$glibc-for-fhs "/sbin/ldconfig")))
|
(let ((ldconfig (string-append #$glibc-for-fhs "/sbin/ldconfig")))
|
||||||
(invoke ldconfig
|
(invoke ldconfig
|
||||||
"-X" ; Don't update symbolic links.
|
"-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.
|
"-C" #$output)))))) ; Use #$output as cache file.
|
||||||
|
|
||||||
(define* (fhs-union inputs #:key (name "fhs-union") (version "0.0") (system "x86_64-linux"))
|
(define* (fhs-union inputs #:key (name "fhs-union") (version "0.0") (system "x86_64-linux"))
|
||||||
|
|
Loading…
Reference in a new issue