Update pkgs/development/python-modules/powerline/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
01cf96d087
commit
5c53c07528
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
hglib
|
hglib
|
||||||
pygit2
|
pygit2
|
||||||
pyuv
|
pyuv
|
||||||
] ++ lib.optionals (!stdenv.isDarwin) i3ipc;
|
] ++ lib.optionals (!stdenv.isDarwin) [ i3ipc ];
|
||||||
|
|
||||||
# tests are travis-specific
|
# tests are travis-specific
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user