Skip to content

Commit

Permalink
fontconfig-ultimate: fixup after bash update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Jan 5, 2017
1 parent f803270 commit fcdb6db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/libraries/fontconfig-ultimate/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit fcdb6db

Please sign in to comment.