mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
fix for master
This commit is contained in:
parent
5667087581
commit
4dae72c879
@ -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: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user