mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
python3Packages.xcffib: fix tests
This commit is contained in:
parent
bd6bfd53e7
commit
09f4d3d493
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, xorg
|
||||
, cffi
|
||||
, nose
|
||||
, six
|
||||
}:
|
||||
|
||||
|
@ -22,6 +23,10 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
pythonImportsCheck = [ "xcffib" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A drop in replacement for xpyb, an XCB python binding";
|
||||
homepage = "https://github.com/tych0/xcffib";
|
||||
|
|
Loading…
Reference in a new issue