Merge pull request #284415 from wegank/rabbitvcs-broken
rabbitvcs: mark as broken
This commit is contained in:
commit
2249b82f06
1 changed files with 2 additions and 0 deletions
|
@ -40,5 +40,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.mathnerd314 ];
|
maintainers = [ lib.maintainers.mathnerd314 ];
|
||||||
|
# ModuleNotFoundError: No module named 'rabbitvcs'
|
||||||
|
broken = true; # Added 2024-01-28
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue