graphite2: make tests run, but disable

wip/yesman
Jan Malakhovski 6 years ago
parent ea07fc77db
commit 9b95dd8e3c
  1. 5
      pkgs/development/libraries/silgraphite/graphite2.nix

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, freetype, cmake }:
{ stdenv, fetchurl, pkgconfig, freetype, cmake, python }:
stdenv.mkDerivation rec {
version = "1.3.6";
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
patches = stdenv.lib.optionals stdenv.isDarwin [ ./macosx.patch ];
checkInputs = [ python ];
doCheck = false; # fails, probably missing something
meta = {
description = "An advanced font engine";
maintainers = [ stdenv.lib.maintainers.raskin ];

Loading…
Cancel
Save