parent
2720a1c147
commit
c210b8b5f1
@ -22,6 +22,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pname = "cozy";
|
pname = "cozy";
|
||||||
version = "0.6.7";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "geigi";
|
owner = "geigi";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user