Commit Graph

2569 Commits

Author SHA1 Message Date
Antoine du Hamel
c455cc3170
nodejs_22: 22.6.0 -> 22.7.0 (#336556) 2024-08-23 11:41:36 +02:00
Antoine du Hamel
45db1ff7c1
nodejs_20: 20.16.0 -> 20.17.0 (#336388) 2024-08-23 11:41:20 +02:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Ashish SHUKLA
07b7048a30
flyctl: 0.2.109 -> 0.2.114
Changes: https://github.com/superfly/flyctl/releases/tag/v0.2.114
2024-08-19 21:53:26 +05:30
github-actions[bot]
0f820c1c5a
Merge staging-next into staging 2024-08-18 00:03:22 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Antoine du Hamel
4c38d8a846
nodejs: 22.5.1 -> 22.6.0 (#333210) 2024-08-17 17:24:28 +02:00
0x4A6F
8a97770272
Merge pull request #329655 from aduh95/nodejs20-update
nodejs_20: 20.15.1 -> 20.16.0
2024-08-14 17:37:01 +02:00
github-actions[bot]
288fb712ce
Merge staging-next into staging 2024-08-13 00:02:47 +00:00
github-actions[bot]
0a1ac11214
Merge master into staging-next 2024-08-13 00:02:23 +00:00
R. Ryantm
6569c9dd6b flyctl: 0.2.104 -> 0.2.109 2024-08-12 16:16:09 +00:00
Antoine du Hamel
35b556d314 nodejs_20: 20.15.1 -> 20.16.0 2024-08-12 15:41:42 +02:00
Antoine du Hamel
f5846d25a1 nodejs: skip tests failing in sandbox in all platforms
ce685a8422 added list of tests failing on sandbox, but for some reason
only for Darwin. We should skip those tests on all platforms otherwise
OfBorg builds are failing.
2024-08-12 15:41:37 +02:00
Emily
26777819fb
Merge pull request #327653 from tie/nodejs-ninja
nodejs: use ninja for build
2024-08-10 19:59:05 +01:00
Ivan Trubach
31d238110c nodejs: disable failing tests on x86_64-darwin 2024-08-10 10:48:23 +03:00
github-actions[bot]
6c87856002
Merge staging-next into staging 2024-08-06 12:01:45 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
github-actions[bot]
3b5460f093
Merge staging-next into staging 2024-08-06 00:02:48 +00:00
Sergei Trofimovich
d55d1d6902 nodejs_22: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. nodejs_22
    error:
       error: undefined variable 'fetchpatch2'
       at pkgs/development/web/nodejs/v22.nix:23:6:
           22|     ./bin-sh-node-run-v22.patch
           23|     (fetchpatch2 {
             |      ^
           24|       url = "d0a6b605fb.patch";
2024-08-05 21:56:39 +01:00
Pol Dellaiera
67ddf4783e
Merge pull request #332394 from r-ryantm/auto-update/deno
deno: 1.45.4 -> 1.45.5
2024-08-05 22:34:18 +02:00
Nick Cao
55532b2128
Merge pull request #332357 from r-ryantm/auto-update/flyctl
flyctl: 0.2.101 -> 0.2.104
2024-08-05 15:39:13 -04:00
github-actions[bot]
cf88251824
Merge staging-next into staging 2024-08-05 18:01:40 +00:00
Lukas Mertens
81c96815c9 cypress: 13.2.0 -> 13.13.2 2024-08-05 17:31:30 +02:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it)  I hope I really got it right.
2024-08-05 11:05:55 +02:00
R. Ryantm
4261d6a801 deno: 1.45.4 -> 1.45.5 2024-08-05 04:01:03 +00:00
R. Ryantm
94d463fd07 flyctl: 0.2.101 -> 0.2.104 2024-08-04 23:44:58 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
github-actions[bot]
78947ebef4
Merge staging-next into staging 2024-08-02 12:01:52 +00:00
Peder Bergebakken Sundt
3850df4e0a
Merge pull request #329346 from honnip/update-deno
deno: 1.45.2 -> 1.45.4
2024-08-02 12:48:05 +02:00
github-actions[bot]
bcb5e2eebe
Merge staging-next into staging 2024-07-31 12:01:52 +00:00
edef
0bb48f1732 flyctl: 0.2.94 -> 0.2.101
Change-Id: Ic02269f63c2b43af18e0bd432d31621bcaf0d10e
2024-07-30 22:21:12 +00:00
0x4A6F
d9518581b7
Merge pull request #327967 from aduh95/22.5.0-nodejs
nodejs_22: 22.4.1 -> 22.5.1
2024-07-29 10:01:59 +02:00
Ivan Trubach
d7f46fbb5c nodejs: fix tests and disable parallel checking 2024-07-28 23:35:43 +03:00
Honnip
87ba2715ac
deno: 1.45.2 -> 1.45.4 2024-07-27 08:35:22 +09:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Ivan Trubach
3cf3f6ae23 nodejs: allow building for vfpv2 2024-07-26 11:00:33 +03:00
Ivan Trubach
d162d8e50d nodejs: use ninja for build
This change cleans up build inputs and adjusts the build to use ninja.
2024-07-26 11:00:31 +03:00
Karel Kočí
e5906ddfd4 nodejs: fix cross compilation for armv7l
The v8 library supports only limited number of build platforms based on
the host architecture. The rule there is the bitness (the mixing of
32bit and 64bit architectures seems to be in most cases disallowed).
Thus this adds usage of the emulator of the host platform and builds
tools for that.

Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>
2024-07-26 10:59:32 +03:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
github-actions[bot]
2567b049bd
Merge master into staging-next 2024-07-25 18:00:59 +00:00
Doron Behar
2c36071c2d
Merge pull request #329662 from bryango/nodejs-finalpackage
nodejs: use .finalPackage for ease of overriding
2024-07-25 16:07:22 +03:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Bryan Lai
ee9a623f89 nodejs: use .finalPackage for ease of overriding
Previously, the nodejs `passthru.pkgs` attribute refers to the package
fixed point derived in the current context, without considering
potential overrides to the main nodejs package.

This is fixed here with the `.finalPackage` attribute, which refers to
the final package fixed point, after potential overrides.

For example, previously, after overriding nodejs with `nodejs.override`,
`nodejs.pkgs` would still refer to the original package, instead of the
overridden one. After this fix, `nodejs.pkgs` would be correctly based
on the overridden `nodejs` package.
2024-07-24 22:09:15 +08:00
Ivan Trubach
90fbf71333 treewide: remove maintainer goibhniu
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
R. Ryantm
f51f7f3bd3 flyctl: 0.2.88 -> 0.2.94 2024-07-23 08:18:51 +00:00
Antoine du Hamel
070791fba6 nodejs_22: 22.4.1 -> 22.5.1 2024-07-21 18:40:43 +02:00
Antoine du Hamel
f75d50324f nodejs: use upstream patch instead of custom one 2024-07-21 18:40:43 +02:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00