Merge pull request #11848 from eddyb/patch-1
Revert change from cp -v to cp -r in fira-code.
This commit is contained in:
commit
ae33ec595e
@ -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…
x
Reference in New Issue
Block a user