Merge pull request #34146 from symphorien/fix-epkowa

Fix epkowa

Changed files
+2 -1
pkgs
misc
drivers
epkowa
+2 -1
pkgs/misc/drivers/epkowa/default.nix
···
patches = [
(fetchpatch {
-
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch";
+
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?h=b6e4c805d53b49da79a0f64ef16bb82d6d800fcf";
sha256 = "04y70qjd220dpyh771fiq50lha16pms98mfigwjczdfmx6kpj1jd";
})
./firmware_location.patch
···
Supported hardware: at least :
'' +
stdenv.lib.concatStringsSep ", " (stdenv.lib.mapAttrsToList (name: value: value.passthru.hw) plugins);
+
maintainers = with stdenv.lib.maintainers; [ symphorien ];
};
}