python3Packages.xcffib: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-26 00:42:08 -07:00 committed by Frederik Rietdijk
parent bd6bfd53e7
commit 09f4d3d493

@ -3,6 +3,7 @@
, fetchPypi , fetchPypi
, xorg , xorg
, cffi , cffi
, nose
, six , six
}: }:
@ -22,6 +23,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cffi six ]; propagatedBuildInputs = [ cffi six ];
checkInputs = [ nose ];
pythonImportsCheck = [ "xcffib" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A drop in replacement for xpyb, an XCB python binding"; description = "A drop in replacement for xpyb, an XCB python binding";
homepage = "https://github.com/tych0/xcffib"; homepage = "https://github.com/tych0/xcffib";