mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
fontforge: remove obsolete comment
This was added in07d12fbef1
("fontforge: get rid of output hash depending on git"), to explain the line: export GIT="$(type -P true)". This line was removed ine9848d11ad
("fontforge: 20190801 -> 20200314"), but I forgot to remove the comment. Fixes:e9848d11ad
("fontforge: 20190801 -> 20200314")
This commit is contained in:
parent
7502133997
commit
8734e42bf1
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optional (!withGTK) "-DENABLE_X11=ON"
|
||||
++ lib.optional withExtras "-DENABLE_FONTFORGE_EXTRAS=ON";
|
||||
|
||||
# work-around: git isn't really used, but configuration fails without it
|
||||
preConfigure = ''
|
||||
# The way $version propagates to $version of .pe-scripts (https://github.com/dejavu-fonts/dejavu-fonts/blob/358190f/scripts/generate.pe#L19)
|
||||
export SOURCE_DATE_EPOCH=$(date -d ${version} +%s)
|
||||
|
|
Loading…
Reference in a new issue