fontconfig-ultimate: fixup after bash update
I've got no idea why it was trying to override the phase list and in such a way. Still, it's slightly discomforting that the expansion semantics was changed in bash.
This commit is contained in:
parent
f803270b7e
commit
fcdb6db041
@ -11,8 +11,6 @@ stdenv.mkDerivation {
|
||||
owner = "bohoomil";
|
||||
};
|
||||
|
||||
phases = "$prePhases unpackPhase installPhase $postPhases";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/etc/fonts/conf.d
|
||||
cp conf.d.infinality/*.conf $out/etc/fonts/conf.d
|
||||
|
Loading…
Reference in New Issue
Block a user