forked from mirrors/nixpkgs
Revert change from cp -v to cp -r in fira-code.
Mistakenly used `-r` in #11842.
This commit is contained in:
parent
e582c41482
commit
bcde1ffe77
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue