Repair JustSeeds package
This commit is contained in:
parent
c1e9f48c21
commit
b275e3d36a
|
@ -18,8 +18,8 @@
|
|||
|
||||
# Fontpack 3
|
||||
pack03 = pkgs.fetchzip {
|
||||
url = "https://justseeds.org/wp-content/uploads/JSOTP-FP3.zip";
|
||||
sha256 = "lLPsbpRuDVWgt/GX3/ZvxPjBDVNeu7OhhnBLqpmCArA=";
|
||||
url = "https://justseeds.org/wp-content/uploads/JSOTP-FP3_2.zip";
|
||||
sha256 = "gUbyXkR+Kr5w0//fbl72qqQRgqiyaA34pwDt1+t+Ejc=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
installPhase = ''
|
||||
install -D -m 444 $pack01/JS_fontpak1/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack02/justseeds_fontpak2/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack03/'JSOTP FP3'/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack03/'JSOTP FP3_2'/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack04/fontpak4/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack05/'JS Font Pak 5'/*.otf -t $out/share/fonts/otf
|
||||
install -D -m 444 $pack06/'JS Font pack 6'/*.otf -t $out/share/fonts/otf
|
||||
|
|
Loading…
Reference in a new issue