pythonPackages.xpybutil: disable python2
This commit is contained in:
parent
baf247e2f9
commit
744601b6e5
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, xcffib, pillow }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, xcffib, pillow, nose }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xpybutil";
|
||||
@ -15,6 +15,8 @@ buildPythonPackage rec {
|
||||
# pillow is a dependency in image.py which is not listed in setup.py
|
||||
propagatedBuildInputs = [ xcffib pillow ];
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/BurntSushi/xpybutil";
|
||||
description = "An incomplete xcb-util port plus some extras";
|
||||
|
Loading…
Reference in New Issue
Block a user