mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
graphite2: make tests run, but disable
This commit is contained in:
parent
ea07fc77db
commit
9b95dd8e3c
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue