freetype: attempt to fix build for the other FreeBSD

wip/yesman
Vladimír Čunát 11 years ago
parent 5980282d17
commit 10d7190f2a
  1. 2
      pkgs/development/libraries/freetype/default.nix

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
CFLAGS = stdenv.lib.optionalString stdenv.isArm "-std=gnu99";
# FreeType requires GNU Make, which is not part of stdenv on FreeBSD.
buildInputs = stdenv.lib.optional (stdenv.system == "i686-freebsd") gnumake;
buildInputs = stdenv.lib.optional (!stdenv.isLinux) gnumake;
enableParallelBuilding = true;

Loading…
Cancel
Save