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.

-2
-2
pkgs/development/libraries/fontconfig-ultimate/default.nix
··· 11 11 owner = "bohoomil"; 12 12 }; 13 13 14 - phases = "$prePhases unpackPhase installPhase $postPhases"; 15 - 16 14 installPhase = '' 17 15 mkdir -p $out/etc/fonts/conf.d 18 16 cp conf.d.infinality/*.conf $out/etc/fonts/conf.d