rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to update v8)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, logLevel ? ""
|
||||
, buildInputs ? []
|
||||
, cargoUpdateHook ? ""
|
||||
, cargoDepsHook ? ""
|
||||
, ... } @ args:
|
||||
|
||||
let
|
||||
@@ -28,6 +29,8 @@ in stdenv.mkDerivation (args // {
|
||||
configurePhase = args.configurePhase or "true";
|
||||
|
||||
postUnpack = ''
|
||||
eval "$cargoDepsHook"
|
||||
|
||||
echo "Using cargo deps from $cargoDeps"
|
||||
|
||||
cp -r "$cargoDeps" deps
|
||||
|
||||
Reference in New Issue
Block a user