Commit graph

915 commits

Author SHA1 Message Date
John Ericson 9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Jonathan Ringer 0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
John Ericson d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
R. RyanTM 67c7662d27 postman: 7.36.0 -> 7.36.1 2021-01-22 07:43:04 -08:00
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Matthew Bauer 77403c1c19
Merge pull request #96140 from matthewbauer/add-cog
Init cog at 0.6.0
2021-01-20 17:42:54 -06:00
zowoq 8adc564f28 treewide: editorconfig fixes
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
Matthew Bauer 914de3a3ca cog: init at 0.6.0 2021-01-20 16:54:49 -06:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10: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
R. RyanTM 2beb9146fe flyctl: 0.0.154 -> 0.0.161 2021-01-18 19:01:50 +00:00
Mario Rodas 154937e415 nodejs-15_x: 15.5.1 -> 15.6.0
https://github.com/nodejs/node/releases/tag/v15.6.0
2021-01-16 07:07:43 -05:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas dac1b3228b nodejs-15_x: 15.5.0 -> 15.5.1
https://github.com/nodejs/node/releases/tag/v15.5.1
2021-01-05 16:23:00 -05:00
Mario Rodas b8d7691ebe nodejs-14_x: 14.15.3 -> 14.15.4
https://github.com/nodejs/node/releases/tag/v14.15.4
2021-01-05 16:22:00 -05:00
Mario Rodas 9536e4745d nodejs-12_x: 12.20.0 -> 12.20.1
https://github.com/nodejs/node/releases/tag/v12.20.1
2021-01-05 16:21:00 -05:00
Mario Rodas c68ee8362c nodejs-10_x: 10.23.0 -> 10.23.1
https://github.com/nodejs/node/releases/tag/v10.23.1
2021-01-05 16:20:00 -05:00
John Ericson 5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
06kellyjac 40ce61a7b8 deno: 1.6.2 -> 1.6.3 2021-01-01 14:59:52 +00:00
06kellyjac 41b9393e49 deno: 1.6.1 -> 1.6.2 2021-01-01 10:41:00 +00:00
06kellyjac ba9896ea68 deno: 1.6.0 -> 1.6.1 2021-01-01 10:41:00 +00:00
06kellyjac 3db6bba700 deno: 1.5.4 -> 1.6.0 2021-01-01 10:41:00 +00:00
06kellyjac 68e0f805cd deno: 1.5.3 -> 1.5.4 2021-01-01 10:41:00 +00:00
Peter Hoeg 4fc53b59ae lucky-cli: 0.24 -> 0.25 2020-12-28 16:21:23 +08:00
Mario Rodas 9a6de99845 nodejs-15_x: 15.4.0 -> 15.5.0
https://github.com/nodejs/node/releases/tag/v15.5.0
2020-12-22 14:02:00 -05:00
Mario Rodas 4bd7582cb2 nodejs-14_x: 14.15.1 -> 14.15.3
+ https://github.com/nodejs/node/releases/tag/v14.15.2
+ https://github.com/nodejs/node/releases/tag/v14.15.3
2020-12-17 04:20:00 +00:00
Mario Rodas 13b0ce0180
Merge pull request #106859 from r-ryantm/auto-update/nodejs
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 20:46:15 -05:00
R. RyanTM 0a81ee52f7 nodejs-15_x: 15.3.0 -> 15.4.0 2020-12-13 23:19:45 +00:00
Mario Rodas 101244ed5f
Merge pull request #106707 from r-ryantm/auto-update/insomnia
insomnia: 2020.5.1 -> 2020.5.2
2020-12-13 16:05:51 -05:00
R. RyanTM 2d52070858 insomnia: 2020.5.1 -> 2020.5.2 2020-12-12 04:33:09 +00:00
R. RyanTM 42c1f577bb flyctl: 0.0.153 -> 0.0.154 2020-12-11 18:30:06 +00:00
Sandro 9e135af77b
Merge pull request #106158 from sternenseemann/kore-4.0.0
kore: 3.3.1 → 4.0.1
2020-12-08 05:48:25 +01:00
Ollie Charles 1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
sternenseemann 48c9cc1659 kore: 3.3.1 → 4.0.1 2020-12-07 11:50:20 +01:00
R. RyanTM d98fa2ee8a insomnia: 2020.4.2 -> 2020.5.1 2020-12-06 00:19:15 +00:00
R. RyanTM 7090e2e57e flyctl: 0.0.151 -> 0.0.153 2020-12-04 12:03:00 +00:00
Sander van der Burg bbfc913c6a nodejs: apply patch that allows packages with native dependencies to compile again on darwin by bypassing xcodebuild 2020-12-04 00:41:21 +01:00
Sandro 1963b5cd83
Merge pull request #103251 from mtrsk/update-insomnia
insomnia: 7.1.1 -> core@2020.4.2
2020-12-02 09:51:02 +01:00
R. RyanTM ed368f0ffd flyctl: 0.0.150 -> 0.0.151 2020-12-02 01:58:48 +00:00
R. RyanTM f229e92f8d postman: 7.34.0 -> 7.36.0 2020-11-29 08:58:53 +00:00
kolaente f7b9d90413
cypress: 5.3.0 -> 6.0.0 2020-11-28 16:55:00 +01:00
Marcos Benevides d6678ac9b4 insomnia: 7.1.1 -> core@2020.4.2 2020-11-27 10:39:32 -03:00
Mario Rodas 46f22701be nodejs-15_x: 15.2.1 -> 15.3.0
https://github.com/nodejs/node/releases/tag/v15.3.0
2020-11-24 18:01:00 -05:00
Mario Rodas 50f6a123e5 nodejs-12_x: 12.19.1 -> 12.20.0
https://github.com/nodejs/node/releases/tag/v12.20.0
2020-11-24 18:00:00 -05:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Sandro 640cc2d499
Merge pull request #102753 from freezeboy/update-newman
newman: 5.2.0 -> 5.2.1
2020-11-23 12:01:44 +01:00
R. RyanTM 783b1c491a flyctl: 0.0.149 -> 0.0.150 2020-11-21 20:50:42 +00:00
Timo Kaufmann 31c3d39866
Merge pull request #103995 from 06kellyjac/deno_1.5.3
deno: 1.5.2 -> 1.5.3
2020-11-20 12:51:28 +01:00
Mario Rodas 04a1bb706c
Merge pull request #104239 from marsam/update-nodejs
nodejs: 12.19.0 -> 12.19.1, 14.15.0 -> 14.15.1
2020-11-19 20:36:09 -05:00