easycrypt: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
runHook preInstall
|
||||
dune install --prefix $out easycrypt
|
||||
rm $out/bin/ec-runtest
|
||||
wrapPythonProgramsIn "$out/lib/easycrypt/commands" "$pythonPath"
|
||||
wrapPythonProgramsIn "$out/lib/easycrypt/commands" "''${pythonPath[*]}"
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user