epkowa: move to by-name

This commit is contained in:
jopejoe1
2025-08-21 17:37:44 +02:00
parent 0606c8b185
commit 1535d4e504
4 changed files with 1 additions and 3 deletions
@@ -474,7 +474,7 @@ in
let
fwdir = symlinkJoin {
name = "esci-firmware-dir";
paths = lib.mapAttrsToList (name: value: value + /share/esci) plugins;
paths = lib.mapAttrsToList (name: value: value + "/share/esci") plugins;
};
in
let
-2
View File
@@ -15383,8 +15383,6 @@ with pkgs;
hjson = with python3Packages; toPythonApplication hjson;
epkowa = callPackage ../misc/drivers/epkowa { };
image_optim = callPackage ../applications/graphics/image_optim { inherit (nodePackages) svgo; };
libjack2 = jack2.override { prefix = "lib"; };