1
0
Fork 1
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:
Peter Simons 2015-12-20 21:34:29 +01:00
commit ae33ec595e

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; {