fix bugwarrior (again)
This commit is contained in:
parent
d910872efb
commit
b30dbbf38c
1 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
# todo : before deleting this, put it in logseq
|
# todo : before deleting this, put it in logseq
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.python3Packages.bugwarrior.overrideAttrs (old: {
|
(pkgs.legacy_2311.python3Packages.bugwarrior.overrideAttrs (old: {
|
||||||
version = "develop";
|
version = "develop";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "ralphbean";
|
owner = "ralphbean";
|
||||||
|
@ -51,10 +51,10 @@ in
|
||||||
sha256 = "sha256-Geon+ddE58WJ10L4unotzvmZj1Ye0yjZHVQgrR2YWgE=";
|
sha256 = "sha256-Geon+ddE58WJ10L4unotzvmZj1Ye0yjZHVQgrR2YWgE=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||||
pkgs.python3Packages.pydantic
|
pkgs.legacy_2311.python3Packages.pydantic
|
||||||
pkgs.python3Packages.tomli
|
pkgs.legacy_2311.python3Packages.tomli
|
||||||
pkgs.python3Packages.email-validator
|
pkgs.legacy_2311.python3Packages.email-validator
|
||||||
pkgs.python3Packages.packaging
|
pkgs.legacy_2311.python3Packages.packaging
|
||||||
];
|
];
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue