Update Windows 11 fonts
This commit is contained in:
parent
77f5708da4
commit
5bb96f3fc3
|
@ -32,7 +32,7 @@
|
|||
src = fetchurl {
|
||||
url = "https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/22631.2428.231001-0608.23H2_NI_RELEASE_SVC_REFRESH_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso";
|
||||
name = "${name}.tar";
|
||||
sha256 = "KpxK+LCq6FCwV607YH7nqQa415+jVYQ5lUnCL4MSXxk=";
|
||||
sha256 = "eTvlRiLw2DzQ9s4fQney4J13fcukuhqPotxs7w0+49Y=";
|
||||
downloadToTemp = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -47,7 +47,7 @@
|
|||
mkdir "${name}"
|
||||
cp ${fonts} license.rtf "${name}"
|
||||
tar -czvf $out \
|
||||
--sort=name --format=posix --pax-option='delete=atime,delete=ctime' --clamp-mtime --mtime="$SOURCE_EPOCH" --numeric-owner --owner=0 --group=0 --mode='go+u,go-w' \
|
||||
--sort=name --format=posix --pax-option='delete=atime,delete=ctime' --clamp-mtime --mtime="$SOURCE_DATE_EPOCH" --numeric-owner --owner=0 --group=0 --mode='go+u,go-w' \
|
||||
"${name}"
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue