nodePackages: init openstf

This commit is contained in:
Mikhail Klementev
2019-05-28 21:55:22 +00:00
parent 444f22ca89
commit 86e23f0ace
2 changed files with 5 additions and 0 deletions
@@ -20,4 +20,8 @@ nodePackages // {
done done
''; '';
}; };
stf = nodePackages.stf.override {
nativeBuildInputs = with pkgs; [ yasm czmq protobufc ];
};
} }
@@ -8,5 +8,6 @@
, "node-gyp-build" , "node-gyp-build"
, "node-pre-gyp" , "node-pre-gyp"
, "pnpm" , "pnpm"
, "stf"
, "titanium" , "titanium"
] ]