Merge pull request #112584 from edude03/patch-3

This commit is contained in:
Jörg Thalheim
2021-02-10 08:39:15 +00:00
committed by GitHub

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;