mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
nix: rename plugins with underscore
This commit is contained in:
parent
14cfcc16b0
commit
40beca475f
|
@ -53,7 +53,7 @@ in
|
|||
builtins.map
|
||||
(entry:
|
||||
if lib.types.package.check entry
|
||||
then "lib${entry.pname}.so"
|
||||
then "lib${lib.replaceStrings ["-"] ["_"] entry.pname}.so"
|
||||
else "")
|
||||
cfg.config.plugins;
|
||||
path =
|
||||
|
|
Loading…
Reference in a new issue