From 8734e42bf15533fe4f2cde24ea5ee0246024355d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 16 May 2022 18:56:59 +0000 Subject: [PATCH] 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") --- pkgs/tools/misc/fontforge/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/fontforge/default.nix b/pkgs/tools/misc/fontforge/default.nix index 3de016bf6d6..aa3d16a5fa5 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)