about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-16 18:56:59 +0000
committerAlyssa Ross <hi@alyssa.is>2022-05-17 15:28:33 +0000
commit8734e42bf15533fe4f2cde24ea5ee0246024355d (patch)
treea8a1d22c36b167860c21e5bfca7e175730b4f346
parent75021339971840c0f34b890e368dbfca10173d83 (diff)
fontforge: remove obsolete comment
This was added in 07d12fbef1c ("fontforge: get rid of output hash
depending on git"), to explain the line:

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

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

Fixes: e9848d11ad0 ("fontforge: 20190801 -> 20200314")
-rw-r--r--pkgs/tools/misc/fontforge/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fontforge/default.nix b/pkgs/tools/misc/fontforge/default.nix
index 3de016bf6d688..aa3d16a5fa566 100644
--- a/pkgs/tools/misc/fontforge/default.nix
+++ b/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)