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
|
||||
pygit2
|
||||
pyuv
|
||||
] ++ lib.optionals (!stdenv.isDarwin) i3ipc;
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [ i3ipc ];
|
||||
|
||||
# tests are travis-specific
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user