lib.makePerlPath -> perlPackages.makePerlPath
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, unzip, makeWrapper, perl, ImageExifTool
|
||||
, CpanelJSONXS, coreutils, zip, imagemagick, pngcrush, lcms2
|
||||
{ stdenv, fetchurl, unzip, makeWrapper, perlPackages
|
||||
, coreutils, zip, imagemagick, pngcrush, lcms2
|
||||
, facedetect, fbida }:
|
||||
|
||||
# TODO: add optional dependencies (snippet from fgallery source):
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "18wlvqbxcng8pawimbc8f2422s8fnk840hfr6946lzsxr0ijakvf";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip makeWrapper perl ImageExifTool CpanelJSONXS ];
|
||||
buildInputs = [ unzip makeWrapper ] ++ (with perlPackages; [ perl ImageExifTool CpanelJSONXS ]);
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/bin"
|
||||
|
||||
Reference in New Issue
Block a user