Revert change from cp -v to cp -r in fira-code.

Mistakenly used `-r` in #11842.
This commit is contained in:
Eduard-Mihai Burtescu 2015-12-20 22:26:16 +02:00
parent e582c41482
commit bcde1ffe77

View file

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