Unverified Commit bd275038 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cm-unicode: fix install phase (#496829)

parents ba88a2a4 63f7cee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {

  nativeBuildInputs = [ installFonts ];

  InstallPhase = ''
  installPhase = ''
    runHook preInstall

    install -m444 -Dt $out/share/doc/$cm-unicode-${finalAttrs.version}    README FontLog.txt
    install -m444 -Dt $out/share/doc/cm-unicode-${finalAttrs.version}    README FontLog.txt

    runHook postInstall
  '';