summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-04-23 14:34:21 +0200
committertv <tv@krebsco.de>2023-04-23 14:34:21 +0200
commit0390e201048c8ff1f6a18d09f4a6eb11eded487b (patch)
treeb93674c3855f8f28f2e66563156838a649ed0c33 /tv
parent4bf2909be3afb5e834cacdb4d6f949e4dd78400e (diff)
tv imagescan-plugin-networkscan: add old comments
Diffstat (limited to 'tv')
-rw-r--r--tv/5pkgs/simple/imagescan-plugin-networkscan.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/imagescan-plugin-networkscan.nix b/tv/5pkgs/simple/imagescan-plugin-networkscan.nix
index 4f9b84b2..0bd1c5e1 100644
--- a/tv/5pkgs/simple/imagescan-plugin-networkscan.nix
+++ b/tv/5pkgs/simple/imagescan-plugin-networkscan.nix
@@ -4,14 +4,39 @@ stdenv.mkDerivation rec {
pname = "imagescan-plugin-networkscan";
version = "1.1.3";
+ # TODO mirror://epson/imagescanv3/debian/latest1/deb/x86/imagescan-bundle-debian-9-${utsushiVersion}.x86.deb.tar.gz using NIX_MIRRORS_epson=<space separated list>
+ # TODO http://support.epson.net/linux/en/imagescanv3.php#debian
+ # TODO https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=imagescan-plugin-networkscan is using the RPM file
+ #src = let
+ # add = a: b: a + b;
+ # append = rhs: lhs: lhs + rhs;
+ # mirrors.i686-linux = [
+ # "https://download2.ebz.epson.net/imagescanv3/debian/latest1/deb/x86"
+ # "http://ni.r/~tv/mirrors/epson"
+ # ];
+ # mirrors.x86_64-linux = [
+ # "https://download2.ebz.epson.net/imagescanv3/debian/latest1/deb/x64"
+ # "http://ni.r/~tv/mirrors/epson"
+ # ];
+ #in
src =
if stdenv.system == "x86_64-linux" then
fetchurl {
+ #urls = [
+ # "https://download2.ebz.epson.net/imagescanv3/debian/latest1/deb/x64/imagescan-bundle-debian-10-3.62.0.x64.deb.tar.gz"
+ # "http://ni.r/~tv/mirrors/epson/imagescan-bundle-debian-10-3.62.0.x64.deb.tar.gz"
+ #];
+ #hash = "sha256:1ha1h7xw23p96mpixgcg1sy8lzv8q414rr9n8h4vli0bdkl8i6x9";
urls = [
"https://download2.ebz.epson.net/imagescanv3/debian/latest1/deb/x64/imagescan-bundle-debian-10-3.63.0.x64.deb.tar.gz"
"http://ni.r/~tv/mirrors/epson/imagescan-bundle-debian-10-3.63.0.x64.deb.tar.gz"
];
hash = "sha256:1rbz6mjfinag7c2vnyl7lls3gpn8n91sv0p18ilnbw0vaddssn4j";
+ #urls = [
+ # "https://download2.ebz.epson.net/imagescanv3/debian/latest1/deb/x64/imagescan-bundle-debian-10-3.65.0.x64.deb.tar.gz"
+ # "http://ni.r/~tv/mirrors/epson/imagescan-bundle-debian-10-3.65.0.x64.deb.tar.gz"
+ #];
+ #hash = "sha256:0ad4kx20fsw5j7fhcvmlpyxr44imy9x6g36zpr8z0ghwqg17ljm5";
}
else throw "${pname} is not supported on ${stdenv.system}; supported systems: x86_64-linux";