Fix powerline 2.8 to build on OSX

This commit is contained in:
Michael Francis 2021-02-10 05:04:05 +08:00 committed by GitHub
parent a6fa79639a
commit 01cf96d087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
, pygit2
, pyuv
, i3ipc
, stdenv
}:
# TODO: bzr support is missing because nixpkgs switched to `breezy`
@ -29,8 +30,7 @@ buildPythonPackage rec {
hglib
pygit2
pyuv
i3ipc
];
] ++ lib.optionals (!stdenv.isDarwin) i3ipc;
# tests are travis-specific
doCheck = false;