mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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 New Issue
Block a user