graphite2: remove unused python

This commit is contained in:
Frederik Rietdijk 2021-03-25 10:17:21 +01:00
parent 43675726a7
commit 6eea374b40

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkg-config, freetype, cmake, python }:
{ lib, stdenv, fetchurl, pkg-config, freetype, cmake }:
stdenv.mkDerivation rec {
version = "1.3.14";
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
patches = lib.optionals stdenv.isDarwin [ ./macosx.patch ];
checkInputs = [ python ];
doCheck = false; # fails, probably missing something
meta = with lib; {