Merge pull request #62176 from jollheef/openstf
nodePackages: init openstf
This commit is contained in:
commit
60b59c34a8
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue