Skip to content

Commit

Permalink
cozy: fix runtime error
Browse files Browse the repository at this point in the history
Workaround #56943

Fixes #57029

(cherry picked from commit c210b8b)
  • Loading branch information
worldofpeace committed Jul 6, 2019
1 parent 754763f commit a203bc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/audio/cozy-audiobooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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;
Expand Down

0 comments on commit a203bc7

Please sign in to comment.