forked from mirrors/nixpkgs
latinmodern-math: fix build
This commit is contained in:
parent
2fb0068b50
commit
bb9c16de4b
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue