From fcdb6db0417db0bbd3fe0964950d4c9df2e90122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 5 Jan 2017 01:57:22 +0100 Subject: [PATCH] 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. --- pkgs/development/libraries/fontconfig-ultimate/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/fontconfig-ultimate/default.nix b/pkgs/development/libraries/fontconfig-ultimate/default.nix index efef59cad3b6..a2e5f69202c4 100644 --- a/pkgs/development/libraries/fontconfig-ultimate/default.nix +++ b/pkgs/development/libraries/fontconfig-ultimate/default.nix @@ -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