diff options
| author | lelgenio <lelgenio@disroot.org> | 2024-01-30 23:24:14 -0300 |
|---|---|---|
| committer | lelgenio <lelgenio@disroot.org> | 2024-02-27 21:30:27 -0300 |
| commit | 54e0dba1d2ac0ed0b7219ade72d6301eb206147e (patch) | |
| tree | 4f89da28285de6a70d7594cba71923d12e9ad073 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ba746ff713d804a782cf85f4bc8d3b37412bf66a (diff) | |
krita: create wrapper
You can tell Krita to look for plugins at an alternative
directory using KRITA_PLUGIN_PATH env variable.
Unfortunately you can only specify a single path at a time.
Some plugins necessary for krita to funciton are built
in the same derivation, this necessitates the use of `symlinkJoin`.
This patch adds a wrapper around krita that allows yout to add
more plugins than those provided by default.
Example structure of a plugin:
/nix/store/00000000000000000000000000000000-krita-plugin-example-1.2.3
└── lib
└── kritaplugins
└── krita_example.so
Once you have a plugin, you can add it to krita:
```nix
pkgs.krita.override {
plugins = pkgs.krita.plugins ++ [
your-plugin
];
}
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
