aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-15 18:10:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-15 18:12:45 +0200
commit44469ffd83f8dd48355954eee50002efbbe58503 (patch)
tree64c94af13ee5442da7bc9eba8890f20ca286a8f6 /etc
parent3f396ec339e0b1a4b553587a4108829ac4d88c48 (diff)
downloadguix-44469ffd83f8dd48355954eee50002efbbe58503.tar.gz
guix-44469ffd83f8dd48355954eee50002efbbe58503.zip
gnu: font-abattis-cantarell: Update variable name.
* gnu/packages/fonts.scm (font-cantarell): Rename to… (font-abattis-cantarell): …this. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Adjust accordingly. * gnu/packages/mate.scm (mate)[inputs]: Likewise. * gnu/services/xorg.scm (<gdm-configuration>): Likewise.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
dovic Courtès 2015-11-28ld-wrapper: Compute the library search path globally....Fixes <http://bugs.gnu.org/21941>. * gnu/packages/ld-wrapper.in (library-search-path): New procedure. (library-files-linked): Add 'library-path' parameter. Use it. Do not thread it in 'fold'. (ld-wrapper): Add call to 'library-search-path' and pass the result to 'library-files-linked'. When debugging, print the value of PATH. Ludovic Courtès