mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #62176 from jollheef/openstf
nodePackages: init openstf
This commit is contained in:
commit
60b59c34a8
@ -20,4 +20,8 @@ nodePackages // {
|
||||
done
|
||||
'';
|
||||
};
|
||||
|
||||
stf = nodePackages.stf.override {
|
||||
nativeBuildInputs = with pkgs; [ yasm czmq protobufc ];
|
||||
};
|
||||
}
|
||||
|
@ -8,5 +8,6 @@
|
||||
, "node-gyp-build"
|
||||
, "node-pre-gyp"
|
||||
, "pnpm"
|
||||
, "stf"
|
||||
, "titanium"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user