From f0daeb575a053ade51a44982e64f1d336431fbf3 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 27 Aug 2016 06:42:44 +0200 Subject: imv: fix failing build --- pkgs/applications/graphics/imv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/graphics/imv') diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix index dc9df2fb85225..16a05607da384 100644 --- a/pkgs/applications/graphics/imv/default.nix +++ b/pkgs/applications/graphics/imv/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchgit, SDL2, SDL2_ttf, freeimage }: +{ stdenv, fetchgit, SDL2, SDL2_ttf, freeimage, fontconfig }: stdenv.mkDerivation rec { name = "imv-${version}"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { sha256 = "0fhc944g7b61jrkd4wn1piq6dkpabsbxpm80pifx9dqmj16sf0pf"; }; - buildInputs = [ SDL2 SDL2_ttf freeimage ]; + buildInputs = [ SDL2 SDL2_ttf freeimage fontconfig ]; configurePhase = "substituteInPlace Makefile --replace /usr $out"; -- cgit 1.4.1