Skip to content

Commit 1466986

Browse files
committed
open-relay-fonts: wrong quotation mark position for globbing
1 parent 7da6850 commit 1466986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/data/fonts/open-relay/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ let
2222
installPhase = ''
2323
runHook preInstall
2424
25-
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/*.ttf"
25+
26+
install -D -m444 -t "$out/share/fonts/truetype" "${directory}/"*.ttf
2627
install -D -m644 -t "$out/share/doc/${finalAttrs.pname}-${finalAttrs.version}" "${directory}/OFL.txt"
2728
2829
runHook postInstall

0 commit comments

Comments
 (0)