cozy: fix runtime error

Workaround #56943

Fixes #57029
This commit is contained in:
worldofpeace 2019-07-05 20:44:55 -04:00
parent 2720a1c147
commit c210b8b5f1

View File

@ -22,6 +22,11 @@ python3Packages.buildPythonApplication rec {
pname = "cozy";
version = "0.6.7";
# Temporary fix
# See https://github.com/NixOS/nixpkgs/issues/57029
# and https://github.com/NixOS/nixpkgs/issues/56943
strictDeps = false;
src = fetchFromGitHub {
owner = "geigi";
repo = pname;