Merge pull request #11848 from eddyb/patch-1

Revert change from cp -v to cp -r in fira-code.
This commit is contained in:
Peter Simons 2015-12-20 21:34:29 +01:00
commit ae33ec595e

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out/share/fonts/opentype mkdir -p $out/share/fonts/opentype
cp -r *.otf $out/share/fonts/opentype cp -v *.otf $out/share/fonts/opentype
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {