latinmodern-math: fix build

This commit is contained in:
Dmitry Kalinkin 2020-03-18 03:21:33 -04:00
parent 2fb0068b50
commit bb9c16de4b
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -9,8 +9,8 @@ in fetchzip rec {
postFetch = ''
mkdir -p $out/share/fonts/opentype/
mkdir -p $out/share/doc/${name}/
unzip -f $downloadedFile otf/*.otf -d $out/share/fonts/opentype/
unzip -f $downloadedFile doc/*.txt -d $out/share/doc/${name}/
unzip -j $downloadedFile "*/otf/*.otf" -d $out/share/fonts/opentype/
unzip -j $downloadedFile "*/doc/*.txt" -d $out/share/doc/${name}/
'';
sha256 = "05k145bxgxjh7i9gx1ahigxfpc2v2vwzsy2mc41jvvg51kjr8fnn";