Commit Graph

350 Commits

Author SHA1 Message Date
Riley Inman
f7ff79892c nodePackages: Use repo tree as nixpkgs
This will make sure that generate.sh uses the correct version of
node2nix when building nodePackages, since the current version on 19.03
is 1.6.0 and the tree should be built with 1.7.0.
2019-09-24 11:40:50 -04:00
Thomas Tuegel
7a4d7c58e3
Merge pull request #69219 from rileyinman/iosevka
iosevka: Simplify custom build process

The interface to configure a custom build with Nix has changed due to changes upstream; please refer to the derivation for details.
2019-09-24 10:16:44 -05:00
Roman Volosatovs
6e7742cfe6
nodePackages.dockerfile-language-server-nodejs: init at 0.0.21 2019-09-23 10:38:30 +02:00
Riley Inman
64accf2edf iosevka: Merge node dependencies into nodePackages 2019-09-23 02:03:10 -04:00
Malo Bourgon
279d51e585
nodePackages.serverless: init at 1.52.0
Closes https://github.com/NixOS/nixpkgs/pull/64204.
2019-09-17 01:50:58 +00:00
Malo Bourgon
00f6c93f83
nodePackages: update 2019-09-17 01:50:16 +00:00
Frederik Rietdijk
5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Jacek Galowicz
6adb914c29 nodePackages.gtop: init at 1.0.0 (#65306)
* Add gtop to node-packages-v10.json
* Run node-packages/generate.sh on edited node-packages-v10.json
* Add gtop to all-packages.nix
2019-08-25 18:14:08 +02:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
adisbladis
fae732edb1
nodePackages: Regenerate node packages for nodejs 10 & 12 2019-08-02 02:34:33 +02:00
Florian Friesdorf
10710c6956
npm2nix: remove
`npm2nix` is unmaintained for about two years[1], node2nix[2] or
probably even yarn2nix[3] should be used nowadays.

[1] https://github.com/nixos/npm2nix#disclaimer-this-project-is-no-longer-maintained-instead-use-node2nix
[2] https://github.com/svanderburg/node2nix
[3] https://github.com/moretea/yarn2nix

Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-07-28 10:57:55 +02:00
Mrmaxmeier
09b004102d regenerate node-packages*.nix for nodePackages.thelounge 2019-07-23 13:18:01 +02:00
Mrmaxmeier
a37b32bc8f thelounge: init node package at v3.0.1 2019-07-23 12:53:58 +02:00
Domen Kožar
e765dde910
antora: include site-generator-default 2019-07-23 10:16:15 +02:00
Domen Kožar
2000a9ebcb
Add antora 2019-07-22 08:09:09 +02:00
Frederik Rietdijk
a55c726f6b nodePackages.scuttlebot -> nodePackages.ssb-server, updated nodePackages_10_x
Package was renamed upstream.
2019-07-14 10:37:21 +02:00
adisbladis
d614edeb32
Revert Nodejs-8_x deprecation
This was supposed to go through a pull request

Revert "nodePackages: Regenerate node packages for nodejs 10 & 12"
This reverts commit 6a17bdf3974fce9d0c5098e77aa5fe6de279f2c7.

Revert "nodejs-8_x: Drop package"
This reverts commit e06c97b71d33bf8480fb40f825e8d3138783f986.
2019-07-05 12:23:27 +01:00
adisbladis
e06c97b71d
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-07-05 12:21:42 +01:00
adisbladis
6a17bdf397
nodePackages: Regenerate node packages for nodejs 10 & 12 2019-07-05 12:08:52 +01:00
Tim Steinbach
3df56e9982 nodePackages: Regenerate
Updates from Jul 1, 2019 @ 23:15 UTC
2019-07-04 09:07:03 -04:00
Tim Steinbach
12c370848b nodePackages.aws-azure-login: Init at 1.7.0 2019-07-04 09:07:03 -04:00
Marek Fajkus
a97986a481 elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes
Extends the number of available tools for Elm language.

1. fix and move "elm-test"
Previously located in nodePackages.elm-test but broken (see binwrap info).
Now fixed and located in elmPackages.elm-test

2. add "elm-verify-examples"
Generate tests from documentation examples

3. add "elm-upgrade"
upgrade assistant using statical analysis

4. add "elm-analyse"
static analysis for elm code (linter)

5. move "elm-doc-preview"
originally located in nodePackages.elm-upgrade - moved for consistency

6. add "elmi-to-json"
transforms elmi files to json - used by other tools like elm-test and
elm-verify-examples

Node.js based dependencies are defined the same way as nodePackages
contaparts but are independent (has it's own packages.json)

patch-binwrap.nix is used to as a replacement for binwrap package
used by some nodejs dependencies that depends on Haskell binaries
(elm-test and elm-verify-examples).

BREAKING CHANGE
===============
elm-doc-preview (as well as broken elm-test) is now commented
in `node-packages-v10.json` and should be removed once new
nix-expressions for node10 are generated (out of scope of this PR)

There are still 2 outstanding elm related packages in nodePackages

1. elm-oracle - legacy package which is not compatible with elm 0.19
2. elm-live - should be moved in the future I think
2019-06-18 21:29:10 +02:00
Sander van der Burg
18c2b52314 node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce nodePackages_12_x attribute set 2019-06-05 23:48:42 +02:00
Matthew Piziak
24e623f3f1 nodePackages: regenerate 2019-05-29 10:37:43 -04:00
Mikhail Klementev
86e23f0ace
nodePackages: init openstf 2019-05-28 21:55:22 +00:00
Matthew Piziak
7c3eb73599 nodePackages: regenerate 2019-05-10 17:34:34 -04:00
Brice Waegeneire
ccede2a7ee nodePackages: init vue, html & css languageservers 2019-05-10 21:42:43 +02:00
Malo Bourgon
75942540fa nodePackages: init bash-language-server, init speed-test, init typescript-language-server 2019-05-09 20:01:53 -07:00
Matthew Piziak
95738ec726 nodePackages_10_x: add textlint-plugins to list of generated packages (#54443)
nodePackages_10_x.textlint-plugin-latex: init at 1.0.4
nodePackages_10_x.textlint-rule-abbr-within-parentheses: init at 1.0.2
nodePackages_10_x.textlint-rule-alex: init at 1.3.1
nodePackages_10_x.textlint-rule-common-misspellings: init at 1.0.1
nodePackages_10_x.textlint-rule-diacritics: init at 0.0.2
nodePackages_10_x.textlint-rule-en-max-word-count: init at 1.0.1
nodePackages_10_x.textlint-rule-max-comma: init at 1.0.4
nodePackages_10_x.textlint-rule-no-start-duplicated-conjunction: init at 2.0.2
nodePackages_10_x.textlint-rule-period-in-list-item: init at 0.2.0
nodePackages_10_x.textlint-rule-stop-words: init at 1.0.8
nodePackages_10_x.textlint-rule-terminology: init at 1.1.30
nodePackages_10_x.textlint-rule-unexpanded-acronym: init at 1.2.3
nodePackages_10_x.textlint-rule-write-good: init at 1.6.2
2019-05-09 17:13:20 -07:00
Silvan Mosberger
ca37c23f91
Merge pull request #58096 from pacien/tedicross-init
tedicross: init at 0.8.7
2019-04-23 23:14:22 +02:00
pacien
df04850604 tedicross: init at 0.8.7 2019-04-23 22:52:05 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Will Dietz
fd8bf47c5e
Merge pull request #59097 from dtzWill/feature/joplin-cli
joplin: init at 1.0.124 (CLI note-taking app, cc joplin-desktop)
2019-04-17 14:05:52 -05:00
Will Dietz
1638aa6321 nodePackages: update (regen via generate.sh) 2019-04-07 01:22:59 -05:00
Will Dietz
73bfe946d6 nodePackages.joplin: init, cli note-taking app
Companion to joplin-desktop!
2019-04-07 01:01:16 -05:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
Terje Larsen
657ed24d67
nodePackages.indium: init at 3.4.1 2019-03-21 19:37:34 +01:00
Domen Kožar
49fb21232f
Add nodePackages.elm-doc-preview 2019-03-20 16:44:06 +07:00
Silvan Mosberger
dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01:00
Terje Larsen
468175da84
nodePackages.tsun: init at 0.4.0 2019-02-23 12:09:51 +01:00
Pierre-Étienne Meunier
f0186ed533 nodePackages.reveal: init at 3.7.0 2019-02-19 12:59:34 +00:00
Daniel Garzon
117559bcfa nodePackages_10_x.@angular/cli: init at 7.3.1 2019-02-18 06:01:55 -05:00
Hlöðver Sigurðsson
c388cecf45 nodePackages_10_x: bump webpack-cli (#55814) 2019-02-18 12:13:17 +02:00
Domen Kožar
54568a7caf
nodePackages_10_x: add markdown-link-check 2019-02-13 21:10:14 +07:00
Vladyslav M
d359b5df54
Merge pull request #54633 from srghma/pnpm-fix
pnpm: fix build error "unsupported URL Type link"
2019-01-26 22:56:06 +02:00
Sergei Khoma
7ea948f912 pnpm: fix build error "unsupported URL Type link" 2019-01-26 19:26:17 +02:00
Matthew Piziak
56f3fbf9f2
nodePackages_10_x.textlint: init at 11.2.1 2019-01-19 09:56:56 +00:00
Jörg Thalheim
fa17085179
nodePackages: regenerate 2019-01-17 08:03:21 +00:00
tzemanovic
fb0d69d12c
nodePackages: add elm-live 2019-01-17 08:03:21 +00:00
Pierre-Étienne Meunier
90ed386897 Adding webpack-cli to the node packages 2019-01-14 17:28:26 +02:00
Moritz Ulrich
6d21e8d361
nodePackages: Regenerate and fix azure-cli
Regenerates the `nixpkgs` NodeJS set (and updates all dependencies
internally).

Also, the `azure-cli` package doesn't build with NodeJS 10, so now
NodeJS 8 is used for `azure-cli`.

Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2018-12-10 11:46:46 +01:00
Jörg Thalheim
da4e257fce
Merge pull request #51670 from Mic92/quassel-webserver
quassel-webserver: remove
2018-12-08 16:26:45 +00:00
Jörg Thalheim
40c8969b4c
quassel-webserver: remove
Package is broken and the original maintainer does not respond.
Unless someone wants to pick it up, I propose the removal.

fixes #51614
2018-12-07 16:46:36 +00:00
隠岐奈
0da3190cf8 nodePackages: meguca: 1.0.9 -> 1.1.3 2018-12-06 11:41:31 -06:00
Jörg Thalheim
0bd2ab5ca2
nodePackages.phantomjs: remove override
a left-over from https://github.com/NixOS/nixpkgs/pull/50451
2018-11-19 16:21:39 +00:00
Sander van der Burg
226c3e11a0 nodePackages: move alloy and titanium to node-packages-v8 because they are not compatible with 10.x 2018-11-17 22:51:24 +01:00
Jörg Thalheim
3c032bbadd
nodePackages: regenerate 2018-11-16 23:41:18 +00:00
Aaron Janse
fba452f556
nodePackages: add fkill-clifix
fixes #49308
2018-11-16 21:36:36 +00:00
Christian Rackerseder
525587ce81
nodePackages.cpy-cli: init at 2.0.0
fixes #50303
2018-11-16 21:35:14 +00:00
Jörg Thalheim
25d6dc99bb
nodePackages: 8_x -> 10_x 2018-11-16 21:31:44 +00:00
Domen Kožar
e81b1a06be
Add nodePackages_10_x.parcel-bundler 2018-11-16 20:46:19 +00:00
Jörg Thalheim
a9efcc85cb
nodePackages: regenerate 2018-11-16 14:14:18 +00:00
Jörg Thalheim
9d9ba8f4c1
nodePackages: make generate.sh fail fast on error 2018-11-16 11:15:25 +00:00
Jörg Thalheim
d39baf61eb
nodePackages.webdrvr: remove
project seems dead: https://github.com/uxebu/webdrvr
2018-11-16 11:15:24 +00:00
Jörg Thalheim
03111b63a4
nodePackages.phantomjs: remove
We already have phantomjs/phantomjs2 packaged.
2018-11-16 11:15:24 +00:00
Jörg Thalheim
2b8cde0ce2
nodePackages.parsoid: remove
fork seems unmaintained: https://github.com/abbradar/parsoid
cc @abradar
2018-11-16 11:15:24 +00:00
Jörg Thalheim
69bae93175
nodePackages.node-uptime: remove
project seems unmaintained: https://github.com/fzaninotto/uptime
cc @shlevy
2018-11-16 09:38:34 +00:00
Jörg Thalheim
e4c8fdb545
nodePackages.guifi-earth: remove 2018-11-16 09:38:34 +00:00
Jörg Thalheim
26cb156942
nodePackages.docker-registry-server: remove
project is dead and superseeded by docker-distribution that we have packaged.
2018-11-16 09:38:34 +00:00
Wael M. Nasreddine
657e18e011
nodePackages.neovim: init at 4.2.1 2018-11-14 19:54:46 -08:00
Jörg Thalheim
96a899a168
nodePackages: regenerate 2018-11-14 18:55:04 +00:00
Jörg Thalheim
552c223625
nodePackages.statsd: remove
The package/service is broken. Upstream is dead
2018-11-14 18:32:44 +00:00
Jörg Thalheim
e15babe35e
nodePackages.stylus: remove
Project has had no release in three, development seems stall: npmjs.com/package/stylus

cc @svanderburg
2018-11-14 18:32:43 +00:00
Jörg Thalheim
16a601b30f
nodePackages.typings: remove
This was deprecated by types, see npmjs.com/package/typings
cc @ therealpxc
2018-11-14 18:32:43 +00:00
Jörg Thalheim
54021f59b1
nodePackages.sinopia: remove
Project is unmaintained: rlidwka/sinopia#376
Could not find who added this.
2018-11-14 18:32:43 +00:00
Jörg Thalheim
386bcd4625
nodePackages.nsp: remove
The package was deprecated by upstream: npmjs.com/package/nsp
cc @peterromfeldhk
2018-11-14 18:32:42 +00:00
Jörg Thalheim
7e31a1d534
nodePackages.kibana-authentication-proxy:
This one did not receive an update in 5 years.
I could not find the guy adding this.
2018-11-14 18:32:42 +00:00
Jörg Thalheim
096639f403
nodePackages.jsontool: remove
This is actually now json which we also have: npmjs.com/package/jsontool
cc @rbvermaa
2018-11-14 18:32:42 +00:00
Jörg Thalheim
105484ed01
nodePackages.jayschema: remove
No longer maintained by upstream: npmjs.com/package/jayschema
Project page recommends alternative implementations.
cc @svanderburg
2018-11-14 18:32:42 +00:00
Jörg Thalheim
d5497d8979
nodePackages.istanbul: remove
This version was deprecated by upstream: https://github.com/gotwarlost/istanbul#readme

cc @svanderburg
2018-11-14 18:32:41 +00:00
Jörg Thalheim
bc0df45a14
nodePackages.hipache: remove
project was deprecated by upstream: https://github.com/hipache/hipache

cc @shlevy
2018-11-14 18:32:41 +00:00
Jörg Thalheim
62f4be2a89
nodePackages.fetch-bower: remove
This was replaced by bower2nix.

cc @shlevy
2018-11-14 18:32:41 +00:00
hlolli
0e134bfa34 Lumo init at 1.9.0 2018-11-10 21:52:48 +01:00
Andres Romero
2718feae6f
nodePackages.ttf2eot: init at 2.0.0
fixes #49575
2018-11-06 09:16:45 +00:00
ilikeavocadoes
dfa5a2bbc3 nodePackages: add azure-functions-core-tools (#48453) 2018-11-06 07:36:52 +01:00
Patrick Elliott
7c0122e7e6 Added native build dependencies for scuttlebot (#49471) 2018-10-31 20:12:53 +01:00
Patrick Elliott
032a2b3907 nodePackages.git-ssb: add node-gyp-build dependency 2018-10-30 20:26:54 +02:00
Léo Gaspard
ff937fd06c
webassemblyjs tool suite: init at 1.7.8 2018-10-15 23:55:55 +09:00
Nick Novitski
03bcca7a45 nodePackages_8_x: add gulp-cli 2018-10-08 14:56:41 -07:00
Matthew Bauer
673a63875d
Merge pull request #47593 from e-user/pkgs/snyk-1.99.1
snyk: init at 1.99.1
2018-10-05 22:33:02 -05:00
schneefux
ce4072c662 nodePackages.webtorrent-cli: add node-gyp dependency, fixes build 2018-10-04 17:12:52 +02:00
Philipp Middendorf
22e9c0a6fa jshint: depend on phantomjs2 2018-10-02 18:06:55 +02:00
Alexander Kahl
bbac304b34
snyk: init at 1.99.1 2018-10-01 13:10:43 +02:00
Christian Rackerseder
189d534d2b nodePackages_8_x: add http-server 2018-09-28 23:09:58 +02:00
John Ericson
eb429c7c54
Merge pull request #46712 from obsidiansystems/ios-depoy
ios-depoy: Add missing rsync dep
2018-09-15 14:56:32 -04:00
John Ericson
1ad73bb3ca ios-depoy: Add missing rsync dep 2018-09-15 14:48:03 -04:00
Matthew Bauer
375d3ac2c9
Merge pull request #46000 from cryptix/add/ScuttlebotAndGitSSB
scuttlebot and git-ssb: init at 11.4.3 and 2.3.6
2018-09-10 14:56:27 -05:00
xeji
ba52f4cb76
statsd: mark broken, disable nixos test (#46097)
It's broken with node v8 and the upstream project is dead
(last commit Nov. 2016), see #45946 and
https://github.com/etsy/statsd/issues/646
2018-09-05 16:48:14 +02:00
Henry
af54308081 scuttlebot and git-ssb: init at 11.4.3 and 2.3.6 2018-09-03 20:35:37 +02:00
Jörg Thalheim
4a74aca868
Merge pull request #45700 from Mic92/node-packages-v8
nodePackages: 6_x -> 8_x
2018-09-01 09:09:24 +01:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jörg Thalheim
ca0260e2df nodePackages.@vue/cli: init at 3.0.1
fixes #45456
2018-08-28 11:56:46 +01:00
Jörg Thalheim
bf56bc7b49 nodePackages: 6_x -> 8_x 2018-08-28 11:15:07 +01:00
Uri Baghin
23581b125b nodePackages_10_x: add node-gyp 2018-08-22 14:08:38 +10:00
Matthew Bauer
bbb0e5332b
Merge pull request #44879 from jasoncarr0/add-jake-madoko
nodePackages.jake init, nodePackages.madoko init
2018-08-15 19:41:44 -05:00
Matthew Bauer
6e094cb4bf
Merge pull request #44699 from yrashk/tiddlywiki
nodePackages.tiddlywiki: init at 5.1.17
2018-08-15 19:41:22 -05:00
Jason Carr
533a83c30d nodePackages: update versions 2018-08-10 15:10:21 -04:00
Jason Carr
c2fc585110 nodePackages.madoko init 2018-08-10 15:04:58 -04:00
Jason Carr
2560b0724a nodePackages.jake init 2018-08-10 15:04:53 -04:00
Yurii Rashkovskii
cbfdce4d7b
nodePackages.tiddlywiki: init at 5.1.17 2018-08-08 16:39:30 +07:00
Alyssa Ross
1186bdbf7e
triton: init at 6.1.2 2018-08-07 15:46:39 +01:00
Okina Matara
4f99b18985 nodePackages: meguca: 1.0.8 -> 1.0.9 2018-08-03 10:41:45 -05:00
Théo Zimmermann
e6077f3afa
graphql-cli: init at 2.16.5 2018-08-02 13:17:59 +02:00
volth
dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
Will Dietz
9194d147ba node-packages: update to latest (ran generate.sh) 2018-07-15 17:23:40 -05:00
adisbladis
355708db80
nodePackages_10_x.pnpm: init at 2.9.0 2018-07-05 22:52:38 +08:00
Okina Matara
70acec8ae5 nodePackages: meguca: use node2nix 1.6.0 2018-06-30 19:58:14 -05:00
Okina Matara
ec92e4dbe2 nodePackages: meguca: 1.0.7 -> 1.0.8 2018-06-29 16:36:35 -05:00
Okina Matara
6f96f5549c nodePackages: meguca: 1.0.7 update 2018-06-29 15:57:13 -05:00
Okina Matara
8ca6c4d47d nodePackages: meguca: 1.0.5 -> 1.0.7 2018-06-29 15:57:03 -05:00
Okina Matara
4031e08242 nodePackages: meguca: 1.0.4 (2018-05-17) -> 1.0.5 2018-06-29 15:56:54 -05:00
Sander van der Burg
05474564b2 Add minimal package set for Node.js 10.x 2018-06-29 22:44:33 +02:00
Sander van der Burg
0068fea88c nodePackages: regenerate with node2nix 1.6.0 2018-06-28 23:26:44 +02:00
Vo Anh Duy
c5d56965af Add leetcode-cli tool 2018-06-07 20:54:52 +07:00
adisbladis
0b97cb69f3
nodePackages_8_x: Add nodejs (npm) to wrapper
Some pnpm commands forward to npm which might not exist in $PATH
2018-06-06 15:54:24 +08:00
adisbladis
5fb1cfb77b
nodePackages_8_x.pnpm: wrap nodejs.passthru.python 2018-06-01 14:39:46 +08:00
Okina Matara
934db656b1 nodePackages: meguca: init at git-2018-05-17 2018-05-26 07:02:06 -05:00
John Ericson
ceb8f6e38f ios-rebuild: Unbreak build
Needs to link with a C compiler, not linker directly
2018-05-16 14:28:23 -04:00
Jörg Thalheim
f343efcf9b nodePackages.elm-oracle: init at 1.1.1
fixes #38353 #31036
2018-05-07 10:38:16 +01:00
Jörg Thalheim
0e5d6a6644 nodePackages.imapnotify: init at 0.4.1
fixes #38025 #37179
2018-05-07 10:28:09 +01:00
Jörg Thalheim
69bf313e74 nodePackages{v6,v8}: update 2018-05-07 10:19:16 +01:00
Timo Kaufmann
4e9892f845 nodePackages_8_x.mathjax: Init at 2.7.4 2018-05-06 00:56:33 +02:00
Timo Kaufmann
b21da37044 nodePackages_8_x.three: Init at 0.92.0 2018-05-06 00:55:10 +02:00
BjornMelgaard
5bb75e17b9 node2nix: add nix as dependency (fix for #38946) 2018-04-14 23:17:25 +03:00
Maximilian Bosch
2d165b038a
nodePackages: add create-{react,react-native}-app; regenerate package set 2018-04-10 13:28:54 +02:00
Brice Waegeneire
1a1612155c nodePackages.webtorrent-cli: init at 1.11.0 2018-04-06 18:43:59 +02:00
Judson
4bf9fc79e1
Adding create-cycle-app
Adding create-cycle-app

Fixing removed modules
2018-04-02 14:24:39 -07:00
Nikolay Amiantov
37546be900 nodePackages.parsoid: pin service-runner to 2.3.0
service-runner had a backwards incompatible update, and parsoid 0.9.0
doesn't work with current stable MediaWiki. Instead use as a source
a repository with 0.8.0 and pinned service-runner version.
2018-04-02 22:38:40 +03:00
Sébastien Maccagnoni
e8ad790710 nodePackages vue-cli: init at 2.9.3 (#36391) 2018-04-01 12:41:31 +01:00
Graham Christensen
37f50c15da
Merge pull request #37749 from grahamc/nixpkgs-docs
Make Nixpkgs docs less frustrating to hack on
2018-03-26 08:24:52 -04:00
Graham Christensen
92d53362d4
Move all nixpkgs doc files in to the doc directory
This makes a makefile-driven developer workflow nicer.
2018-03-25 19:52:00 -04:00
Peter Romfeld
72e8987068 nodePackages_8_x.swagger: init at 0.7.5 2018-03-24 15:35:52 +08:00
Sander van der Burg
40e3ad60aa nodePackages: regenerate with node2nix 1.5.3 2018-03-13 00:04:44 +01:00
adisbladis
48edc140dc
nodePackages_8_x.npm: init at 5.6.0 2018-03-01 18:21:49 +08:00
Sander van der Burg
ede1b6f0df nodePackages: regenerate with node2nix 1.5.2 2018-02-28 00:07:56 +01:00
adisbladis
d192858a76 nodejs: Drop 4_x packages
nodejs-4_x is scheduled end-of-life on 2018-04-30
It should not go in the 18.03 release
2018-02-27 10:19:23 +01:00
adisbladis
a1835b9924 treewide: Remove references to nodejs-4_x 2018-02-27 10:19:23 +01:00
adisbladis
4586b7b888
nodePackages_6_x: regenerate with node2nix 2018-02-27 14:18:02 +08:00
adisbladis
bce1a89308
nodePackages_8_x: regenerate with node2nix 2018-02-27 14:17:53 +08:00