fontforge: remove obsolete comment

This was added in 07d12fbef1 ("fontforge: get rid of output hash
depending on git"), to explain the line:

	  export GIT="$(type -P true)".

This line was removed in e9848d11ad ("fontforge: 20190801 -> 20200314"),
but I forgot to remove the comment.

Fixes: e9848d11ad ("fontforge: 20190801 -> 20200314")
main
Alyssa Ross 2 years ago
parent 7502133997
commit 8734e42bf1
  1. 1
      pkgs/tools/misc/fontforge/default.nix

@ -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…
Cancel
Save