remove workaround as #28218 is fixed
This commit is contained in:
parent
04dacfbf1c
commit
e03c118b8c
@ -13,9 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ fontforge ];
|
nativeBuildInputs = [ fontforge ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
# <nixpkgs/pkgs/build-support/setup-hooks/set-source-date-epoch-to-latest.sh> set it to mtime of ./env-vars, i.e. the current time
|
|
||||||
export SOURCE_DATE_EPOCH=$(stat -c '%Y' ChangeLog.txt)
|
|
||||||
|
|
||||||
for i in *.sfd; do
|
for i in *.sfd; do
|
||||||
fontforge -lang=ff -c \
|
fontforge -lang=ff -c \
|
||||||
'Open($1);
|
'Open($1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user