Update pkgs/development/python-modules/powerline/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Michael Francis 2021-02-09 17:25:38 -05:00 committed by GitHub
parent 01cf96d087
commit 5c53c07528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;