Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046
> Because of the content-addressable store, if two programs have the
> same dependency it will already result in the same derivation in
> the
> store. Git also has compression in the pack files so it won't make
> much difference to duplicate the dependencies on disk. And finally
> most users will just use the binary builds so it won't make any
> differences to them.
This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Rok Garbas
f17ff218ff
nodejs: ensure that all scripts in nodejs have proper shebangs ( #17594 )
2016-08-08 22:14:01 +02:00
Tuomas Tynkkynen
b96fe03484
treewide: Fix meta.platforms related typos
2016-08-02 21:17:44 +03:00
Tobias Pflug
39cf213e2b
nodejs-6_x: 6.2.2 -> 6.3.1
2016-07-22 10:00:26 +02:00
Christine Koppelt
1c39145bc2
nodejs-5_x: 5.11.1 -> 5.12.0 ( #16657 )
2016-07-19 11:34:39 +02:00
Sander van der Burg
c3ffae4777
nodejs: implement a darwin-specific fix that properly refers to tr1/type_traits
2016-07-14 12:57:17 +00:00
schneefux
4c17bed84c
minify: init at v2.0.0
2016-07-10 12:06:01 +02:00
Christine Koppelt
a23c20eff8
nodejs-4_x: 4.4.4 -> 4.4.6
2016-06-25 19:00:17 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Christine Koppelt
1d6cb3a119
nodejs-6_x: 6.2.0 -> 6.2.2
2016-06-18 19:32:58 +02:00
Nikolay Amiantov
3f241c172c
remarkjs: mark as broken
2016-06-11 03:28:50 +03:00
Alexander Ried
1159b1561a
nodejs-6_x: use xz instead of gz
2016-05-18 18:36:54 +02:00
Alexander Ried
c97b407899
nodejs-5_x: 5.11.0 -> 5.11.1
2016-05-18 18:36:54 +02:00
Alexander Ried
c086ab7096
nodejs-4_x: 4.3.1 -> 4.4.4
2016-05-18 18:36:53 +02:00
Mathias Schreck
22b0cb9a72
nodejs: 6.1.0 -> 6.2.0
2016-05-18 10:31:21 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Mathias Schreck
dce7e66f51
nodejs: 6.0.0 -> 6.1.0
2016-05-06 12:45:21 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Tobias Pflug
822abc49ad
nodejs-6_x : init at 6.0.0
2016-05-02 08:58:50 +02:00
Nikolay Amiantov
36d50d2e6c
nodejs-0_10: fix build
2016-04-30 05:02:09 +03:00
Vladimír Čunát
1c9234fd6c
foswiki, egypt, wml: fix build
2016-04-25 16:22:52 +02:00
Mathias Schreck
594416b210
nodejs: 5.10.1 -> 5.11.0
2016-04-22 12:31:09 +02:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Mathias Schreck
3d412dd84e
nodejs: 5.10.0 -> 5.10.1
2016-04-06 09:45:35 +02:00
Mathias Schreck
8d756babee
nodejs: 5.9.0 -> 5.10.0
2016-04-01 12:35:51 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Sander van der Burg
83ba008914
Merge pull request #13974 from gilligan/node-5.9.0
...
nodejs: 5.8.0 -> 5.9.0
2016-03-18 09:52:17 +00:00
Ryan Scheel
d1e471dbaf
Remove dead link
...
The link being pointed to belongs to a domain that no longer exists. Just a bunch of spam there now.
2016-03-18 02:31:57 -07:00
Mathias Schreck
cd38a38316
nodejs: 5.8.0 -> 5.9.0
2016-03-16 23:22:22 +01:00
Mathias Schreck
7533784f28
nodejs: 5.7.1 -> 5.8.0
2016-03-12 23:06:09 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Mathias Schreck
c7759dd8a0
nodejs: 5.7.0 -> 5.7.1
2016-03-04 10:32:17 +01:00
Sander van der Burg
c8e55671cd
nodejs-4_x: bump to version 4.3.1
2016-03-01 12:29:31 +00:00
Tobias Pflug
8625d2f8aa
nodejs-5_x: 5.6.0 -> 5.7.0
2016-02-29 11:35:51 +01:00
Franz Pletz
e3ecee8b13
nodejs: 5.5.0 -> 5.6.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
6fd20ad747
nodejs: 4.2.3 -> 4.3.0 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
3673c5bf52
nodejs: 0.10.41 -> 0.10.42 (CVE-2016-2086, CVE-2016-2216)
...
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Vladimír Čunát
ae74c356d9
Merge recent 'staging' into closure-size
...
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00
Stacey Touset
4356d0ccce
nodejs: fix Darwin build
...
- Add no-xcode patch back into node v5. Reverts some of
5cb1e43fd6eb7f87c9b17e9dc6d1a92ae7c360a4
- Fix patch to apply correctly
- Remove pkg-libpath patch from v4
2016-01-29 18:09:46 -08:00
Christian Albrecht
2dbd741009
nodejs-5_x: 5.4.1 -> 5.5.0
2016-01-28 13:27:40 +01:00
Tobias Pflug
a265c8a05d
nodejs: 5.1.1 -> 5.4.1
2016-01-21 10:31:18 +01:00
Dan Peebles
48513dfb22
nodejs: remove unreferenced patchfile
2016-01-19 22:29:02 -05:00
Dan Peebles
5cb1e43fd6
nodejs-5: fix on darwin
...
Turns out the darwin-flavored patches aren't needed anymore.
Fixes #12305
2016-01-19 22:28:42 -05:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Jude Taylor
36ebae29ce
update xcode patches for node v0.10.41
2016-01-09 14:38:37 -08:00
Jude Taylor
81710923bd
add gyp fix to node v4.x
2016-01-07 21:52:12 -08:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00