fix for master

This commit is contained in:
Massimo Redaelli 2018-06-24 17:36:11 +02:00
parent 5667087581
commit 4dae72c879

View File

@ -6,7 +6,7 @@ libxslt,
libusb, libusb,
sane-backends, sane-backends,
rpm, cpio, rpm, cpio,
eject, getopt,
patchelf, gcc patchelf, gcc
}: }:
@ -55,6 +55,7 @@ let plugins = {
''; '';
hw = "Perfection V500 Photo"; hw = "Perfection V500 Photo";
}; };
meta = common_meta // { description = "iscan esci x770 plugin for "+passthru.hw; };
}; };
f720 = stdenv.mkDerivation rec { f720 = stdenv.mkDerivation rec {
name = "iscan-gt-f720-bundle"; name = "iscan-gt-f720-bundle";
@ -155,7 +156,7 @@ stdenv.mkDerivation rec {
''; '';
postFixup = '' postFixup = ''
# iscan-registry is a shell script requiring getopt # iscan-registry is a shell script requiring getopt
wrapProgram $out/bin/iscan-registry --prefix PATH : ${eject}/bin wrapProgram $out/bin/iscan-registry --prefix PATH : ${getopt}/bin
registry=$out/bin/iscan-registry; registry=$out/bin/iscan-registry;
'' + '' +
stdenv.lib.concatStrings (stdenv.lib.mapAttrsToList (name: value: '' stdenv.lib.concatStrings (stdenv.lib.mapAttrsToList (name: value: ''