2022-03-17 21:50:30 +02:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
|
|
|
|
# dream2nix
|
|
|
|
satisfiesSemver,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
|
|
|
|
{
|
|
|
|
shinobi.directory-patches = {
|
|
|
|
patches = [
|
|
|
|
./shinobi/0001-packageDirectory.patch
|
|
|
|
./shinobi/0002-use-packageDirectory-for-languages.patch
|
|
|
|
./shinobi/0003-use-s.location.languages.patch
|
|
|
|
./shinobi/0004-use-packageDirectory-for-folders.patch
|
|
|
|
./shinobi/0005-use-packageDirectory-for-definitions.patch
|
|
|
|
./shinobi/0006-use-packageDirectory-for-web-server-paths.patch
|
|
|
|
./shinobi/0007-remove-terminalCommands.patch
|
2022-03-18 00:35:45 +02:00
|
|
|
./shinobi/0008-disable-subscription-bullshit.patch
|
|
|
|
./shinobi/0009-remove-updater-logic.patch
|
2022-03-17 21:50:30 +02:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|