mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
remove workaround as #28218 is fixed
This commit is contained in:
parent
04dacfbf1c
commit
e03c118b8c
@ -13,9 +13,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ fontforge ];
|
||||
|
||||
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
|
||||
fontforge -lang=ff -c \
|
||||
'Open($1);
|
||||
|
Loading…
Reference in New Issue
Block a user