mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
parent
2720a1c147
commit
c210b8b5f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user