{ stdenv , cm_unicode }: stdenv.mkDerivation { name = "static-nomath-org"; src = ./.; installPhase = '' mv public $out cp ${cm_unicode}/share/fonts/opentype/*.otf $out ''; }