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:
Vladimír Čunát 2017-01-05 01:57:22 +01:00
parent f803270b7e
commit fcdb6db041
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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