graphite2: remove unused python
This commit is contained in:
parent
43675726a7
commit
6eea374b40
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, freetype, cmake, python }:
|
{ lib, stdenv, fetchurl, pkg-config, freetype, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.3.14";
|
version = "1.3.14";
|
||||||
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = lib.optionals stdenv.isDarwin [ ./macosx.patch ];
|
patches = lib.optionals stdenv.isDarwin [ ./macosx.patch ];
|
||||||
|
|
||||||
checkInputs = [ python ];
|
|
||||||
doCheck = false; # fails, probably missing something
|
doCheck = false; # fails, probably missing something
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user