Skip to content

Commit

Permalink
Merge #32223: xorg.fontmiscmisc: make the fonts available
Browse files Browse the repository at this point in the history
Needed due to upstream security fix:
https://cgit.freedesktop.org/xorg/lib/libXfont/commit/?id=7b377456f95d

(cherry picked from commit 7def2a8)
  • Loading branch information
vcunat committed Dec 1, 2017
1 parent 170484e commit 559ebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/x11/xorg/overrides.nix
Expand Up @@ -41,7 +41,7 @@ in
''
ALIASFILE=${xorg.fontalias}/share/fonts/X11/misc/fonts.alias
test -f $ALIASFILE
ln -s $ALIASFILE $out/lib/X11/fonts/misc/fonts.alias
cp $ALIASFILE $out/lib/X11/fonts/misc/fonts.alias
'';
};

Expand Down

0 comments on commit 559ebb7

Please sign in to comment.