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:
Aristid Breitkreuz
2016-12-03 23:36:48 +01:00
parent 475224968c
commit e3dcf5da1d
3 changed files with 83 additions and 0 deletions
+3
View File
@@ -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