rplot: fix fontconfig warning
This commit is contained in:
parent
c41456412c
commit
74cd3d4fbc
@ -2,6 +2,7 @@
|
|||||||
stdenv
|
stdenv
|
||||||
, rWrapper
|
, rWrapper
|
||||||
, rPackages
|
, rPackages
|
||||||
|
, fontconfig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -26,6 +27,7 @@ in stdenv.mkDerivation {
|
|||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
export FONTCONFIG_PATH=${fontconfig.out}/etc/fonts
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cd $out
|
cd $out
|
||||||
ln -s ${dataset} input
|
ln -s ${dataset} input
|
||||||
|
Loading…
Reference in New Issue
Block a user