Merge pull request #62176 from jollheef/openstf

nodePackages: init openstf
This commit is contained in:
Ryan Mulligan 2019-05-29 05:52:43 -07:00 committed by GitHub
commit 60b59c34a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
]