Commit Graph

29 Commits

Author SHA1 Message Date
Julius de Bruijn
c9dc6fb025 nodePackages.prisma: 4.4.0 -> 4.5.0 2022-10-18 20:04:17 +02:00
Lily Foster
dc642a9412 nodePackages: fix builds on x86_64-darwin
Follow-up to #193337 to fix several x86_64-darwin build failures due to
missing xcrun/xcodebuild
2022-10-01 00:46:46 +09:00
Lily Foster
07b207c5e9 nodePackages: patch node2nix for npm v7+ and switch to building package set with current nodejs 2022-09-28 12:41:47 -04:00
Lily Foster
7030b3d11c nodePackages.tedicross: add missing native build deps 2022-09-28 12:41:47 -04:00
Lily Foster
59911b6316 nodePackages.mdctl-cli: mark as broken to node.js 16+
This package can still be used via `nodejs-14_x.pkgs.mdctl-cli`
2022-09-28 12:41:47 -04:00
Lily Foster
13050043aa nodePackages.keyoxide: add missing build inputs for canvas module 2022-09-28 12:41:47 -04:00
Lily Foster
557b843b62 nodePackages.ijavascript: fix external libzmq env var 2022-09-28 12:41:47 -04:00
Lily Foster
1bf7e01e54 nodePackages.fauna-shell: disable github release notes fetcher 2022-09-28 12:41:47 -04:00
Lily Foster
e51b313775 epgstation: fix for node2nix npmv7 update 2022-09-28 12:41:47 -04:00
superherointj
2b8f8ede46
Merge pull request #193230 from pimeys/prisma-4.4.0
prisma-engines: 4.2.1 -> 4.4.0
2022-09-27 17:54:52 -03:00
Julius de Bruijn
39ed1df4d6 nodePackages.prisma: 4.2.1 -> 4.4.0 2022-09-27 21:46:28 +02:00
Matthew Wraith
5234a266ac nodePackages.@withgraphite/graphite-cli: init at 0.20.10
Adding graphite (https://graphite.dev/) cli tool:

https://www.npmjs.com/package/@withgraphite/graphite-cli

This node package provides the 'gt' binary, which interacts with the
graphite system for stacked github PRs.

From their README (https://github.com/withgraphite/graphite-cli):

Graphite is a fast, simple code review platform designed for engineers
who want to write and review smaller pull requests, stay unblocked, and
ship faster.
2022-09-19 11:28:48 -07:00
David Houston
902e3f83a7
nodePackages.wrangler: init
Create a package for the latest version of wrangler, and rename the old
one to wrangler_1. The application will not work before Node.js
v16.13.0, so this is added to the meta.

Added it to the top-level as well.

Signed-off-by: David Houston <houstdav000@gmail.com>
2022-09-13 09:30:17 -04:00
Jen-Chieh Shen
9961e915b3 eask: init at 0.6.43 2022-09-07 03:21:18 +00:00
Sandro
26a1251e03
Merge pull request #162434 from tavi-vi/vega-lite_fix 2022-09-06 17:59:30 +02:00
Bill Ewanick
3ee25a45ed hyperspace-cli: remove 2022-08-29 13:44:41 -04:00
Tavi
e64288661e nodePackages.vega-lite: Fix vega module availability issue 2022-08-24 20:27:27 -04:00
Artturin
2f27d03380 nodePackages: fix cross-eval of overrides.nix 2022-08-16 12:43:03 +03:00
Tom Houlé
0570881609 nodePackages.prisma: 4.1.1 -> 4.2.1 2022-08-12 09:09:06 +02:00
Tom Houlé
196b1eabcd nodePackages.prisma: 4.0.0 -> 4.1.1 2022-08-02 14:19:05 +02:00
Maria
8c10a967f7
balanceofsatoshis: add shell completion 2022-07-26 08:08:30 -04:00
Julius de Bruijn
a7d864f07c nodePackages.prisma: 3.15.1 -> 4.0.0 2022-06-28 15:28:19 +02:00
Joshua Wong
247824f263 nodePackages."@forge/cli": init at 4.4.0 2022-06-19 17:36:42 -05:00
Sandro
b60f922d95
Merge pull request #177058 from pimeys/prisma-3.15.1
prisma-engines: 3.14.0 -> 3.15.1
2022-06-11 02:49:08 +02:00
Ilan Joselevich
519e07b297 nodePackages.graphql-language-service-cli: init at 3.2.26 2022-06-09 11:16:38 -07:00
Julius de Bruijn
2340d0c184 nodePackages.prisma: 3.14.0 -> 3.15.1 2022-06-09 18:12:20 +02:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Malo Bourgon
628a107546 nodePackages: get more packages building
Packages that now build:
* "@electron-forge/cli
* "@hyperspace/cli"/hyperspace-cli
* "@medable/mdctl-cli"
* thelounge-plugin-giphy
* vega-cli

Also move `pkgs.makeWrapper` from `buildInputs` to `nativeBuildInputs`
in overrides.
2022-05-14 11:30:21 -07:00
Malo Bourgon
31673e9aee nodePackages: make it easy to add meta.mainProgram to packages
This was accomplish by moving the current overrides overlay out of
./default.nix into to a seperate file ./overrides.nix, and composing
that overlay an overlay ,`mainProgramOverrides`, (defined in
./default.nix) which uses the contents of a new file ./main-programs.nix
to create overrides that add `meta.mainProgram` to packages.

The following changes were also made to existing overrides:
* `self` and `super` where changed to `final` and `prev` respectively
* Existing additions of `mainProgram` were moved to ./main-programs.nix
* References to `pkgs.lib` were changed to `lib`
* References to `pkgs.nodejs` were changed to `nodejs`
* References to `nodePackages` were changed  to `final`
* References to `pkgs.callPackage` were changed to `callPackage`

Finally `meta.mainProgram` was added to all packages that provide a
single executable whose name differs from the package's name, for
packages available on `{aarch64,x86_64}-darwin` and `x86_64-linux`.
2022-05-14 11:30:15 -07:00