mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
imv: add fontconfig dependency
This commit is contained in:
parent
a2a337c562
commit
c0e42fe741
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user