Merge pull request #112584 from edude03/patch-3
This commit is contained in:
commit
ba9f733765
@ -8,6 +8,7 @@
|
|||||||
, pygit2
|
, pygit2
|
||||||
, pyuv
|
, pyuv
|
||||||
, i3ipc
|
, i3ipc
|
||||||
|
, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# TODO: bzr support is missing because nixpkgs switched to `breezy`
|
# TODO: bzr support is missing because nixpkgs switched to `breezy`
|
||||||
@ -29,8 +30,7 @@ buildPythonPackage rec {
|
|||||||
hglib
|
hglib
|
||||||
pygit2
|
pygit2
|
||||||
pyuv
|
pyuv
|
||||||
i3ipc
|
] ++ lib.optionals (!stdenv.isDarwin) [ i3ipc ];
|
||||||
];
|
|
||||||
|
|
||||||
# tests are travis-specific
|
# tests are travis-specific
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user