summary refs log tree commit diff
path: root/pkgs/data/fonts/junicode
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/junicode')
-rw-r--r--pkgs/data/fonts/junicode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix
index eb7547e628f..1690f82aa37 100644
--- a/pkgs/data/fonts/junicode/default.nix
+++ b/pkgs/data/fonts/junicode/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   installPhase =
     ''
-      ensureDir $out/share/fonts/junicode-ttf
+      mkdir -p $out/share/fonts/junicode-ttf
       cp *.ttf $out/share/fonts/junicode-ttf
     '';