bugwarrior: add bugwarrior
This commit is contained in:
parent
b519b0a299
commit
1a9b49087b
2 changed files with 43 additions and 22 deletions
modules/programs
|
@ -36,8 +36,18 @@ in {
|
|||
|
||||
python # needed for hooks
|
||||
|
||||
# funktioiert irgendwie nicht
|
||||
# python3Packages.bugwarrior
|
||||
# bugwarrior
|
||||
(let
|
||||
mypython = let
|
||||
packageOverrides = self: super: {
|
||||
bugwarrior = super.bugwarrior.overridePythonAttrs (old: {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs
|
||||
++ [ super.setuptools ];
|
||||
});
|
||||
};
|
||||
in pkgs.python3.override { inherit packageOverrides; };
|
||||
in mypython.pkgs.bugwarrior)
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue