Commit graph

51 commits

Author SHA1 Message Date
Robert Schütz 8959f1d2e8 deltachat-desktop: init at unstable-2021-08-04 2021-08-09 06:53:58 +02:00
Aaron Zeng 528e90adf2
fast-cli: 1.0.0 -> 3.0.1 (#130698)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-20 18:29:52 +02:00
Doron Behar 3e61e15688 node2nix: Fix hashes for patches 2021-07-20 10:20:21 +03:00
Luflosi 703b9b144c
nodePackages.postcss-cli: add passthru.tests 2021-07-18 14:05:57 +02:00
Luflosi 3a7405c1be
nodePackages.autoprefixer: init at 10.3.1 2021-07-18 12:08:31 +02:00
Sandro 688b4cb03e
Merge pull request #129697 from piegamesde/node2nixfix 2021-07-18 00:54:24 +02:00
Sandro Jäckel bc7fa146a2
node-packages: remove libusb usage 2021-07-16 00:11:37 +02:00
matthewcroughan 79c92e4f06 hyperspace-cli: init at 1.5.1
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-15 20:06:53 +01:00
Robert Hensing d873c3d4dc nodePackages: Add jsonplaceholder 2021-07-15 09:29:56 +02:00
piegames 7f55664079 nodePackages.node2nix: Remove node_ prefix in buildNodePackage
Fixes #127137

This greatly improves compatibility with repology.org. As a side effect, more packages
will be supported by automatic update tools
2021-07-14 02:17:30 +02:00
Luflosi 87f1708872
nodePackages.postcss-cli: fix execution of binary
Without this change, executing the postcss binary results in the following error:
Error: Cannot find module 'postcss'
2021-07-12 18:36:57 +02:00
Florian Beeres b2ec1ffa00 nodePackages.netlify-cli: update esbuild
Netlify CLI moved to a fork of esbuild which now requires a different
"src" value in addition to a more recent version
2021-06-23 18:28:07 +02:00
Joe Hermaszewski 57af1727bc nodePackages.wavedrom-cli: init at 2.6.9
Also update nodePackages
2021-06-02 10:35:29 +08:00
Bruno BELANYI d60e79d113 markdownlint-cli: init at 0.27.1 2021-05-28 23:28:11 +02:00
Bruno BELANYI d317ed3d47 flood: set 'meta.mainProgram' 2021-05-23 14:12:33 +02:00
Florian Beeres 3eac120c3d netlify-cli: fix build
This commit uses the ESBUILD_BINARY_PATH env variable of esbuild to
supply a Nix managed esbuild binary. Otherwise the postInstall script
would try to make a network request.

See below links for more info:

https://github.com/evanw/esbuild/pull/597/files
https://docs.netlify.com/configure-builds/file-based-configuration/#functions
2021-05-13 10:51:17 -07:00
Bruno BELANYI 2e95877eb6 bitwarden-cli: set meta.mainProgram 2021-05-12 22:32:02 +02:00
Austin Butler 024cf2a8b0 nodePackages.joplin: fix Darwin build 2021-04-23 21:54:23 -07:00
Louis Bettens 4bd1d7cf09 teck-programmer: init at 1.1.1 2021-04-19 16:12:04 +02:00
Eric Bailey 4e88135f84
aws-azure-login: init at 3.3.0 (#110634)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-14 23:08:31 +02:00
Samuel Gräfenstein 40d746ed7b
nodePackages: v4l_utils -> v4l-utils
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:18 +01:00
Roger Qiu 4b94aba501
@electron-forge/cli: init at 6.0.0-beta.54 2021-03-06 18:46:06 +11:00
Ben Siraphob afebe553f8 nodePackages: stdenv.lib -> lib 2021-01-27 16:38:34 +07:00
Sandro 7539f489b4
Merge pull request #106449 from SamirHafez/yaml-language-server-dependency
yaml-language-server: Fails to start due to missing `prettier` dependency
2021-01-19 18:16:57 +01:00
Samir Hafez 449100b24a
yaml-language-server: Fails to start due to missing prettier dependency 2021-01-19 12:30:50 +00:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Sandro Jäckel d4a9f0c842
nodePackages.ijavascript: init at 5.2.0 2021-01-02 18:02:44 +01:00
MetaDark 4f5c437c98
nodePackages.typescript-language-server: add typescript dependency
typescript-language-server is a wrapper around tsserver and is useless
without it
2021-01-02 18:02:44 +01:00
Thiago Kenji Okada d832774343
flood: init at 4.1.2 2020-12-02 10:29:00 +01:00
David Terry 52d7e31874
nodePackages.hsd: init at 2.2.0 2020-11-16 17:11:47 +01:00
Florian Beeres b1b63b66c9 nodePackages: init multiple packages
This commit combines several individual PRs which would have resulted in
merge conflicts in the generated JSON files. Instead, the "generate.sh"
script is only ran once.

Due to "makam" not building on MacOS in the form it was originally added
in the PR I made some adjustments to this diff.

List of added packages:

- nodePackages.clubhouse-cli: init at 2.1.0
- nodePackages.makam: init at 0.7.17
- nodePackages.inliner: init at 1.13.1
- nodePackages.sass: init at 1.27.0
- nodePackages.undollar: init at 1.0.0

Co-authoring is used to preserve contributions.

Co-authored-by: Changlin Li <mail@changlinli.com>
Co-authored-by: Pasquale <p3dimaria@hotmail.it>
Co-authored-by: Teodoro Freund <teodoro.freund@tweag.io>
Co-authored-by: Tobias Mayer <tobim@fastmail.fm>
Co-authored-by: vladki <vlad@kirillov.im>
2020-10-16 10:55:26 +02:00
Jan Tojnar 94447e06b4
nodePackages.expo-cli: use .override
generate.sh seems to remove changes to node-env.nix, fortunately
.override seems to work so .overrideNodeAttrs does not actually
seem necessary. Not sure why I did not use it before.
2020-10-08 09:43:53 +02:00
Jan Tojnar 6d7aafccbf
nodePackages.expo-cli: init 3.27.14 2020-10-07 21:03:34 +02:00
Yannik Sander dddd1ad54d nodePackages.mermaid-cli: init 8.4.8 2020-09-30 11:46:17 +02:00
Doron Behar 9c12892e7b joplin: fix build by adding missing deps
ZHF: #97479
2020-09-19 19:40:26 +03:00
Matthias Meschede 7fb1ee093d nodePackages.vega-lite: init at version 4.15.0
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-09-19 19:30:19 +03:00
Matthias Meschede 233331c223 nodePackages.vega-cli: init at version 5.15.0 2020-09-19 14:27:32 +02:00
midchildan b75887a4b1
epgstation: init at 1.7.4 2020-09-12 00:34:40 +09:00
Anton Arapov e5701710e3 nodePackages.node-red: fix build
resolves issue #89205

Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-09-09 07:40:55 +02:00
Silvan Mosberger 15c8e915f5
Merge pull request #90326 from terlar/fix-tsun
nodePackages.tsun: add typescript dependency
2020-08-20 20:53:18 +02:00
Terje Larsen cd9b4e02d0
nodePackages.tsun: add typescript to NODE_PATH
This package has typescript as dependency, but it is specified as peer
dependency which is not reflected via the nodePackages generation script
which is using node2nix which is requiring `--include-peer-dependencies`
to include such dependencies.

In order to be able to run this package stand alone, it needs to add the
typescript module to the NODE_PATH.

Fix #88046
2020-08-20 20:51:03 +02:00
midchildan c1caf509a9
mirakurun: init at 3.3.0 2020-08-10 23:38:52 +09:00
Matthew Bauer 10aa776340 ios-deploy: move out of nodePackages
This doesn’t need nodePackages to work, so we can move it to
pkgs/os-specific/darwin. Note that it still requires xcodebuild to
work.
2020-07-21 10:24:53 -05:00
Michele Guerini Rocco 1d924f0354
Merge pull request #89772 from rnhmjoj/dnschain
dnschain: remove
2020-06-13 13:37:02 +02:00
rnhmjoj 2e5019b92c
dnschain: remove package and NixOS module
The software is unmaintained since ~2014 and the package
can't be built anymore (issue #89205).
2020-06-13 12:33:31 +02:00
Mrmaxmeier 2d92ecf84c thelounge: re-apply 'write out default path'
restores part of df2f8d9150
after 6602f87384
2020-06-10 18:19:36 +02:00
Jörg Thalheim 3ee20ba064
pulp: add purescript to PATH 2020-05-30 19:54:20 +01:00
Jörg Thalheim 9921d78589
nodePackages: fix insect build 2020-05-30 12:31:55 +01:00
Jörg Thalheim fee8e7991a
nodePackages.pulp: fix build 2020-05-30 12:19:57 +01:00
Christian Albrecht db062297cb
Add meta.broken and meta.platforms to node-packages 2020-05-29 21:24:31 +02:00