mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 = ''
|
||||
mkdir -p $out/share/fonts/opentype
|
||||
cp -r *.otf $out/share/fonts/opentype
|
||||
cp -v *.otf $out/share/fonts/opentype
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue