nodePackages: init openstf

This commit is contained in:
Mikhail Klementev 2019-05-28 15:59:23 +00:00
parent 444f22ca89
commit 86e23f0ace
No known key found for this signature in database
GPG key ID: BE44DA8C062D87DC
2 changed files with 5 additions and 0 deletions

View file

@ -20,4 +20,8 @@ nodePackages // {
done
'';
};
stf = nodePackages.stf.override {
nativeBuildInputs = with pkgs; [ yasm czmq protobufc ];
};
}

View file

@ -8,5 +8,6 @@
, "node-gyp-build"
, "node-pre-gyp"
, "pnpm"
, "stf"
, "titanium"
]